/* Bootstrap
 * Custom CSS - By Adir Webdesign
 * 2017
 */

html{
	font-family:sans-serif;	
}
body {
    padding-top: 54px;
	font-family:"PT Sans",Helvetica,Arial,sans-serif;
	font-size:14px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.col-lg-4.col-sm-6.portfolio-item {
	margin-bottom:15px;
}


/* Navbar Items */
.navbar-dark .navbar-nav .nav-link {
    color: black;
    border-top: 2px solid transparent;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -1px;
	font-size:16px;
}

/* Der aktive Navbar Item */
 .navbar-dark .navbar-nav .active {
   
   color:#f16022 !important;
	
    
 }
 
 /* Hintergrundfarbe der Navigationsleiste */
 .bg-dark {
	 background-color:white !important;
 }
 
 /* beim Hovern bzw Fokus der Navigationsleiste, Linkfarbe */
 .navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li > a:focus {
    
    color:#f16022 !important;
	
} 

#darkfooter{
	background-color:black !important;
	color:white;
}

.navbar-toggler{
	background-color:black;
}

.carousel-item {
    height: 75vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

.carousel {
	margin-top:40px;
}

/* ID for Row in Parner List */
#my{
	margin-top:20px;
}

/* ID for a tag in Partner LI*/
#deco{
	text-decoration:none !important;
	color:#f16022 !important;
}

#mar{
	margin-top:40px !important;
}


/* line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.example3 .navbar-brand {
  height: 80px;
  
}

.example3 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.example3 .navbar-toggler {
  padding: 10px;
  margin: 25px 15px 25px 0;
}


.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 5px;
  width: auto;
  margin-lefT:-40px;
}

.card-img-top > img{
	width:700px;
	height:400px;
}

.card-title > a {
	text-decoration:none;
	color:#f16022 !important;
}

.card{
	text-align:center;
}

/* Smartphones Media Query */

/* EXAMPLE 8 - Center on mobile*/
	@media only screen and (max-width : 768px){
  .example3 .navbar-toggler {
	margin-left:42%;
	
}

/* Center on Mobile */
img.img-responsive {
    
    margin-left: 4px;
}

	
	.nav-link{
		text-align:center;
	}
}


/*
 Responsive Youtube
 */
 

 .responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
 
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



