@import url('fontsAll.css');

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )
-----------------------------------------*/
:root {
    --font-weight-thin:           100;
    --font-weight-light:          300;
    --font-weight-normal:         400;
    --font-weight-bold:           700;
    --font-weight-black:          900;
}

/*Breaking Styles because the integration in Typo3 products Issues*/
.card-img-top{
    height: auto;
}
/*End Breaking Styles*/

/*Snapshot Template*/
/*http://www.templatemo.com/tm-493-snapshot*/
.card-header {
   padding: 0;
}

.card-body, .card-footer {
    background: #304352;
    color: #fff7f8;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 34px;

}

.card-body {
    text-align: left;
}

.aa-card {
    padding-bottom: 100px;
}

.aa-card h1 {
    background: #304352;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 0;
    padding: 14px 0 14px 0;
    color: #fff;
}
.card-text {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff7f8;
}

.card-footer a {
    text-align: center;
    padding: 5px 25px;
    border-radius: 0px;
    display: inline-block;
    background: darkcyan;
    opacity: 0.8;
    color: #fff;
}

.card-footer a:hover {
    opacity: 1;
    color: #fff;
}

/* Ende eigene Styles */

body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
    /*padding-top: 100px;*/
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

html {
    font-size: 100%;
}

/*---------------------------------------
    Typorgraphy
-----------------------------------------*/

h1, h2, h3, h4 {
    font-weight: 300;
}

h1 {
    font-size: 2rem;
    line-height: 5rem;
    letter-spacing: 12px;
    /*text-transform: uppercase;*/
    padding-bottom: 5px;
}

h2 {
    color: darkcyan;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
}

h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

p, li {
    color: rgb(65, 65, 65);
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 34px;
}



ul {
    list-style: none;
}

#home p, #contact p, footer p {
    color: #f9f9f9;
}

.btn {
    border: none;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
}

.btn:focus {
    background: darkcyan;
    border-color: transparent;
}

.btn-success {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    font-weight: 300;
}

.btn-success:hover {
    background: rgba(0, 139, 139, 0.53);
    border: 1px solid #fff;
}

.btn-lg {
    letter-spacing: 2px;
    font-size: 150%;
    /* padding: 16px 50px; */
    margin-bottom: 30px;
}

a {
    color: darkcyan;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover, a:active, a:focus {
    color: darkcyan;
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*---------------------------------------
    All Section style
-----------------------------------------*/

.section-title {
    padding-bottom: 30px;
}

#about .section-title {
    padding-top: 82px;
}

#about .section-title h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#about, #contact {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

#gallery {
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}

#gallery, #contact, footer {
    text-align: center;
}

article .overlay {
    background-color: #304352;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;

}


/*---------------------------------------
    Pre Loader Style
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
    width: 60px;
    height: 60px;
    background-color: darkcyan;
    border-radius: 100%;
    margin: 40px auto;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*---------------------------------------
    Main Navigation
-----------------------------------------*/

nav {
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-expand-lg {
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    border: none;
    margin-bottom: 0px !important;
}

.navbar-expand-lg .navbar-brand {
    color: #006666;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
}

.navbar-expand-lg .navbar-brand img {
    width: 60px;
    height: auto;
}

.navbar-expand-lg .navbar-nav li a {
    color: #777;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 22px;
    padding-left: 22px;

}

.navbar-expand-lg .navbar-nav li a span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}

.navbar-expand-lg .navbar-nav li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(122, 118, 118, 0.5);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-expand-lg .navbar-nav li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-expand-lg .navbar-nav li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: rgba(122, 118, 118, 0.5);
}


.navbar-expand-lg .navbar-nav > li > a:hover, .navbar-expand-lg .navbar-nav > li > a:focus {
    color: #304352;
    background-color: transparent;
}

.navbar-expand-lg .navbar-nav > .active > a, .navbar-expand-lg .navbar-nav > .active > a:hover, .navbar-expand-lg .navbar-nav > .active > a:focus {
    color: #304352;
    background-color: transparent;
}

.navbar-expand-lg .navbar-toggler-icon {
    border: none;
    padding-top: 10px;
}

.navbar-expand-lg .navbar-toggler-icon {
    border-color: transparent;
}


.navbar-expand-lg .navbar-toggle:hover, .navbar-expand-lg .navbar-toggler-icon:focus {
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .navbar-expand-lg .navbar-nav li a span:before {
        background: transparent !important;
    }

    .navbar-expand-lg .navbar-nav li.active a {
        background: transparent;
        background: none;
        color: #304352 !important;
    }

    .navbar-expand-lg .navbar-nav li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/*---------------------------------------
    Home Section
-----------------------------------------*/

#home {
    font-family: 'Source Sans Pro', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background: url("../Images/adiOutdoor.jpg") top center;
    background-size: cover;
    text-align: center;
}

#home h1 {
    color: #ffffff;
    font-size: 64px;
    font-weight: var(--font-weight-black);
}

/*---------------------------------------
    About Section
-----------------------------------------*/

#about {
    background: #f0f0f0;
}

#about .item {
    width: 100%;
    display: block;
}

