@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700');

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    color: 222;
}
.bg1 {
    background-color: #f8f8f8;
}
.bg2 {
    background-color: #ffffff;
}
.bg3 {
    background-color: #ffdf59;
}
h1 {
    font-size: 1.5em;
    font-weight: bolder;
    letter-spacing: 2.5px;
    padding-top: 50px;
}
h2 {
    font-size: 1.5em;
    font-weight: bolder;
    letter-spacing: 1.5px;
    color: #222222;
    padding-top: 15px;
    white-space: nowrap;
    text-align: center;
}
h4 {
    font-size: 1.2em;
    color: #222222;
}
h5 {
    font-size: 1.8em;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #222222;
    padding-top: 15px;
    white-space: nowrap;
    text-align: center;
}

p {
    padding-top: 10px;
    color: #555;
    font-size: 0.9em;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;

}
.p-footer {
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 30px;
    color: #555;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.title{
    padding-bottom: 50px;
}

/* ====== */
/* Header */
/* ====== */

.navbar {
    padding-top: .5rem;
    border-bottom: 0px solid #eee;
    box-shadow: 0px 1px 30px #555; 
}
.navbar-brand img {
    width: 250px;
}
.navbar-nav li {
    padding-left: 10px;
    padding-right: 10px;
}
.nav-link {
    font-size: 0.8em !important;
    font-weight: bolder;
}
.nav-item {
    overflow: hidden;
}
.nav-item a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
.nav-item a:hover {
    border-bottom: 2px solid #222;
}

/* ====== */
/* Slider */
/* ====== */

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .6;
}

/********************************/
/*          Slidertext          */
/********************************/
.carousel-caption {
    left:auto;
    right:auto;
    width: 100%;
    color: #ffdf59;
    bottom: 34%;
}
.carousel-caption h3 {
    font-size: 0.8em;
    letter-spacing: 0.5px;
    padding-bottom: 23px;
    opacity: 1;
}
.carousel-caption h1 {
    font-size: 1.8em;
    font-weight: bolder;
    letter-spacing: 2.5px;
    padding-top: 0;
}
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/********************************/
/*          Custom Buttons      */
/********************************/

.btn.btn-outline-primary {
    padding: 10px 20px;
    background-color: transparent;
    border-color: #ffdf59;
    color: #ffdf59;
    border-radius: 0;
    border-width: 2px;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 2.5px;
    margin-top: 23px;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #ffdf59;
    color: #000;
}

/********************************/
/*       Slider Indicators      */
/********************************/

.carousel-indicators > li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #ffdf59;
    margin-right: 5px;;
    margin-left: 5px;;
    cursor: pointer;
}
.carousel-indicators > .active {
    background-color: transparent;
    border: 1px solid #ffdf59;
    width: 9px;
    height: 9px;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;
	background-repeat:no-repeat;
    background-position: center center;
}
.carousel.carousel-fade .carousel-item {
    opacity: 0.2;
    transition: opacity ease-out 0.5s;
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;
	background-repeat:no-repeat;
    background-position: center;
	background-size:cover;
}
.slide1{
    background-image: url(img/slider3.jpg);
}
.slide2{
    background-image: url(img/slider1.jpg);
}
.slide3{
    background-image: url(img/slider2.jpg);
}
.ThreeColumnSection {
    max-width: 1100px;
    margin:0 auto;
}
.profile {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
}
.profile-card {
    min-width: 350px;
    margin: 0 auto;
    padding: 0px;
}

/********************************/
/*       Leistungen             */
/********************************/

