﻿/* Move down content because we have a fixed navbar that is 3.5rem tall */
@import url('font-awesome.css');

.top-header {
	background-color:#ff0000;
	border-color: transparent;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.navbar-nav {
	text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,1.0);
}
.display-4 {
	color: #fff; 
    }
.carousel {
    margin-top: -150px;
    margin-bottom: 50px;
}
.carousel-galerie {
    margin-top: 180px;
    margin-bottom: 50px;
}
.small, small {
    font-size: 94%;
    color: #fff;
}
a {
    color: #ff0000;
}
a:hover {
    color: #000;
}
.panel {
    margin-bottom: 20px;
    background-color: #ccc;
    border: 5px #ccc solid; 
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-profile .panel-heading {
    height: 150px;
    background-size: cover;
}
.panel-body {
	margin-bottom: 20px;
}
.panel-profile-img {
    max-width: 140px;
    margin-top: -70px;
    margin-bottom: 5px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.fixed-top {
	border-bottom: thin #000 solid;
	background-color: #ff0000;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s; 
}
.head-image {
	position:relative;
	margin-top: -10.5rem;
	margin-bottom: 2.6rem;
	padding: 0;
}
.jumbotron {
	2rem 2rem 8rem;
    border-radius: 0;
    background-color:#000
    }
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    rgba(182, 182, 182, 0.9);
    text-transform: uppercase;
}
.border-left {
    border-left: 4px solid #dee2e6 !important;
}
.fsize20 {
	font-size: 1.8rem;
}
section.software {
	margin-top: 50px;
	padding: 3rem 0;
	background-color:#e9ecef;
}
section.white {
	margin-top: 50px;
	padding: 3rem 0;
	background-color:#fff;
}

section.kontakt {
	margin: 3rem 0;
}

hr.no-lines {
	margin: 40px 0;
	border: thin transparent solid;
}

.footercontent {
	margin-top: 50px;
	min-height: 130px;
	padding: 30px 0;
	border-top:thin #ff0000 solid;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {

.jumbotron {
    padding: 2rem 4rem 10rem;
}
}

@media (max-width: 768px) {

.btn-tel {
    height: 100px;
    width: 45px;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}
.btn-tel-pos {
    position: absolute;
    bottom: auto;
    right: auto;
    z-index: 11;
    left: 90px;
    top: 90px;
}
.btn-mail {
    height: 80px;
    width: 94px;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}
.btn-mail-pos {
    position: absolute;
    bottom: auto;
    right: auto;
    z-index: 11;
    left: 150px;
    top: 100px;
}
}


@media (max-width: 576px) {

.btn-tel-pos {
    position: absolute;
    bottom: auto;
    right: auto;
    z-index: 11;
    left: 22px;
    top: 35px;
}
.btn-tel {
    height: 50px;
    width: 40px;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}
.btn-mail-pos {
    position: absolute;
    bottom: auto;
    right: auto;
    z-index: 11;
    left: 70px;
    top: 35px;
}
.btn-mail {
    height: 50px;
    width: 45px;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

@media (max-width: 767px) {

.top-header {
    margin: auto;
}

.carousel {
    margin-top: -50px;
    margin-bottom: 30px;
}
.head-image {
    margin-top: -70px;
    border-radius: 0;
    border: 0;
}
.rounded {
    border-radius: 0 !important;
}
.display-4 {
    font-size: 1.7rem;
}
.h4, h4 {
    font-size: 1.3rem;
}
}
