@import url("fonts.css");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* all */
::-webkit-input-placeholder { color: rgb(60,60,60) !important; font-weight: 300; font-size: 14px; }
::-moz-placeholder { color: rgb(60,60,60) !important; font-weight: 300; font-size: 14px; } /* firefox 19+ */
:-ms-input-placeholder { color: rgb(60,60,60) !important; font-weight: 300; font-size: 14px; } /* ie */
input:-moz-placeholder { color: rgb(60,60,60) !important; font-weight: 300; font-size: 14px; }



/* Superslides */


.slides-navigation {
  position: absolute;
  z-index: 2000;
  top: 46%;
  width: 100%;
  color: #000;
}
.slides-navigation a {
  position: absolute;
  display: block;
  color: #000;
  font-size: 90px;
}
.slides-navigation a.prev {
  left: 5%;
  color: #FFF !important;
}
.slides-navigation a.next {
    right: 5%;
    color: #FFF !important;
}

#slides a.down {
    position: absolute;
    bottom: -1%;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    color: #FFF;
    font-size: 90px;
    z-index: 2000;
}

.slider-content{
	width: 700px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	
}

.slides-pagination {
    position: absolute;
    z-index: 23000;
    bottom: 15%;
    width: 100%;
    color: #FFF;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
    
}

.slides-pagination a{
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50%;
    height: 20px !important;
    width: 20px;
    color: transparent;
    margin: 10px;
    background-color: #FFF;
    display: inline-block;
}

.slides-pagination a.current{
    background-color: red;
}

.stick{
    position: fixed;
    top: 0;
    z-index: 20000;
}

/* Custom */

