body {
    width: 100%;
    height: 100%;
    font: normal 100.1%/110% 'Montserrat', sans-serif!important;
    color: #000;
    background-color: #0F70B8;
}


html {
    width: 100%;
    height: 100%;
}

h1,
h2 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

 h3,
 h4,
 h5,
 h6 {
     margin: 0 0 35px;
     font-weight: 700;
     letter-spacing: 1px;
 }

p {
    margin: 0 0 25px;
    font-size: 1.4em;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 1.6em;
        line-height: 1.6;
    }
}

a {
    color: #0F70B8;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #dedee0;
}

.light {
    font-weight: 400;
}



.nav {
    font-size: 1.4em;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.3);
    text-transform: uppercase;
    background-color: #fff;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    font-size: 1.4em;
    padding: 2px 0 0 10px;
    position: relative;
}

.navbar-custom .navbar-brand img {
		max-width: 200px;
		padding-top: 10px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;/*  */
    font-size: 1.4em;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a.navbar-brand {
    color: #0F70B8;
    position: absolute;
    top: 23px;
}

.navbar-custom.top-nav-collapse a.navbar-brand {
    color: #fff;
    position: absolute;
    top: 5px;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-weight: 900;
    padding-top: 26px;
    color: #aaa;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(0,0,0,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #0F70B8;
        color: #fff;
    }
    
 .navbar-custom.top-nav-collapse .nav a {
 color: #fff;
 }


    
    
    
@media(min-width:1024px) {
    .navbar-custom .navbar-brand img {
		max-width: 180px;
		}
		


}    
    

@media(min-width:768px) {
    
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        background-color: #fff;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #0F70B8;
        color: #fff;
    }
    
    .navbar-custom.top-nav-collapse a {
    color: #fff;
    }
    
    .navbar-custom .navbar-brand img {
		max-width: 280px;
		padding-top: 0;
		}
}

 
.navbar-toggle i {
	font-size: 1.8em;
}


#dotnav {
     position: fixed;
     right: 2%;
     top: 40%;
 }

#dotnav li.active {
      background-color: transparent;
}

#dotnav li a {
    color:#333;
    background-color: transparent;
}

#dotnav li.active a {
    color: #da1218;
}


#dotnav li.active a:hover {
    color: #b61016;
}


.text-logo {
	width: 250px;
	margin: 0 auto;
}




.jumbotron {
	margin: 0!important;
	padding: 0!important;
	background-color: transparent;
}




/***** INTRO SECTION *******************/
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #000;
    background-color: #fff;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 30px;
}

.intro .intro-body .intro-text {
    padding-top: 20px;
    font-size: 1em;
}

.intro img.logo-intro {
	/*margin-left: 80px; */
	display: block;
	width: 60%;
	margin: 0 auto;
}

.btn-to-anchor {
   display: block;
	padding:0;
	margin: 0 auto;
	font-size: 7em;
    color: #0F70B8;
}


@media(max-width:768px) {
	.intro img {
		/*margin-left: 20px;*/ 
	}
}


.jumbotron-banner {
	 background: url(../img/highlightsbanner.jpg) repeat-x bottom center fixed;
    background-color: transparent;
    height: 150px;
    display: block;
}

@media(min-width:1024px) {

    .intro .intro-body .intro-text {
        font-size: 1.1em;
    }
}




@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 50px;
    }

    .intro .intro-body .intro-text {
        font-size: 1.2em;
    }
}


.text-content {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    z-index: 500;
    text-align: left;
   
}

.text-content ul {
	padding: 0;
	margin:0;
}



.text-content ul > li {
    display: block;
    list-style-type: square;
    line-height: 1.8em;
    font-size: 1.6em;
    text-align: left;
    margin: 0;
    padding:0 30px;
}

.text-content ul > li:before {
  font-family: FontAwesome;
  content: "\f00c";
   margin-left: -30px;
   margin-right: 10px;
}

.text-bg-dark {
    background-color: transparent;
    margin-top: 10px!important;
    color:#fff;
    padding: 20px!important;
}


.text-bg-light {
    background-color: rgb(255,255,255);
    margin-top: 10px!important;
    color:#0F70B8;
    padding: 20px!important;
    position: relative;
}


/********* Aktionen SECTION **************/

