   /* ==========================================================================
      SCHWEIZERPUNKT.CH
      ========================================================================== */
body{
	font-family: 'Raleway', sans-serif;
	overflow-x:hidden;
}

/* ==========================================================================
	BEGIN  OF GENERAL
   ========================================================================== */
	.img-center{
		margin: auto;
		display: block;
	}

	.sep{
		height: 50px;
	}
	
	.cb{
		clear: both;
	}

	.no-padding{
		padding: 0;
	}

span.facebook {
	margin-left: 95px;
	margin-bottom: 25px;
}

.logo-footer a{
	color: #fff;
	text-decoration: none;
}

/* ==========================================================================
	BEGIN OF NAVIGATION
   ========================================================================== */

   .navbar-toggle{
   		border: 1px solid #808080;
   }
   .navbar-toggle .icon-bar{
		background: #808080;
   }

a.navbar-brand{
	display: block;
	max-height: 70px;
	height: 100%;
}

a.navbar-brand img{
	max-width: 280px;
	padding-top: 8px;
}

.navbar{
	margin-bottom:0 !important;
	border: 0;

	margin-bottom: 0 !important;
	border: 0;
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	left: 00;
	z-index: 999;
	border-radius: 0;
	box-shadow: 0px 0px 2px #888888;
}

.navbar-nav>ul{

}
.navbar-nav>li{
   	color: #808080;
	font-size: 14px;

}

.navbar-nav>li>a{
	text-transform: uppercase;	
	padding: 25px;
	color: #808080;
}   

.navbar-nav>li.active>a{
	background: #808080;
	color: #fff;
	border-bottom: 3px solid #4a4949;
	font-weight: 200;
	margin-top: -3px;
}

/* ==========================================================================
	BEGIN OF SLIDER
   ========================================================================== */

.flexslider{
	max-width: 100%;
	width: 100%;
}
.slider-content{
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	background: rgba(40, 40, 40, 0.7);
	z-index: 9;
	min-height: 175px;
}

.slider-content .inner{
	margin-top: calc(50% - 485px);
	padding: 70px;
}

.slider-content .inner p{
	color: #fff;
	font-weight: 100;
	font-size: 18px;
}


.title-main{
	margin-top: 100px;
}
.title-main h1{
	padding-top: 20px;
	font-size: 30px;
	text-align: center;
	color: #808080;
}

.title-main p{
	text-align: center;
	color: #808080;
}

.title-main hr{
	height: 5px;
	width: 60px;
	margin-top: 2px;
	background: #808080;
	border: 0;
}



.box-services{
	margin-top: 50px;
	border: 1px solid #808080;
	min-height: 400px;
}

.box-image{
	padding: 10px;
	min-height: 164px;

}

.box-image img{

	border-radius: 50%;
}
.box-image img:hover{
	border: 8px solid #808080;
	-moz-transition: border 0.2s ease-in;
	-webkit-transition: border 0.2s ease-in;
	-o-transition: border 0.2s ease-in;
	transition: border 0.2s ease-in;
}

.inner-services{

}

.inner-services h1{
	font-size: 18px;
	text-align: center;
	color: #808080;
}

.inner-services p{
	padding: 15px;
	text-align: center;
	color: #808080;
}

.sm-desc h4{
	text-align: center;
	color: #808080;
}


/* ==========================================================================
	SLIDER 2 
   ========================================================================== */

.slider-2-wrapper{
	position: relative;

}

.overlay-slide{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url(../img/slider_overlay.png) center center no-repeat;
}

.overlay-slide h1{
	padding-top: 40px;
	font-size: 28px;
	color: #fff;
	padding-left: 10%;

}

.overlay-slide p{
	color: #fff;
	font-weight:300;
	padding-left: 10%;
}


#flexslider img{	
	height: auto;
	width: auto;
	max-width: 100%;
	display: block;
	margin: auto;

}




/* ==========================================================================
	SERVICES 
   ========================================================================== */

.tab-content{

}

.service-right{}

.service-right p{
	padding: 10px 0 10px 0;
	color: #808080;
}

.tab-pane{
	position: relative;
}