@media screen {
    
    .start-mobil{
        display: none;
    }
    
    .close-button-overlay, .fa-times-circle{
        display: none;
    }
    
    #mobile-nav{
        display: none;
    }
    
    .no-pad-bot{
        padding-bottom: 0 !important;
    }
    
    .pad-top-50{
        padding-top: 50px !important;
    }
    
    .margt_25{
        margin-top: 25px;
    }
    
    .margt_15{
        margin-top: 15px;
    }
    
    .margt_50{
        margin-top: 50px;
    }
	
	body{
		font-family: Open Sans;
	}
	
	h2{
		font-weight: bold;
		font-size: 20px;
	}
	
	p{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	
	h2.white{
		color: #FFF;
		margin-bottom: 25px;
	}
    
    h2.blue{
		color: rgb(0,159,227);
		margin-bottom: 25px;
        text-transform: uppercase;
	}
    
    h2.bordered{
        border: 1px solid #FFF;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 350px;
        color: #FFF;
        text-align: center !important;
        margin: 50px auto;
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
    }
	
	p.white{
		color: #FFF;
        line-height: 26px;
        font-weight: 300;
	}
    
    p.grey{
        color: rgb(60,60,60) !important;
        font-weight: 300;
        line-height: 26px;
    }
    
    .error{
        color: red;
        font-weight: 300;
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 20px;
    }
    
    .success{
        color: green;
        font-weight: 300;
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 20px;
    }
	
	.flexible{
		max-width: 100%;
		float: left;
		width: 100%;
	}
	
	.wrapper{
		max-width: 1140px;
		margin: 0 auto;
	}
	
	.wrapper-small{
		max-width: 900px;
		margin: 0 auto;
	}
    
    .wrapper-nav{
		max-width: 900px;
		margin: 0 auto;
	}
	
	.section-start{
		width: 100%;
		background-image: url(../img/bg.jpg);
	}
	
	.navigation-fixed{
		width: 100%;
		height: 180px;
		color: #FFF;
        position: absolute;
        top: 7%;
        z-index: 25000;
	}
    
    .navigation-fixed img{
        transition: all .3s ease-in-out;
    }
    
    .navigation-fixed img:hover{
		filter: brightness(150%);
	}
	
	#slides{
		width: 100%;
		height: 100vh !important;
		
	}
    
    #slides h2{
        color: #FFF;
        text-align: center;
        width: 100%;
        font-weight: 400;
        font-size: 30px;
        line-height: 1.5;
    }
    
    #slides .slider-inhalt{
        height: 400px;
        top: 32%;
        width: 800px;
        left: 50%;
        margin-left: -400px;
        position: absolute;
        z-index: 25000;
        text-align: center;
       
    }
    
    #slides .slider-inhalt .img{
       width: 300px !important;
        background-image: url(../img/logo-nobg.png);
        height: 200px;
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 30px auto;
       
    }
    
    
    
   
    
    .icon-leistungen{
        margin-bottom: 20px;
    }
	
    .button-leistungen{
        background-color: #d85642;
        border: 0;
        padding: 3%;
        color: #FFF;
        font-weight: 300;
        font-size: 14px;
        margin-top: 20px;
        
    }
	/* section-home-more */
	
	.section-home-more{
		position: fixed;
	    right:-1000px;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 80000;
		overflow-x: hidden;
		display: none;
		text-align: center;
        padding-bottom: 250px;
	}
    
    #buehne{
        background: url(../img/buehnentechnik-overlay.png) center 115% no-repeat #439edd;
    }
    
    #festinstallation{
        background: url(../img/festinstallation-overlay.png) center 115% no-repeat #439edd;
    }
    
    #tonvideotechnik{
        background: url(../img/tonvideotechnik-overlay.png) center 115% no-repeat #439edd;
    }
    
    #beratungplanung{
        background: url(../img/beratungplanung-overlay.png) center 115% no-repeat #439edd;
    }
    
    /* Referenzen */
    
    .section-home{
        background: #FFF;
    }
    
    #referenzen{
        background-color: #f1f1f1 !important;
    }
    
    
    i.icon-big{
        font-size: 38px !important;
        color: #FFF;
        margin-bottom: 15px;
    }
    
    .section-home-more .arrow-bottom{
        width: 80px;
        position: absolute;
        z-index: 90000;
        bottom: 0;
        left: 50%;
        margin-left: -40px;
    }
	
	.section-home-more #fix{
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 81000;
		font-size: 35px;
		cursor: pointer;
        color: #FFF;
	}
	
	.section-team{
		width: 100%;
		height: auto;
		background-image: url(../img/team-bg.jpg);
		background-color: #FFF;
		background-repeat: no-repeat;
        background-size: cover;
	}
    
    
    .arrow-team{
        margin-bottom: -2px;
    }
    
    .arrow-team:hover{
        cursor: pointer;
    }
	
	.text-team{
		float: left;
		width: 100%;
		background-color: #FFF;
	}
    
    .text-team .inner{
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .text-team p{
        color: rgb(60,60,60) !important;
        font-weight: 300;
        line-height: 26px;
        margin-top: 10px;
    }
    
    .text-team h2{
        text-transform: uppercase;
        margin-bottom: 15px !important;
    }
    
    .text-team h3{
        text-transform: uppercase;
        color: rgb(60, 60, 60) !important;
        font-weight: 300;
        font-size: 14px;
    }
	
	.section-contact{
		width: 100%;
		height: 1600px;
		background: url(../img/bg_footer.jpg) bottom no-repeat;
	}
	
	.inner{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
    
    .section-contact .copyright{
        margin-top: 575px;
        font-weight: 300;
        font-size: 14px;
        color: #FFF;
    }
    
	.fixed{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
    
    .form-normal{
        float: left;
        width: 100%;
        
    }
    
    .form-normal input[type="text"]{
        float: left;
        width: 100%;
        background-color: #e5e5e5;
        margin-bottom: 10px;
        border: 0;
        padding: 1.5%;
        font-weight: 300;
    }
       
    .form-normal textarea{
        float: left;
        width: 100%;
        background-color: #e5e5e5;
        margin-bottom: 10px;
        border: 0;
        padding: 1.5%;
        height: 125px;
        font-weight: 300;
    }
    
     .form-normal input[type="submit"]{
        float: right;
        width: 21%;
        background-color: #d85642;
        margin-bottom: 10px;
        border: 0;
        padding: 1.5%;
        color: #FFF;
        font-weight: 300;
        font-size: 14px;
    }
    
    .arrow-bottom-fix{
        position: fixed;
        bottom: -1px;
        z-index: 78000;
        left: 50%;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        text-align: center;
        
    }
    
    .button_back{
        width: 15%;
        background-color: #d85642;
        margin-bottom: 10px;
        border: 0;
        padding: 1%;
        color: #FFF;
        font-weight: 300;
        font-size: 14px;
    }
    
     .mehr_erfahren{
        margin-top: 20px;
        width: 30%;
        background-color: #d85642;
        margin-bottom: 10px;
        border: 0;
        padding: 1.5%;
        color: #FFF;
        font-weight: 300;
        font-size: 14px;
        border-radius: 0;
    }
    
    .mehr_erfahren:hover{
        color: #FFF;
        text-decoration: none;
    }
    
    .copyright span:hover{
        cursor: pointer;
    }
    
    .copyright a{
        color: #439edd;
    }
	
	.col-md-12 {
		text-align: center;
	}
	
	.margt_50 {
		text-align: center;
	}
	
	.margt_50_l {
		text-align: left;
	}
	
	.margt_50 a {
		color: #FFF;
		text-decoration: underline;
	}
    
	
}


@media only screen and (min-width: 1201px) and (max-width: 1340px) {


    #buehne{
        background: url(../img/buehnentechnik-overlay.png) center 110% no-repeat #439edd;
        background-size: 60%;
    }
    
    #festinstallation{
        background: url(../img/festinstallation-overlay.png) center 150% no-repeat #439edd;
        background-size: 50%;
    }
    
    #tonvideotechnik{
        background: url(../img/tonvideotechnik-overlay.png) center 150% no-repeat #439edd;
        background-size: 50%;
    }
    
    #beratungplanung{
        background: url(../img/beratungplanung-overlay.png) center 160% no-repeat #439edd;
        background-size: 50%;
    }
    
    

}

