/* Global Custom Styles */

html{
    scroll-behavior: smooth;
}

/* Buttons */
.btn,
a.btn,
a.btn:visited {
    color: #0A314C;
    font-weight:400;
    font-style: italic;
    text-decoration: none;
    width: auto;
    font-size: 0.95em;
}

.btn-rounded,
a.btn-rounded {
    border-radius: 30px;
}

.btn-square,
a.btn-square {
    border-radius: 0;
}

.btn-white,
a.btn-white {
    background: #fff;
}

.btn-yellow,
a.btn-yellow {
    background: #fef440;
}

.btn-blue,
a.btn-blue {
    background: #99e6fe;
}

.btn-outline-blue,
a.btn-outline-blue {
    border: 2px solid #99e6fe;
}

.btn-outline-white,
a.btn-outline-white {
    border: 2px solid #fff;
}

.btn-outline-yellow,
a.btn-outline-yellow {
    border: 2px solid #fef440;
}

.btn-shadow,
a.btn-shadow {
    box-shadow: 8px 6px 0 #fef440;
}

.download {
    background: url('../media/icons/s24_download.svg') no-repeat;
    display:inline-block;
    width:22px;
    height:22px;
    float:left;
    margin:0 3px 0 0;
}

/* Buttons Hover */
.btn-outline-blue.btn-rounded.btn-white.btn-shadow:hover {
    background: #99e6fe;
    border: 2px solid #fff;
}

.btn-outline-blue.btn-rounded.btn-white:hover,
.btn-outline-blue.btn-square.btn-white:hover {
    background: #99e6fe;
    border: 2px solid #99e6fe;
}

.btn-outline-blue.btn-rounded.btn-blue:hover {
    background: #fff;
    border: 2px solid #99e6fe;
}

.btn-outline-white.btn-rounded.btn-yellow:hover {
    background: #fff;
    border: 2px solid #fef440;
}

/* Links */
a,
a:visited {
    color: #99e6fe;
    text-decoration: underline;
    font-style: italic;
}

a:hover,
a:focus {
    color: #0A314C;
}

a.footer-link {
    color: #fff;
    font-style: normal;
    text-decoration: none;
}

a.footer-link:hover {
    text-decoration: underline;
}

/* Backgrounds */
section {
    background: #fff;
}
.bg-blue-dark {
    background: #0A314C;
    color: #fff;
}
.bg-blue-dark h2,
.bg-blue-dark h3,
.bg-blue-dark h4,
#video h2 {
    color:#fff;
}

.bg-blue-light {
    background: #f7fafc;
}

.bg-light {
    background: rgba(255, 255, 255, 0.8);
}
.free-bg {
    height: 160px;
}

/* Lists */
.light-blue {
    margin:0 0 0 15px;
}
.light-blue li {
    list-style: none;
    margin: 0 0 15px 0;
    color:#0A314C;
    font-style: italic;
    font-size: 0.9em;
}
.light-blue li  strong {
    font-style: normal;
}
.light-blue li:nth-child(1)::before,
.light-blue li:nth-child(2)::before,
.light-blue li:nth-child(3)::before,
.light-blue li:nth-child(4)::before,
.light-blue li:nth-child(5)::before,
#recomad-types .search .light-blue li:nth-child(1)::after,
#recomad-types .search .light-blue li:nth-child(2)::after,
#recomad-types .search .light-blue li:nth-child(3)::after,
#recomad-types .data .light-blue li:nth-child(1)::after,
#recomad-types .data .light-blue li:nth-child(2)::after {
    font-family: "Overpass Mono", monospace;
    color:#fff;
    border-radius:100%;
    border:1px dotted #2B2E34;
    box-shadow: 4px 0 0 #83E7FF, inset 4px 0 0 #fff;
    background: #83E7FF;
    width:40px;
    height:40px;
    padding: 4px 0 0 7px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 20px;
    font-style: normal;
    display:inline-block;
    float:left;
    margin: 3px 0 0 -55px;
}
.light-blue li:nth-child(1)::before,
#recomad-types .search .light-blue li:nth-child(1)::after,
#recomad-types .data .light-blue li:nth-child(1)::after {content:"1.";}
.light-blue li:nth-child(2)::before,
#recomad-types .search .light-blue li:nth-child(2)::after,
#recomad-types .data .light-blue li:nth-child(2)::after {content:"2.";}
.light-blue li:nth-child(3)::before,
#recomad-types .search .light-blue li:nth-child(3)::after {content:"3.";}
.light-blue li:nth-child(4)::before {content:"4.";}
.light-blue li:nth-child(5)::before {content:"5.";}

.content-area ul li {
    list-style:none;
    font-size: 0.9em;
    margin: 0 0 15px 0;
}
.content-area ul li:last-child {
    margin: 0;
}
.content-area ul li:before {
    content: "";
    background: url('../media/icons/s24_check.svg') no-repeat;
    height: 30px;
    width:20px;
    display: block;
    float: left;
    margin: 0 3px 0 0;
}


/* Boxes */
.box-white {
    background: #fff;
    border-radius: 50px;
    padding: 20px;
}

