/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Fira Sans', sans-serif;
    color: #231f20;
}

hr {
    max-width: 50px;
    border-color: #f05f40;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

#top-slider a {
    color: white;
    background: #4b5740; 
    padding: 8px 15px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
    outline:none;
}

a:hover,
a:focus {
    color: #eb3812;
    text-decoration: none;
    outline:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans',sans-serif;
}

h2.section-heading { 
		font-size: 40px;
		height: 40px; 
		color: #2d1a0e; 
		display: inline-block;
}
		
.section-heading-wrapper { 
	margin-bottom: 40px;
}

@media(max-width:420px) {
	h2.section-heading { 
			font-size: 40px;
			height: 30px; 
			color: #2d1a0e; 
			background-color: white; 
			display: inline-block;
			letter-spacing: 5px;
	}
	.section-heading-wrapper { 
		background: url(../img/bg-dots-line.png) center center repeat-x; 
		background-size: 45px 5px;
		margin-bottom: 20px;
	}

}

p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
}

.bg-primary {
    background-color: white;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}



/* Sections */

section {
    padding: 0 0 65px; 
}


@media(max-width:767px) {
	section {
			padding: 0 0 100px;
	}

}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}


/* Navigation standard */

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
    position: relative;
    z-index: 1;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f05f40;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #f05f40!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: white;
        padding: 15px 30px;
    }
    
		#bs-example-navbar-collapse-1 { position: relative; }
		#bs-example-navbar-collapse-1 ul.nav { position: absolute; bottom: -8px; right: 0;}
		
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f05f40;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f05f40;
    }
}

.navbar-brand {
	background: url(../img/logo-mediajockey.png) top center;
	background-size: 200px 92px;
	text-indent: -10000px;
	display: block;
	width: 200px;
	height: 92px; 
}

/* Top Slider */

.top-slider-item {
	display: block; width:100%; height: 430px;
	color: white;
}

.top-slider-item h2 { 
	color: white;
	font-size: 30px;
}


.slider-left, .slider-right {
	padding: 20px 20px;
}

.owl-carousel .owl-item .slider-big-image {
	margin: auto;
}

.call-to-action {
	width: 260px;
	margin: auto;
	padding-top: 3px; 
}

.call-to-action-button {
	background: url(../img/bg-button-731-kaufen-white.png) top center no-repeat; 
	background-size: 260px 39px;
	display: block;
	width: 260px;
	height: 39px;
	text-indent: -100000px;
}

.call-to-action-button:hover, .call-to-action-button:focus {
	text-decoration: none;
	cursor: pointer;
	transition: all .15s;
	transform: scale(1.1);
}

@media(min-width:768px) {

	.slider-left, .slider-right {
		padding: 60px 20px 0px;
	}

	.owl-carousel .owl-item .slider-big-image {
		margin: auto;
	}
	.top-slider-item {
		display: block; width:100%; height: 350px; 
	}
	.top-slider-item h2 { 
		color: white;
		font-size: 40px;
	}
	.owl-carousel .owl-item img.stoerer {
		width: 90px; margin: auto;
	}
	
	.call-to-action {
		width: 320px;
		height: 48px;
	}

	.call-to-action-button {
		background-size: 320px 48px;
		width: 320px;
		height: 48px;
	}

	.call-to-action-button:hover, .call-to-action-button:focus {

	}
}

@media(min-width:1024px) {
	.owl-carousel .owl-item .slider-big-image {
		margin: auto;
	}
	.top-slider-item {
		display: block; width:100%; height: 480px; 
	}
	.top-slider-item h2 { 
		color: white;
		font-size: 60px;
	}
}


@media(min-width:768px) {

		section { padding-top: 65px; }
		#top-slider { padding-top: 122px; padding-bottom: 0; }

		.navbar-nav > li {
				float: none;
		}

		.nav > li {
				display: inline-block;
				position: relative;
		}
		
}

