/* Custom Style für Bootsrap */

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('/fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

* {
    font-family: 'Source Sans Pro', sans-serif;
}


/* Colors */

a {
    text-decoration: underline;
    background-color: transparent;
}

.bg-dark a:hover {
    color: #fff;
}

.text-primary {
    color: white;
}

.text-white {
    color: white;
}

.bg-white {
    background-color: #fff;
}

.bg-dark {
    background-color: #343a40;
}

.bg-primary {
    background-color: #f7a600;
}

.btn-primary {
    background-color: #f7a600;
    color: white;
    border: 0;
}

.bg-secondary {
    background-color: #6c757d;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.btn-outline-primary {
    /*    color: #f7a600;
    border-color: #f7a600;
    transition: all 100ms ease-in;
    background-color: transparent;
*/
    background-color: #f7a600;
    color: white;
    border-color: white;
}


    .btn-outline-primary:hover {
        color: white;
        background-color: #f7a600;
        transition: all 100ms ease-in;
    }

.btn-primary:hover {
    color: white;
    background-color: black;
    transition: all 100ms ease-in;
}

.btn-outline-white:hover {
    transition: all 100ms ease-in;
    background-color: white;
    color: #f7a600;
}

.border {
    border: 20px solid #fff !important;
}

.navbar-nav > li > a {
    color: black;
}

.navbar-default .navbar-brand {
    color: black;
}

.navbar-default .navbar-text {
    color: black;
}

.navbar-default .navbar-nav > li > a {
    color: black;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: black;
}

body {
    color: black;
    font-size: 18px;
}

/* Colors end */

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: black !important;
    background-color: transparent;
}

.navbar-default {
    color: black !important;
}

.navbar {
    background-color: #fff !important;
    color: black !important; 
    border: 0;
}

.navbar-right {
    margin-top: 35px;
}

/* Abstände */

.mb-5 {
    margin-bottom: 4rem !important;
}

.mt-5 {
    margin-top: 4rem !important;
}

.ml-5 {
    margin-left: 4rem !important;
}

.mr-5 {
    margin-left: 4rem !important;
}

.m-5 {
    margin: 4rem !important;
}

.pb-5 {
    padding-bottom: 4rem !important;
}

.pt-5 {
    padding-top: 4rem !important;
}

.pl-5 {
    padding-left: 4rem !important;
}

.pr-5 {
    padding-right: 4rem !important;
}

.p-5 {
    padding: 4rem !important;
}



.mb-4 {
    margin-bottom: 4rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.ml-4 {
    margin-left: 4rem !important;
}

.mr-4 {
    margin-left: 4rem !important;
}

.m-4 {
    margin: 4rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pl-4 {
    padding-left: 4rem !important;
}

.pr-4 {
    padding-right: 4rem !important;
}

.p-4 {
    padding: 4rem !important;
}

.p-0 {
    padding: 0;
}

.rounded-circle {
    border-radius: 50%;
}


.list-group-item {
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
    font-size: 18px;
    padding-left: 0;
}

    .list-group-item:last-child {
        border-bottom: 0 !important;
    }

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}



h1 a {
    display: block;
    width: 200px;
    height: 80px;
    text-indent: -9999px;
    background-image: url("/aq202012img/aqilo_logo.svg");
    background-repeat: no-repeat;
}

h2 {
    font-weight: 300;
    font-size: 42px;
    color: black;
}

h3 {
    font-weight: 300;
    font-size: 24px;
}

p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.container {
    position: relative;
}

#call {
    padding: 200px 0;
    background-color: #e59c00;
}

#about {
    background-image: url("/aq202012img/shadow.png");
    background-position: top center;
    background-repeat: no-repeat;
}


#top {
    height: 680px;
}

#top_img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 140px;
}

#top h2, #call h2 {
    font-size: 60px;
}

#top h3 {
    font-size: 40px;
    font-weight: 200;
}

.bigger {
    font-size: 24px;
}

.btn {
    font-weight: 400 !important;
    border-radius: 0;
    padding: 10px 40px !important;
    font-size: 20px;
    border-width: 2px;
}

.navbar-toggle {
    margin-top: 36px;
}

.pt-6,
.py-6 {
    padding-top: 6rem !important;
}

.pr-6,
.px-6 {
    padding-right: 6rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
    padding-left: 6rem !important;
}

.mt-6,
.my-6 {
    padding-top: 6rem !important;
}

.mr-6,
.mx-6 {
    padding-right: 6rem !important;
}

.mb-6,
.my-6 {
    padding-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
    padding-left: 6rem !important;
}


.nav-link {
    font-size: 20px;
    margin: 0 0 0 40px;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 400;
}

    .nav-link:after {
        background-color: black;
        position: absolute;
        content: "";
        width: 0px;
        left: 0;
        bottom: -2px;
        height: 3px;
        transition: all .2s;
    }