.box-outline,
.box-outline-bold {
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    border: 1px solid #000;
}

.box-outline-bold {
    border: 2px solid #000;
}

.box-white-transparent {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    width: 100%;
}

.box-white-rounded-transparent {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50px;
    padding: 20px;
}

/* Bilder */
img.img-rounded {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 5px;
    border-radius: 100%;
    border: 2px dotted #b3b3b3;
}
.partnerlogo {
    opacity:0.7;
    vertical-align: middle;
}

/* Texte */
/* Text Overpass */
.icon p,
.big-number,
input,
textarea,
.direct-contact p, .direct-contact a,
.profile {
    font-family: 'Overpass Mono', monospace;
    font-style: normal;
    color: rgba(10, 49, 76, 0.7);
}

/* Text Fira */
h1, h2, h3, h4, h5, h6 {
    color: #0A314C;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
p {
    font-style: italic;
    color: #0A314C;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
footer p,
.bg-blue-dark p {
    color: #fff;
}
small {
    font-weight:300;
}

blockquote {
    font-style: italic;
    color: #0A314C;
    margin: 0;
    font-size: 0.9em;
}
h4.title {
    background: #FFF500;
    font-size: 18px;
    text-align: left;
    padding: 4px 10px 4px 50px;
    margin: 0 0 10px -50px;
    display: inline-block;
}

a.lead,
p.link,
span.lead {
    border-bottom: 3px solid #83E7FF;
    font-style: normal;
    text-decoration: none;
    color: #0A314C;
    font-size: 1.1em;
    padding: 0 20px 0 0;
    margin: 0 0 20px;
    display: inline-block;
}
.icon img {
    width: 100px;
    height: 100px;
}

.numbers p {
    font-size: 1.3em;
    margin: 0;
}

p.big-number {
    font-size: 2.9em;
    color: #0A314C;
}

p.big-number span {
    font-family: 'Fira Sans', Arial, sans-serif;
    font-weight: 300;
    font-size: 0.9em;
}
a.text-blue,
p.text-blue {
    background: #83E7FF;
    color:#0A314C;
    text-decoration: none;
    font-style: normal;
    font-weight:400;
    padding: 5px 20px;
    display: inline-block;
    font-size: 1.05em;
    font-style: italic;
}
a.text-blue:hover {
    text-decoration: underline;
}
#engineering-post .content-area p,
#press-post .content-area p,
#job .content-area p {
    font-size:1.1em;
    font-weight:300;
}

/*FOOTER*/
footer img {
    margin: 0 0 0 -10px;
    width: 60%;
}

footer p {
    margin: 0;
}


/*VIDEO*/
#video {
    background: none;
    text-align: center;
    position: relative;
}
#video .container {
    color: white;
    position: relative;
    z-index: 2;
}
#video p {
    margin: 0;
}
#video .padded-content-large {
    padding-top: 300px;
    padding-bottom: 300px;
}
video#bgvid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    background-image: url(../media/s24-video-platzhalter.jpg);
    background-position: center;
    background-color: black;
    background-size: cover;
}
#video .overlay {
    background: #0a314c;
    opacity: 0.7;
    z-index: 1;
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}

/*Social Profiles*/
.social .in,
.social .xi,
.social .tw {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background-size: 60px 30px;
    margin: 0 5px;
    text-align: center;

}
.social .xi {
    background-image: url('../media/icons/icon_xing.png');
}
.social .tw {
    background-image: url('../media/icons/icon_twitter.png');
}
.social .in {
    background-image: url('../media/icons/icon_linkedin.png');
}
.social .tw:hover,
.social .in:hover,
.social .xi:hover {
    background-position-x:-30px;
}

/*Google Map*/
#google-map {
    width: 100%;
    height: 333px;
    background: lightgrey;
}

/*Contact Partner*/
.contact-partner .job {
    font-size: 0.85em;

}
.contact-partner .meta {
    font-family: 'Overpass Mono', monospace;
    margin: 10px 0 0;
    display: block;
}

.privacy-policy a{
    cursor: pointer !important;
}


/*Testimonial*/

#testimonial .box-white-transparent {
    height: 100%;
    display: flex;
    align-items: center;
}

.testimonial-bg {
    background: url('../media/images/s24_testimonial_bg.jpg') bottom no-repeat;
    height: 30vh;
    background-size: cover;
}


/*Mobile*/
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    p.big-number {font-size: 2.0em;}
    #video .padded-content-large {padding-top: 220px; padding-bottom: 240px;}
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .numbers p {font-size: 0.9em;}
    .numbers p.big-number {font-size: 2.0em;}

    #testimonial .container{
        display: block;
    }


}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .testimonial-bg {height:auto;}
    #testimonial .box-white-transparent {position: relative;padding: 0 10px;}
    #testimonial .carousel-inner {padding:25px;}
    #video .padded-content-large {padding-top: 160px;padding-bottom: 160px;}
    #video h2 {font-size: 1.5em;}
}
@media (max-width: 400px) {
    p.big-number span {font-size: 0.7em;}
}