.content-pane{
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto; 
	margin-right: auto;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.tab-pane img{
	border-radius: 4px;
}

ul.tabs-show{
	margin: 0.75em 0;
	padding: 0 1em;
	list-style: none;
}

ul.tabs-show li a{
	text-decoration: none;
	color: #808080;
}

ul.tabs-show li:before{
	content: "";
	border-color: transparent #808080;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}



.rund{
	position: relative;
	max-height: 453px;
}


.rund .shape{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/shape_2.png) center center no-repeat;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.rund .content{
	position: absolute;
	left: 30px;
	bottom: 44px;
	z-index: 9;
	color: #fff;
	font-size: 12px;
}
.rund .content h3{
	color: #fff;
	text-transform: uppercase;
}

/*Kontakt*/

.square{
	width: 52px;
	height: 52px;
	border:1px solid #fff;
	margin: 0 auto;
}

.square img{
	vertical-align: middle;
	display: block;
	margin: auto;
	padding-top: 10px;
}

.icon-info{
	margin-top: 20px;
	margin-bottom: 10px;
}
.icon-info span{
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 5px;
}


.logo-title{
	display: block;
	font-size: 12px;
	padding-top: 10px;
}
.logo-footer{
	padding-top: 25px;
	padding-bottom: 15px;
}


/* ==========================================================================
	BEGIN OF SECTION
   ========================================================================== */
	
section{}


#kontakt{
	background: #192537;
}

.inputs{ color: #fff; margin-top: 25px;}
.inputs ul{
	padding: 0;
}
.inputs ul li{
	list-style: none;
	padding-bottom:38px;
}
.inputs ul li input{
	height: 40px;
}
.inputs ul li textarea{
	height: 85px;
	resize:none;
}
.inputs ul li input, .inputs ul li  textarea{
	width: 100%;
	background: none;
	border:1px solid #fff;
	color: #fff;
	outline: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.inputs ul li input, .inputs ul li textarea{
	width: 100% !important;
	background: none;
	border:1px solid #fff;
	outline: 0;
}

.inputs ul span{
	display: block;
	padding-bottom: 8px;
	color: #fff;
	font-weight: 200;
}

.inputs ul li input[type=checkbox]{
	width: 20px !important;
	height: 14px;
}
.inputs ul li input[type=submit]{
	background: #fff;
	color: #000;
	
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
  line-height: 1.5em;
  padding-left: 5px;

}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  line-height: 1.5em;
  padding-left: 5px;

}
input::-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 19+ */
  line-height: 1.5em;
    padding-left: 5px;

}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  line-height: 1.5em;
  padding-left: 5px;
}

.table-content{
	border: 1px solid #808080;
	min-height: 197px;
	margin-top: 25px;
}

.table-content h2{
	background: #808080;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	margin: 0;
	margin-bottom: 32px;
}



span.day{
	text-align: center;
	text-transform: uppercase;
	background: #808080;
	color: #fff;
	display: block;
}
span.hours{
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	color: #fff;
}

span.line{
	color: #797777;
	text-align: center;
	display: block;
}


.map{
	width: 100%;
	height: 400px;
	margin-top: 25px;
}

.footer-wrapper{
	width: 100%;
	background: #808080;
	min-height: 114px;
	color: #fff;
	font-weight: 200;
}

.copyright{
	padding-top: 68px;
	display: block;
}
.copyright a{
	text-decoration: none;
	color: #fff;
	font-weight:700;
}

.copyright span{
	display: block;
	padding-top: 25px;
}

.contact-info{
	padding-top: 10px;
}

i.icon{
	padding-left:15px;
}
i.icon img{
	width:25px;
	height:25px;
}


.contact-info span{
	display: block;
	padding-top: 10px;
}



@media all and (max-width: 1178px) and (min-width: 913px){
	.navbar-nav>li>a{
		padding: 16px;
		padding-top: 26px;
		padding-bottom: 19px;
		font-size: 12px;
	}
	
}

/*Mobile*/
@media (max-width: 767px){
	.logo-footer{
		text-align: center;
	}

	.overlay-slide{
		position: relative;
		background: rgba(87, 84, 84, 0.53);
	}

	.rund .content {
		position: relative;
		top: 0;
		left: 0;
		bottom: 30px;
		z-index: 9;
		color: #fff;
		background: rgba(74, 72, 100, 0.8);
	}
	.rund .content h3{
		text-align: center;
	}

	.copyright{
		text-align: center;
		padding-top: 15px;
	}
	.title-main{
		padding-top:0;
		margin-top:10px;
	}


}


/**/
@media (max-width: 900px){


	.navbar-nav>li>a{
		padding: 14px;
	}

	.overlay-slide{
		background: rgba(89, 43, 43, 0.53);
		color: #fff;
	}

	.overlay-slide h1{
		padding-top: 10px;
	}

}

@media (max-width: 330px){
	a.navbar-brand img {
	max-width: 200px;
	
	}
}


.rund-xs{
	background: #192537;
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
}

/* ==========================================================================
	BEGIN OF MODIFYING BOOTSTRAP MENU COLAPSE
   ========================================================================== */

@media (max-width: 912px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

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



    .navbar-collapse.collapse.in {
        display: block!important;
    }

    .collapsing {
        overflow: hidden!important;
    }

}

/* ==========================================================================
	END OF MODIFYING BOOTSTRAP MENU COLAPSE
   ========================================================================== */