.active .nav-link:after {
    width: 40px;
    transition: all .2s;
}

.nav-item:hover .nav-link:after {
    width: 40px !important;
    transition: all .2s;
}

.btn-outline-white {
    border-color: #fff;
    color: #fff;
}

#languageselect {
    border: 0;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 999;
}

    #languageselect button {
        border: 0;
        background-color: transparent;
        font-size: 16px;
    }

.dropdown-item {
    display: block;
    padding: 10px;
}

.hover,
.hover * {
    transition: all ease-out 200ms;
    box-shadow: 0
}

    .hover:hover,
    .hover:hover * {
        text-decoration: none;
        color: #fff;
        position: relative;
    }

        .hover:hover > div {
            transform: scale(1.05);
            z-index: 2;
            transition: all ease-out 200ms;
            box-shadow: rgba(0,0,0,.2) 0 0 40px;
        }

.form-horizontal * {
    position: relative;
}

input,
.form-control,
textarea {
    border: 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    border-radius: 0;
    padding-left: 0;
    box-shadow: none;
    font-size: 18px;
    z-index: 2;
}

    input:focus,
    textarea:focus {
        outline: none;
        box-shadow: none !important;
        background-color: transparent !important;
        border-bottom: 1px solid #e59c00 !important;
    }


        input:focus ~ label,
        textarea:focus ~ label {
            top: -16px;
            font-size: 16px;
            color: black;
        }

    input:placeholder-shown + label,
    textarea:placeholder-shown + label {
        color: black;
        font-size: 18px;
        font-weight: 300;
        position: absolute !important;
        pointer-events: none;
        left: 15px;
        top: -2px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    input:focus + label,
    textarea:focus + label {
        color: #e59c00 !important;
    }

    input:not(:placeholder-shown) + label,
    input:focus + label,
    textarea:not(:placeholder-shown) + label,
    textarea:focus + label {
        top: -24px;
        font-size: 14px;
        font-weight: 300;
        left: 15px;
        position: absolute !important;
        color: black;
    }

.form-horizontal .col {
    margin: 10px 0 10px 0;
}

input[type="file"] {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.custom-select {
    border: 0;
    border-bottom: 1px solid #999 !important;
    border-radius: 0;
    padding-left: 0;
    font-size: 18px;
    background-color: transparent;
    padding: 4px 0;
    margin: 0 0 0 12px;
}

.checkbox label, .radio label {
    min-height: 32px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    top: 0 !important;
    left: 5px !important;
    font-size: 18px !important;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: -0px;
    margin-top: -1px;
}

label {
    float: left;
}

.modal-dialog {
    max-width: 800px;
}

.modal-content {
    border: 0;
    border-radius: 0;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    border: 2px solid #999;
    border-left-color: transparent;
    border-top-color: transparent;
    text-indent: -9999px;
    transform: rotate(-45deg);
    position: absolute;
    top: 40%;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}


#testimonial .carousel-control-next-icon, #testimonial .carousel-control-prev-icon {
    top: 300px;
}

.carousel-control-next-icon {
    right: 0px;
    border-bottom-color: #666;
    border-right-color: #666;
}

.slick-disabled {
    border: 2px solid #999 !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.carousel-control-prev-icon {
    left: 0px;
    transform: rotate(135deg);
    border-bottom-color: #666;
    border-right-color: #666;
}


.carousel-indicators li {
    background-color: #999999;
}

.carousel-indicators {
    bottom: -40px;
}

.underline {
    position: relative;
}

    .underline:after {
        background-color: black;
        position: absolute;
        content: "";
        width: 80px;
        left: 0;
        bottom: -12px;
        height: 3px;
        transition: all .2s;
    }

#carouseltop {
    position: absolute;
    top: 0;
    width: 100%;
}

    #carouseltop .carousel-inner {
        height: 680px;
    }

    #carouseltop img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    #carouseltop .carousel-item {
        height: 680px;
    }

.opacity {
    opacity: 0.5;
}

#testimonial {
}

    #testimonial .carousel-item {
        min-height: 480px;
    }

    #testimonial .carousel-control-next-icon {
        right: -40px;
    }

    #testimonial .carousel-control-prev-icon {
        left: -40px;
    }

.carousel {
    width: 100%;
}

.navbar {
    z-index: 20;
}

.clrflt {
    clear: both;
}

.btn-lg {
    font-size: 26px;
}



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

    .form-horizontal .col {
        margin: 24px 0 10px 0;
    }

    #testimonial {
        height: auto;
    }
}

#testimonial .item {
    min-height: 500px;
}

.logo_en {
    background-image: url("/aq202012img/aqilo_logo_en.svg");
}

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

    .nav-link {
        font-size: 18px;
        margin: 0 0 0 27px;
        position: relative;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-weight: 400;
    }
}

