/****** PLACE YOUR CUSTOM STYLES HERE ******/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 24px;
    font-family: "Calibri", "Arial", "Helvetica", , "sans-serif";
    color: #666;
    overflow-x: hidden;
}



nav { 
	position:fixed; 
	opacity: 1; 
	visibility: visible: transform: none;
}

nav{
	background: #fff;

}


@media screen and (max-width: 767px){

 nav{ 
 	position: fixed !important;
 	background-color: lightgreen;
 
 } 
}




.menu li a {
    
    color: #313c8b;
    opacity:0.8;
   
}

.menu > li {
    margin-right: 14px;
    float: left;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}

/* 4 info Boxer on homepage*/
.feature {
    margin-bottom: 0px;
    min-height: 180px;
}

/* screens kleiner als 1280 smaller font */
@media screen and (max-width: 1279px) { 
	.menu li a {
		font-size: 9px;
		color: #313c8b;
    	font-weight: bolder;	
	}


}

/* screens kleiner als 990 smaller font */
@media screen and (max-width: 993px) { 
	.menu li a {
		font-size: 11px;
		color: red;
    	font-weight: bolder;	
	}


}



/* screens kleiner als 1280 smaller font */
/*
@media screen and (max-width: 1080px) { 
	.menu li a {
		font-size: 10px;
		color: #313c8b;
    	font-weight: bolder;
	
	}
	.module{
	padding: 0 30px;
	}
*/


}

@media screen and (max-width: 1024px)
.menu li a {
    font-size: 9px;
    color: #313c8b;
    font-weight: bolder;
}

.image-slider.height-70 .slides li {
  height: 20vh;
  min-height: 180px;
}

.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
    height: 50vh;
    top: -50vh;
    transition: all 0s ease !important;
    transition: opacity 0.3s ease !important;
    -webkit-transform-style: preserve-3d;
}


/*LOGO Size*/
.logo{ max-height: 120%; }


/* icon colors in feature 1/ */

.feature-1 i {
    display: inline-block;
    margin-bottom: 16px;
    color: #387A8B;
}
/*Section distance*/
section, footer {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

/* Input Felder und Formular  */

input[type="text"], input[type="password"] {
    background: #eff3e2;
    border: none;
    width: 85%;
    height: 24px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eff3e2;
    opacity: 1;
}


.form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: right;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 3px solid #e5e5e5;
}
.input-with-label span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #292929;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  cursor: default;
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
	font-size: 12px;
}

textarea {
    width: 100%;
    border: none;
    background: #f5f5f5;
    margin-bottom: -12px;
    border-radius: 0;
    padding: 16px 20px;
}

/* P Font family*/
p {
    font-family: Calibri, Arial;
    font-size: 16px;
/*     line-height: 1.0; */
}
/* Footer*/

.menu {
    width: 100%;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Wrap images with text*/
.align_left {float:left;margin: 5px;}
.align_right{float:right;margin: 5px;}
.align_center{margin: 0px auto; display:block;}