.menu2 {
    width: 750px;
    margin: 0 auto;
    height: 70px;
}
.nav-menu2 {
    padding-bottom: 30px;
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
}
.nav-menu2 a {
    color: #999;
    padding-bottom: 5px;
}
.nav-menu2 a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000;
}
a.active {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000;
}
.nav-menu2-item {
    text-align: center;
    margin: 0 auto;
    font-size: 1.0em;
}
.leistungen-img {
    width: 540px;
    margin: 0 auto;
}
.leistungen-content-layer {
    width: 540px;
    border: 20px solid #fff;
}
.leistungen-content {
    width: 540px;
    border: 5px solid #ddd;
    height: 520px;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
}
.leistungen-p {
    padding-top: 10px;
    color: #555;
    font-size: 0.85em;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.leistungen-p a{
    font-weight: bold;
    color: #555;
}
.leistungen-p a:hover{
    color: #004a7a;
    text-decoration: none;
}
.leistungen-float {
    float: left;
    width: 50%;
    padding: 0px;
}

/********************************/
/*          Fusszeile           */
/********************************/

.fusszeile {
    padding-top: 36px;
    margin: 0 auto;
    font-size: 0.7em;
    letter-spacing: 2px;
    color: #222222;
}
.fusszeile a {
    color: #222222;
    font-weight: 800;
}
.fusszeile a:hover {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #222222;
}
.fusszeile2 {
    padding: 0px;
    margin: 0 auto;
    font-size: 0.7em;
    letter-spacing: 2px;
    color: #fff;
}
.fusszeile2 a {
    color: #222222;
    font-weight: 800;
}
.fusszeile2 a:hover {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #222222;
}
.fusszeile3 {   
    padding-top: 18px;
    margin: 0 auto;
}

/********************************/
/*          Sonstiges           */
/********************************/

.btn-secondary {
    border-radius: 0;
    height: 29px;
    width: 230px;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 3px;
}
.btn-secondary:hover{
    border-radius: 0;
    background-color: #004a7a;
}

}
#img-address:hover {
    content: url('img/gmail.png');
}
#img-cordinate:hover {
    content: url('img/discord.png');
}
.img-phone {
	display:block;
	width:50px;
	height:50px;
	background-image:url('img/x.png');
    margin: 0 auto;
}
.img-phone:hover img{
	display:none;
}
.img-address {
	display:block;
	width:50px;
	height:50px;
	background-image:url('img/gmail.png');
    margin: 0 auto;
}
.img-address:hover img{
	display:none;
}
.img-coordinate {
	display:block;
	width:50px;
	height:50px;
	background-image:url('img/discord.png');
    margin: 0 auto;
}
.img-coordinate:hover img{
	display:none;
}
.klick a{
    color: #555;
    text-decoration: none;
}
.klick a:hover {
    color: #004a7a;
}