@media only screen and (min-width: 320px) and (max-width: 1020px) {
    
	/* Fixed - iOS adds an extra tag which is overriding your styling if your phone number isn’t already a link. Adding the following fix the problem */
	a[href^=tel] { color: inherit; text-decoration: none; }
	
	.margt_50 {
		text-align: center;
	}
	
	.col-md-12 {
		text-align: center;
	}
    
    #mobile-nav{
        position: fixed;
        top: 0;
        height: 50px;
        width: 100%;
        background: #333;
        display: none;
        z-index: 20000;
        color: #FFF;
        text-align: center;
        line-height: 50px;
        border-bottom: 0.5px solid #FFF;
    }
    
    #mobile-nav a{
        color: #d85642 !important;
        text-decoration: none;
        margin: 4px;
    }
    
    #mobile-nav a:active {
    color: blue;
}
    
    .start-mobil{
        display: block;
        height: auto;
        background-image: url(../img/bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        float: left;
        width: 100%;
        padding-bottom: 50px;
    }
    
    .start-mobil h2{
        color: #FFF;
        line-height: 1.4;
        font-weight: 400;
    }
    
    
    .start-mobil-down{
        color: #FFF;
        text-align: center;
        font-size: 60px;
    }
    
    /* Slider Deaktivieren */
    
    #slides{
        display: none;
    }
    
    .wrapper, .wrapper-small{
        width: 90%;
    }
    
     .wrapper-nav{
        width: 76%;
    }

    .navigation-fixed{
		display: none;
	}
    
    #start, #referenzen, #team, #contact{
        float: left;
        width: 100%;
    }
    
    
    .section-team{
		width: 100%;
		height: auto;
		background-image: none;
		background-color: #333;
		background-repeat: no-repeat;
	}
 
    
    .section-home .inner{
        padding-top: 50px;
    }
    
   
    
    .section-team p{
        margin-bottom: 50px;
    }
	
    .section-home .col-md-3{
        margin-bottom: 50px;
    }
    
    .section-home-more .col-md-3{
        margin-bottom: 50px;
    }
    
    .section-home-more .margt_50{
        margin: 0;
    }
    
    .section-team .col-md-3{
        margin-bottom: 50px;
        float: left;
    }
    
    /* Overlay */
    
    .section-home-more{
		position: fixed;
	    right:-1000px;
		top: 0;
		background-color: #439edd;
		width: 100%;
		height: 100%;
		z-index: 800000;
		overflow-x: hidden;
		display: none;
		text-align: center;
        padding-bottom: 70px;
	}
    
    .fa-times-circle{
        position: fixed;
        width: 50px;
        left:50%;
        margin-left: -25px;
        text-align: center;
        z-index: 810000;
        color: #FFF;
        font-size: 30px;
        top: 8px;
    }
    
    .section-ref{
       background: #f1f1f1;
    }
    
    .section-ref .inner{
        padding-top: 30px;
    }
    
    
    
    /* Footer */
    
    .section-contact{
		width: 100%;
		height: auto;
		background: url(../img/bg_footer.jpg) bottom no-repeat;
	}
    
    .section-contact .col-md-4{
        float: left;
        margin-bottom: 50px;
    }
    
    .inner{
		padding-top: 50px;
		padding-bottom: 50px;
	}
    
    .section-contact .copyright{
        margin-top: 100px;
        font-weight: 300;
        font-size: 14px;
        color: #FFF;
        line-height: 1.5;
    }
    
    .form-normal input[type="submit"]{
        float: right;
        width: 30%;
        background-color: #d85642;
        margin-bottom: 10px;
        border: 0;
        padding: 1.5%;
        color: #FFF;
        font-weight: 300;
        font-size: 14px;
        border-radius: 0;
    }
    
    .button_back{
        width: 45%;
        background-color: #d85642;
        margin-bottom: 10px;
        border: 0;
        padding: 3.5%;
        color: #FFF;
        font-weight: 300;
        font-size: 14px;
    }
    
    .mehr_erfahren{
        margin-top: 20px;
        width: 30%;
        background-color: #d85642;
        margin-bottom: 10px;
        border: 0;
        padding: 1.5%;
        color: #FFF;
        font-weight: 300;
        font-size: 14px;
        border-radius: 0;
    }
    
    #buehne{
        background: url(../img/buehnentechnik-overlay.png) center 95% no-repeat #439edd;
        background-size: 100%;
    }
    
    #festinstallation{
        background: url(../img/festinstallation-overlay.png) center 95% no-repeat #439edd;
        background-size: 50%;
    }
    
    #tonvideotechnik{
        background: url(../img/tonvideotechnik-overlay.png) center 95% no-repeat #439edd;
        background-size: 50%;
    }
    
    #beratungplanung{
        background: url(../img/beratungplanung-overlay.png) center 95% no-repeat #439edd;
        background-size: 50%;
    }
    
    h2.bordered{
        width: 100%;
    }
    
    .close-button-overlay, .fa-times-circle{
        display: block;
    }

}