#about .about-thumb {
    background: #ffffff;
    border-radius: 4px;
    padding: 100px;
    position: relative;
}

#about .about-img img {
    border: 8px solid #ffffff;
    position: absolute;
    left: -120px;
    padding: 12px;
}

#about .team-thumb {
    width: 100%;
    height: 400px;
    margin: 32px 0;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#about .team-thumb .image-holder {
    position: relative;
    top: 40px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#about .team-thumb .heading {
    font-weight: bold;
    position: relative;
    top: 10px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#about .team-thumb:hover {
    background: #304352;
}

#about .team-thumb:hover .image-holder {
    top: -40px;
    margin-bottom: 0px;
}

#about .team-thumb:hover .heading {
    top: -10px;
}

#about .team-thumb .description {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#about .team-thumb:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#about .team-thumb:hover p.description {
    color: #ffffff;
}

/*---------------------------------------
    Gallery section
-----------------------------------------*/

#gallery {
    background: #ffffff;
}

#gallery .gallery-thumb {
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    cursor: pointer;
    display: block;
    margin-bottom: 25px;
    position: relative;
    top: 0px;
    transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover {
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    top: -5px;
}

#gallery .gallery-thumb img {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
}

/*---------------------------------------
    Contact section
-----------------------------------------*/

#contact {
    background: #ffffff;
    color: #304352;
}

#contact .form-control {
    background: transparent;
    box-shadow: none;
    border: 1px solid #304352;;
    border-radius: 0;
    color: #000000;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 14px;
    transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
    border-color: darkcyan;
    color: #000000;
}

#contact input {
    min-height: 55px;
    color: #ffffff;
}

#contact input[type="submit"] {
    background: darkcyan;
    border: white solid 1px;
    border-radius: 0;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0.7;
}


#contact input[type="submit"]:focus {
    opacity: 1;
    color: #ffffff;
}

#contact h1 {
    text-transform: none;
    color: darkcyan;
}

#contact a {
  text-transform: none;
  color: #ffffff;
}
.required{
    display: none;
}


.btn-toolbar{
    justify-content: center;
}

.btn {
    border: 1px solid #fff;
    letter-spacing: 2px;
    font-size: 120%;
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
}

.btn:focus {
    background: darkcyan;
    border-color: transparent;
}

.btn-primary{
    background-color: transparent;
    color: #304352;;
    border: 1px solid #304352;
    border-radius: 0;
    font-weight: 300;
}

.btn-primary:hover {
    background: darkcyan;
}

.btn-lg {
    letter-spacing: 2px;
    font-size: 150%;
    /* padding: 16px 50px; */
    margin-bottom: 30px;
}

#contact textarea {
    min-height: 200px;
}


/*---------------------------------------
    Impressum section
-----------------------------------------*/
#impressum {
    background: #fff7f8;
    padding-top: 60px;
}

/*---------------------------------------
    Datenschutz section
-----------------------------------------*/
#datenschutz {
    background: #304352;
    color: #ffffff;
    padding-top: 60px;
}

#datenschutz p {
    color: #fff7f8;
}

/*---------------------------------------
    Footer section
-----------------------------------------*/

footer {
    font-family: 'Source Sans Pro', sans-serif;
    background: #304352;
    color: #ffffff;
    padding-top: 5px;
}
footer a {
    color: #ffffff;
}

footer li {
    border-left: solid 1px rgba(255, 255, 255, 0.25);
    margin-left: .5em;
    padding-left: .5em;
}

footer li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
/*---------------------------------------
    Social icons style
-----------------------------------------*/

.social-icon {
    padding: 0;
    margin: 0;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}

.social-icon li a {
    border-radius: 4px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 10px 10px 42px 10px;
    padding: 0px;
}

.social-icon li a:hover {
    background: #ffffff;
    color: darkcyan;
}


/*---------------------------------------
   Back top
-----------------------------------------*/

.go-top {
    background-color: #ffffff;
    box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, .14), 1px 1.732px 3px 0px rgba(0, 0, 0, .12);
    transition: all 1s ease;
    bottom: 2em;
    right: 2em;
    color: #222;
    font-size: 26px;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
}

.go-top:hover {
    background: darkcyan;
    color: #ffffff;
}

/*---------------------------------------
   Responsive Mobile
-----------------------------------------*/

@media (max-width: 980px) {

    #about .team-thumb {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    #home h1{
        font-size: 2rem;
    }
    #about .about-thumb {
        padding: 32px;
        margin-bottom: 32px;
        text-align: center;
    }

    #about .col-md-3 img {
        position: relative;
        top: 0;
        left: 0;
    }
}

@media (max-width: 821px) {

    .navbar-expand-lg .navbar-brand {
        font-size: 22px;
    }

    .navbar-expand-lg .navbar-brand img {
        width: 40px;
        height: auto;
    }

    h1 {
        font-size: 1.6rem;
    }

    p {
        font-size: 18px;
    }

    img {
        width: 100%;
    }

    #about, #gallery, #contact {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #contact h1 {
        font-size: 1.5rem;
        text-transform: none;
        letter-spacing: 5px;
        line-height: 2rem;
    }

}