@media(max-width:767px) {

		section { padding-top: 84px; }
		
		.top-slider-item {
			display: block; width:100%; height: 630px;
		}

		
		.slider-left{
			padding: 40px 20px 00px 20px;
		}
		.slider-right {
			padding: 20px 20px 20px 20px;
		}
		.navbar-toggle { margin-top: 14px; margin-bottom: 2px; }
		
		.navbar-header {
				padding: 15px 0px;
		}
		
		/* Navigation state: open */
		.navbar-nav {
    	padding: 0 38px;
		}
		
		#navigation {
    	margin: 0 auto ;
    }
    
		.navbar-default .navbar-header .navbar-brand {
			float: left;
			margin: 0 0 0 15px;
			background-size: 124px 54px;
			width: 124px;
			height: 54px; 
			transition: none;
		}
		
		.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	border: 0px solid white;
    	box-shadow: none;
    	padding: 0;
		}
		ul.navbar-nav { 
			width: 100%; 
		}
		.navbar-nav > li {
				float: none;
		}

		.nav > li {
				background: url(../img/bg-dots-line-white.png) bottom center repeat-x; 
				background-size: 45px 5px;
				display: block;
				position: relative;
		}
		
		/*
		.nav > li:last-child {
			background: transparent;
		}
		*/
		
		.navbar-nav > li > a {
    		line-height: 28px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    	max-height: 100%;
		}
		
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #231f20;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    font-size: 16px;
		color: #231f20;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: 700;
		letter-spacing: 0.5px;
		text-transform: uppercase;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #4b5740;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #4b5740!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}


/* Button */

.button {
	background: url(../img/bg-button-300-blue.png) right top repeat-y;
	background-size: 150px 43px;
	width: 150px;
	height: 43px;
	color: #214897;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	margin-top: 28px;
  -webkit-transition: all 0s;
  -moz-transition: all .0s;
  transition: all 0s;
}

.button:hover, .button:active, .button:focus {
	transform: scale(1.1);
  -webkit-transition: all 0s;
  -moz-transition: all .0s;
  transition: all 0s;
	color: #214897;
	text-decoration: none;
}

.news-block {
	margin: 0 -15px 0 15px;
}

.news-box {
  margin: 50px 0 auto;
}

.news-img-wrapper {
	max-width: 330px;
	margin: auto;
}

.news-img {
	background-size: contain;
}

.news-img img {
	width: 100%;
}

@media(max-width:768px) {
	.news-block {
		margin: 0;
	}
}

@media(min-width:992px) {
    .news-box {
			background: url(../img/bg-line-vertical.png) right top repeat-y;
			background-size: 5px 45px;
			margin: 20px auto 0;
			max-width: 370px;
			padding-right: 30px;
    }
    .news-block div:last-child .news-box { background: transparent; }   
}

.news-box p {
    margin-bottom: 0;
}

.foto-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.foto-box .foto-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(75,87,64,.9);
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
}

.foto-box .foto-box-caption .foto-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.foto-box .foto-box-caption .foto-box-caption-content .project-category,
.foto-box .foto-box-caption .foto-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Fira Sans',sans-serif;
}

.foto-box .foto-box-caption .foto-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
}

.foto-box .foto-box-caption .foto-box-caption-content .project-name {
    font-size: 18px;
}

.foto-box:hover .foto-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .foto-box .foto-box-caption .foto-box-caption-content .project-category {
        font-size: 32px;
    }

    .foto-box .foto-box-caption .foto-box-caption-content .project-name {
        font-size: 22px;
    }
}


/* Termine */

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
		background: url(../img/bg-dots-line.png) bottom center repeat-x; 
		height: 5px;
		background-size: 45px 5px;
    border-top: 0px solid #fff;
    line-height: 1.42857;
    padding: 12px 8px 14px;
    vertical-align: top;
    font-size: 16px;
}

@media(max-width:768px) {
	.termine-full { display: none; }
	.termine-small h3 { margin-bottom: 0; }
}

@media(min-width:768px) {
	.termine-small { display: none; }
}

/* owl slider */