/*---Media Queries --*/
@media (max-width: 1276px) {
    .menu2 {
        width: 760px;
    }
    .nav-menu2 {
        font-size: 1.1em;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .fusszeile {
        font-size: 0.6em;
    }
    .fusszeile2 {
        font-size: 0.6em;
    }
    .profile-card {
        min-width: 300px;
        max-width: 320px;
    }
    .leistungen-img {
        width: 100%;
    }  
   .leistungen-content-layer {
       width: 100%;
        border: 20px solid #fff;
    }
    .leistungen-content {
        width: 100%;
        border: 5px solid #ddd;
        height: 580px;
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .leistungen-p {
    padding-top: 10px;
    color: #555;
    font-size: 0.85em;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    }
    .leistungen-p a{
        font-weight: bold;
        color: #555;
    }
    .leistungen-p a:hover{
        color: #004a7a;
        text-decoration: none;
    }
    .leistungen-float {
        float: none;
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 1079px) {
    .menu2 {
        width: 660px;
    }
    .nav-menu2 {
        font-size: 1.0em;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .fusszeile {
        font-size: 0.6em;
    }
    .fusszeile2 {
        font-size: 0.6em;
    }
    .profile-card {
        min-width: 300px;
        max-width: 320px;
    }
    .leistungen-img {
        width: 100%;
    }  
   .leistungen-content-layer {
       width: 100%;
        border: 20px solid #fff;
    }
    .leistungen-content {
        width: 100%;
        border: 5px solid #ddd;
        height: 580px;
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .leistungen-p {
    padding-top: 10px;
    color: #555;
    font-size: 0.85em;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    }
    .leistungen-p a{
        font-weight: bold;
        color: #555;
    }
    .leistungen-p a:hover{
        color: #004a7a;
        text-decoration: none;
    }
    .leistungen-float {
        float: none;
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 979px) {
    .menu2 {
        width: 650px;
    }
    .nav-menu2 {
        font-size: 1.1em;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .fusszeile {
        font-size: 0.6em;
    }
    .fusszeile2 {
        font-size: 0.6em;
    }
    .profile-card {
        min-width: 300px;
        max-width: 320px;
    }
    .leistungen-img {
        width: 100%;
    }  
   .leistungen-content-layer {
       width: 100%;
        border: 20px solid #fff;
    }
    .leistungen-content {
        width: 100%;
        border: 5px solid #ddd;
        height: 580px;
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .leistungen-p {
    padding-top: 10px;
    color: #555;
    font-size: 0.85em;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    }
    .leistungen-p a{
        font-weight: bold;
        color: #555;
    }
    .leistungen-p a:hover{
        color: #004a7a;
        text-decoration: none;
    }
    .leistungen-float {
        float: none;
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .menu2 {
        width: 480px;
    }
    .nav-menu2 {
        font-size: 1.0em;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .fusszeile {
        font-size: 0.6em;
    }
    .fusszeile2 {
        font-size: 0.6em;
    }
    .nav-menu2 {
        font-size: 0.8em;
        font-weight: 500;
        letter-spacing: 0px;
    }
    .profile-card {
        min-width: 300px;
        max-width: 320px;
    }
    .leistungen-img {
        width: 100%;
    }  
   .leistungen-content-layer {
       width: 100%;
        border: 20px solid #fff;
    }
    .leistungen-content {
        width: 100%;
        border: 5px solid #ddd;
        height: 580px;
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .leistungen-p {
    padding-top: 10px;
    color: #555;
    font-size: 0.85em;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    }
    .leistungen-p a{
        font-weight: bold;
        color: #555;
    }
    .leistungen-p a:hover{
        color: #004a7a;
        text-decoration: none;
    }
    .leistungen-float {
        float: none;
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 576px) {
    h5 {
        font-size: 1.5em;
        letter-spacing: 1.4px;
    }
    .menu2 {
        width: 360px;
    }
    .nav-menu2 {
        font-size: 0.8em;
        font-weight: 500;
        letter-spacing: 0px;
    }
    .fusszeile {
        font-size: 0.6em;
    }
    .fusszeile2 {
        font-size: 0.6em;
    }
    .profile-card {
        min-width: 300px;
        max-width: 320px;
    }
    .leistungen-img {
        width: 100%;
    }  
   .leistungen-content-layer {
       width: 100%;
        border: 20px solid #fff;
    }
    .leistungen-content {
        width: 100%;
        border: 5px solid #ddd;
        height: 620px;
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .leistungen-p {
    padding-top: 10px;
    color: #555;
    font-size: 0.85em;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;

    }
    .leistungen-p a{
        font-weight: bold;
        color: #555;
    }
    .leistungen-p a:hover{
        color: #004a7a;
        text-decoration: none;
    }
    .leistungen-float {
        float: none;
        width: 100%;
        padding: 0px;
    }
}

@media only screen and (max-width: 480px) {
    h5 {
        font-size: 1.3em;
        letter-spacing: 1.3px;
    }
    .menu2 {
        width: 360px;
    }
    .nav-menu2 {
        font-size: 0.8em;
        font-weight: 500;
        letter-spacing: 0px;
    }
    .fusszeile {
        font-size: 0.6em;
    }
    .fusszeile2 {
        font-size: 0.6em;
    }
    .profile-card {
        min-width: 300px;
        max-width: 320px;
    }
    .leistungen-img {
        width: 100%;
    }  
   .leistungen-content-layer {
       width: 100%;
        border: 20px solid #fff;
    }
    .leistungen-content {
        width: 100%;
        border: 5px solid #ddd;
        height: 620px;
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .leistungen-p {
    padding-top: 10px;
    color: #555;
    font-size: 0.85em;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;

    }
    .leistungen-p a{
        font-weight: bold;
        color: #555;
    }
    .leistungen-p a:hover{
        color: #004a7a;
        text-decoration: none;
    }
    .leistungen-float {
        float: none;
        width: 100%;
        padding: 0px;
    }
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