.highlights-section {
    display: table;
    width: 100%;
    height: auto;
    padding: 0 0;
    text-align: center;
    color: #fff;
    background-color: #0F70B8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.highlights2-section {
    display: table;
    width: 100%;
    height: auto;
    padding: 0 0;
    text-align: center;
    color: #0F70B8;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.highlights3-section {
    display: table;
    width: 100%;
    height: auto;
    padding: 0 0;
    text-align: center;
    color: #0F70B8;
    background-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.highlights3-section div.text-special p {
    font-size: 1.2em;
    margin-bottom:5px;
}


#portfolio.content-section {
    padding: 0;
}


.slider {
    border: 1px solid red;
    padding: 0!important;
    margin: 0!important;
}

.slider-item {
	 display: table;
    width: 100%;
    height: 600px!important;
    padding: 10px 0 0 0;
    margin: 0;
    color: #fff;
    background-color: #0F70B8;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

@media(max-width:768px) {
	.slider-item {
		height: 400px!important;
		 overflow: auto;
	}
}

.slider-item-portfolio {
    background-image: url(../img/portfolio.jpg);
}

.slider-item-portfolio div {
    margin-top: 3%;
}
.slider-item-tontechnik {
    background-image: url(../img/mikrofon.jpg);
}
.slider-item-beleuchtung {
    background-image: url(../img/beleuchtung.jpg);	
}
.slider-item-medientechnik {
    background-image: url(../img/medientechnik.jpg);	
}
.slider-item-buehnentechnik {
    background-image: url(../img/buehnentechnik.jpg);	
}
.slider-item-veranstaltungen {
    background-image: url(../img/veranstaltungen.jpg);	
}

.slick-prev {
   left: 5%;
}

.slick-next {
    right: 5%;
}

.slicknav li:before {
    content: ""!important;
    margin:0;
}

.gotToSlide {
    cursor: pointer;
}

.gotToSlide:hover span {
       color: #8c8c8c;

}

.gotToSlide img {
    width: 70px;
    margin:0 auto;
}

.gotToSlide span {
    display: block;
   text-align: center;
    font-size: .9em;
    padding-bottom: 30px;
    text-indent: -9999px;
}

@media(max-width:768px) {
    .gotToSlide {
        padding: 0!important;
        margin: 0!important;
    }

    .gotToSlide span {
        padding: 0!important;
        margin: 0!important;
    }
}


.referenzen-section,
.verkaufsservice-section,
.dienstleistungen-section,
.beleuchtung-section,
.veranstaltungen-section,
.buehnentechnik-section,
.medientechnik-section {

    display: table;
    width: 100%;
    height: auto;
    padding: 0 0;
    text-align: center;
    color: #fff;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.kontakt-section {
    width: 100%;
    height: auto;
    padding: 0 0;
    color: #fff;
    background-color: #0F70B8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.kontakt-section a {
    color: #fff;
}

.kontakt-section a:hover {
    color: #d5d5d5;
}

.anfahrt-section {
    width: 100%;
    height: 450px!important;
    padding: 0!important;
    background-color: #fff;
}

@media(min-width:768px) {
    .topview {
        height: 100%;
        padding: 0;
    }

}




.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 2px 8px;
    border: 2px solid #0F70B8;
    border-radius: 100%!important;
    font-size: 4em;
    color: #0F70B8;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #0F70B8;
    background: rgba(15,112,184,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
     padding-top: 50px;
 }



#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        /*padding-top: 250px;*/
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}


ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #fff;
}

footer p {
    margin: 0;
}

footer .impressum {
    margin-bottom: 50px;
    padding: 20px;
    background-color: transparent;
    position: relative;
    bottom: 0;
    border-top: 3px solid #eee;
}


::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


/*** Iframe Videos usw. responsive ***/

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16x9 */
    overflow: hidden;
    width: 100%;
    height: auto;
}
.embed-container iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
    padding-bottom: 75%;
}

/*------------------------------------------------------------------
[ Back to Top / #back-to-top ]
*/
#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    display: block;
    background: #aaa;
    background: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
#back-to-top:hover {
    text-decoration: none;
    background-color: #90AED6;
    background: rgba(0, 0, 0, 0.5);
}
#back-to-top i {
    color: #fff;
}
