html,body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

.navbar-brand img {
    width: 15rem;
}

.navbar-brand { 
    position: relative; 
    z-index: 2; 
}

.nav-header .btn {
    font-family: 'Roboto';
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    margin-right: 15px;
}

.nav-header .btn:hover {
    color: #E30613;
    border-color: #E30613;
}

.text-box {
    font-family: 'Poppins';
	position: absolute;
	top: 35%;
	left: 15%;
	right: 15%;
	color: #fff;
	text-align: center;
    transform: translateY(-50%);
    text-shadow: 1px 5px 15px #000000;
}

@media (min-width: 768px) {
    #carousel-header {
        height: 500px;
    }

    .text-box {
        top: 40%;
    }

    .text-box h2 {
        font-size: 4rem;
    }
    
    .text-box p {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .text-box {
        top: 55%
    }

    .text-box h2 {
        font-size: 3rem;
    }
    
    .text-box p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .text-box {
        top: 50%
    }

    .text-box h2 {
        font-size: 1.2rem;
    }
    
    .text-box p {
        font-size: 0.6rem;
    }
}

.section-partner {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.section-partner .section-partner-text {
    font-family: Poppins;
    margin-top: 3rem;
}

.section-partner .logos img {
    margin-top: 2rem;
}

.section-partner .logos {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.logo-clearedge img {
    width: 60%;
    max-width: 100%;
}

.logo-produktivo img {
    width: 50%;
    max-width: 100%;
}

.logo-swisslife img {
    width: 30%;
    max-width: 100%;
}

.logo-sparkasse img {
    width: 20%;
    max-width: 100%;
}

.festival-logo {
    text-align: center;
}

.festival-logo img {
    width: 50%;
    
}

.neuverpackt-logo img {
    width: 80%;
    max-width: 100%;
}

.section-trineostudios {
    background: url(./img/man_camera.jpg);
    background-size: cover;
    max-width: 100%;
    text-align: left;
    margin-top: 5rem;
}

.section-trineostudios .trineostudios-content {
    padding: 20px 5px;
}

.section-trineostudios .trineostudios-content .subheading {
    font-family: Poppins;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
    margin-bottom: 5rem;
}

.section-trineostudios .trineostudios-content .heading {
    font-family: Poppins;
    font-weight: normal;
    font-size: 32px;
    margin: auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    letter-spacing: 0.05em;
    text-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
    color: #E30613;
}

.trineostudios {
    position: relative;
    text-align: center;
}

.section-trineostudios .trineostudios {
    padding: 20px 5px;
}

@media (max-width: 480px) {
    .section-trineostudios .trineostudios-content .subheading {
        font-size: 15px;
    }
}
  
.head-text {
    position: absolute;
    bottom: 8px;
    font-size: 36px;
    color: #E30613;
    padding: 2rem 2rem;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 5px 15px #000000;
    letter-spacing: 0.1em;
}

.sub-text {
    position: absolute;
    bottom: 8px;
    color: #ffffff;
    padding: 2rem 2rem;
    top: 70%;
    left: 50%;
    font-size: 18px;
    right: -36%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 5px 15px #000000;
    letter-spacing: 0.05rem;
}

.section-service-inner {
    margin-top: 5rem;
}

.section-service-inner h3 {
    position: absolute;
    font-size: 2rem;
    margin-bottom: 7rem;
    text-transform: uppercase;
}

.retangle-service {
    height: 20px;
    width: 250px;
    background-color: #E30613;
    margin-top: 1.2rem;
}

.section-service-inner .service-img-left img {
    width: 75%;
    margin-top: 5rem;
}


.section-service-inner .service-img-right img {
    width: 75%;
    margin-top: 5rem;
}

.service-text-right {
    margin-top: 5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.service-text-left {
    margin-top: 5rem;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.service-text-right h4 {
    font-family: Poppins;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.service-text-left h4 {
    font-family: Poppins;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.service-text-right p {
    padding: 2rem;
    font-size: 1.2rem;
    font-family: Poppins;
    text-align: center;
}

.service-text-left p {
    padding: 2rem;
    font-size: 1.2rem;
    font-family: Poppins;
    text-align: center;
}

@media (max-width: 480px) {
    .section-service-inner .service-img-left, .section-service-inner .service-img-right {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .service-text-right p, .service-text-left p {
        font-size: 0.8rem;
    }
}

@media (min-width: 767px) {
    .section-service-inner .service-img-right img {
        float: right;
    }
}

.section-drone {
    background: url(./img/drone5.jpg);
    background-size: cover;
    text-align: left;
    margin-top: 5rem;
}

.section-drone .drone-content {
    padding: 20px 5px;
}

.section-drone .drone-content .subheading {
    font-family: Poppins;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
    margin-bottom: 5rem;
}

.section-drone .drone-content .heading {
    font-family: Poppins;
    font-weight: normal;
    font-size: 32px;
    margin: auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    letter-spacing: 0.05em;
    text-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
    color: #ffffff;
  }

.section-team img {
    max-width: 70%;
}

.section-team {
    margin-top: 3rem;
    padding: 4rem;
}

.retangle-team {
    height: 20px;
    width: 250px;
    background-color: #E30613;
    margin-top: 1.1rem;
}

.section-team-heading {
    margin-bottom: 7rem;
}

.section-team-heading h3 {
    position: absolute;
    font-size: 2rem;
}

.team-role { 
    margin-top: 0.6rem;
}

.role-head {
    font-family: Poppins;
    font-weight: 500;
}

.role-sub {
    font-family: Poppins;
    font-size: 0.8rem;
}

@media (max-width: 767px) {
    .team-img {
        margin-top: 5rem;
    }
}

.section-cta {
    background: url(./img/testimonial-img.jpg);
    background-size: cover;
    text-align: left;
    margin-top: 5rem;
}

.section-cta .cta-content {
    padding: 20px 5px;
}

.section-cta .cta-content .heading {
    font-family: Poppins;
    font-weight: normal;
    font-size: 3rem;
    margin: auto;
    text-align: center;
    margin-top: 100px;
    padding-bottom: 1rem;
    letter-spacing: 0.05em;
    text-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
    color: #E30613;
}

@media (max-width: 480px) {
    .section-cta .cta-content .heading {
        font-size: 1.8rem;
    }
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #E30613;
    border-color: #E30613;
}

.cta-button {
    text-align: center;
    margin-bottom: 5rem;
}

.col-center {
    float: none !important;
}

.section-testimonial {
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.section-testimonial-heading {
    margin-bottom: 9rem;
}

.section-testimonial-heading h3 {
    position: absolute;
    font-size: 3rem;
}

.carousel .item {
    color: black;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 90px;
}

.carousel .testimonial-text {
    padding: 30px 0 10px;
}

.carousel .overview {
    font-style: italic;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #000000;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -3rem;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 50px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
}

.carousel-indicators li { 
    visibility: hidden; 
}

.section-kontakt {
    margin-top: 4rem;
}

.section-kontakt img {
    width: 80%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
  
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.retangle-contact {
    height: 20px;
    width: 170px;
    background-color: #E30613;
    margin-top: 1.1rem;
}

.section-contact {
    margin-bottom: 5rem;
}

.section-contact-heading {
    margin-bottom: 7rem;
}

.section-contact-heading h3 {
    position: absolute;
    font-size: 2rem;
}

.contact-hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
  
.contact-hover:hover .image {
    opacity: 0.3;
}
  
.contact-hover:hover .middle {
    opacity: 1;
}
  
.text {
    font-family: 'Poppins';
    color: #000000;
    font-size: 20px;
    padding: 16px 32px;
}

.contact-hover .middle .text a:hover {
    color: #E30613;;
    text-decoration: none;

}

.second-row {
    margin-top: 2rem;
}

.footer {
    padding: 2rem;
    text-align: center;
    background-color: #000000;
}

@media (max-width: 960px) {
    .section-footer {
        justify-content: center;
    }
}

.section-footer {
    align-items: center;
}

.footer-logo img {
    width: 30%;
}

ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}

ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
	background-color:#E30613;
}

.social-network a.icoInstagram:hover {
	background-color:#E30613;;
}

.social-network a.icoYoutube:hover {
	background-color:#E30613;
}

.social-network a.icoLinkedin:hover {
	background-color:#E30613;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}


.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size: 20px;
}

.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-network .social-circle a {
    background-color: #000000;   
}

.footer hr {
    border-top: 1px solid #ffffff;
    max-width: 65rem;
    margin-top: 2rem;
}

.footer-links a {
    margin-right: 3rem;
    color: #ffffff;
}

.footer-links a:hover {
    color: #E30613;
}


.contact-side-header {
    background: url(./img/contact-side-header.jpg);
    background-size: cover;
    padding: 100px 5px;
    padding-top: 160px;
}

.contact-side-header .contact-content {
    font-family: 'Roboto';
    letter-spacing: 0.2em;
    max-width: 1000px;
    margin: auto;
    color: #ffffff;
    text-transform: uppercase;
}
  
.contact-side-header .contact-content .heading {
    font-size: 2rem;
    margin-bottom: 8px;
}
  
.contact-side-header .contact-content .subheading {
    font-size: 14px;
    margin-bottom: 3rem;
}

.section-form {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.single-contact {
	text-align: left;
	position: relative;
	padding-left: 70px;
	margin-bottom: 50px;
	margin-top: 10px;
}
.single-contact i.fa {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #E30613;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
}

.single-contact .fa {
    color: #ffffff;
}

.single-contact h5 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}
.single-contact p {
	font-size: 15px;
	font-weight: 400;
}

.heading-box h2 { 
    width:100%; 
    color: red; 
}

@media (max-width: 990px) {
    .single-contact {
        margin-top: 4rem;
    }
}