.owl-prev, .owl-next {
	position: absolute;
}
.owl-prev, .owl-next {
	font-size: 60px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	width: 45px;
	color: white;
	top:45%;
	left:15px;
	transition: all 0.15s;
}
#die-musiker .owl-prev, #die-musiker .owl-next {
	color: #b4803f;
}

.owl-next {
    left: auto;
    right:0px;
}
.owl-prev:hover, .owl-next:hover {
    color: #2d1a0e;
}
#die-musiker .owl-prev:hover, #die-musiker .owl-next:hover {
    color: white;
}
.owl-prev:before {
    content: "\f104";
}

.owl-next:before {
    content: "\f105";
}

.owl-controls{
    margin-top:25px;
    text-align: center;   
}

.owl-controls .owl-page {
    display: inline-block;
}
.owl-controls .owl-page span{
    width:10px;
    height:10px;
    border-radius:50%;
    display: inline-block;
    background: #32091d;
    margin:0 3px;
}
.owl-controls .owl-page.active > span{
    background: #974e61;
}
.owl-prev,.owl-theme .owl-next {
    position: absolute;
}

/* Die Musiker */

#die-musiker {
	background: #f3efda url(../img/bg-die-musiker.jpg) top center repeat;
	width: 100%;
	position: relative;
	height: 280px;
}

.die-musiker-row { 	height: 280px; }

#die-musiker h2 {
	font-size: 50px;
	background: url(../img/bg-dots-line.png) center bottom repeat-x; 
	background-size: 45px 5px;
	display: inline-block;
	letter-spacing: 10px;
}

#die-musiker .owl-carousel { position: absolute; top: -20px; }
#die-musiker .owl-carousel img { height: 320px; width: auto; position: relative; top: -60px; z-index: 10; }

#die-musiker h2 {	margin-left: 45px; }
#die-musiker .owl-carousel .slider-left { text-align: left; padding: 90px 0 0 45px ; }

#die-musiker .slider-left, #die-musiker .slider-right {
		margin-bottom: -40px;
	}
	


@media(max-width:768px) {
	#die-musiker, .die-musiker-row { height: 468px; }
	#die-musiker .owl-carousel { position: absolute; top: 21px; }
	.musiker-slider-item, .die-musiker-row { padding: 0 15px; text-align: center; }
	#die-musiker .owl-carousel .slider-left, #die-musiker .owl-carousel .slider-right { text-align: center; padding: 20px 0; }
	#die-musiker .owl-carousel .slider-left { padding: 70px 0 0 0; }
	#die-musiker .owl-carousel img { margin: auto; }
	#die-musiker .owl-carousel img { position: relative; top: 42px; }
	#die-musiker h2 {	margin-left: 0; }
}

@media(max-width:480px) {
	#die-musiker h2 { font-size: 40px; }
}

@media(max-width:420px) {
	#die-musiker h2 { font-size: 30px; }
}


.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
}

/* Top-Links */

.top-link {
	background: url(../img/bg-bap-icons-min.png) 38px 0px no-repeat;
	background-size: 990px 94px;
	width: 170px;
	padding-top: 112px;
	font-family: 'Fira Sans',sans-serif;
	font-size: 24px;
	display: block;
	margin: auto;
	text-align: center;
	color: #2d1a0e;
	margin-bottom: 30px;
}

.top-link:hover {
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
  transition: all .15s;
	transform: scale(1.1);
	color: #2d1a0e;
}

#top-link-musik {
	background: url(../img/bg-bap-icons-min.png) -263px 0px no-repeat;
	background-size: 990px 94px;
}

#top-link-band {
	background: url(../img/bg-bap-icons-min.png) -564px 0px no-repeat;
	background-size: 990px 94px;
}

#top-link-shop {
	background: url(../img/bg-bap-icons-min.png) -865px 0px no-repeat;
	background-size: 990px 94px;
}

/* Footer */

.footer-row {
	border-top: 1px solid #d9d8d6;
	padding: 15px 0;
}

.footer-left {
	text-align: left;
}

.footer-right {
	text-align: right;
}

@media(max-width:768px) {
	.footer-left, .footer-left {
		text-align: center;
	}
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}