/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v27-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
		font-family: 'Roboto Condensed', sans-serif;
		background-color:#2a2723;
	}

#main {}

.backgroundcontainer {
	background-image: url('../img/timlinde.jpg');
	height: 1400px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: white;
	}

.navbar-default	{
	background-color: transparent;
	border-color: transparent;
	border:none;
	}

h1, h2 {
	color: #818181;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
	}

h2 {
	font-size:25px;
	}
.text-center-custom {
    text-align: center;
}

.alben {margin-top:50px;}

.albumcover {width:100%;margin-bottom:10px}

.albump {
	margin: 10px 0 0 0;
    color: #818181;
    font-size: 15px;
    line-height: 18px;
	}
.albump a, a:link, a:focus, a:visited {
    color: #818181;
    text-decoration: none;
}


.albump a:active, a:hover {
    outline: none;
    color: rgba(255,255,255,0.9);
}	
.yticon {max-width:25px}	

.social {max-width:40px !important}

.nav > li > a {
   padding: 5px 5px;
  }
.xs-menu{
	text-align: right;
	padding-top: 15px;
	}
.myfooter {
	margin-top:-25px
	}	 
.uberschrift, .impressum {
	margin-top:800px;
	}	
	@media screen and (max-width: 1199px) { 
	 	.backgroundcontainer {
	 		height:1100px;
	 		}
	 	.uberschrift, .impressum {margin-top:600px;}	
	 	}
	
	 @media screen and (max-width: 992px) { 
	 	.backgroundcontainer {
	 		height:895px;
	 		}
	 	.uberschrift, .impressum {margin-top:460px;}	
	 	.alben {
  background:white;
  }
  .row {margin-right: -13px;}
	 	}
	 
 @media screen and (max-width: 766px) { 
  .navbar {display:none}
  .backgroundcontainer {
  	background:white;
  	background-position: center top;
    background-size: 100% auto;
    
  	
	}
	.alben  {
  background:white;
  }
	.uberschrift, .impressum {margin-top:-150px;}
	.albumcover {margin-top:10px}
	.albump {	font-size: 13px;line-height: 15px; }
	.footer-p {padding-top:30px}
	.row {margin-right: -13px;}
}

	 
 @media screen and (max-width: 350px) { 
 	.social {max-width:30px !important}
 	}