/* custom css code eye academy */
.sunfw-logo {
    padding-top: 0px;
    padding-bottom: 0px;
}
.page-header {
    padding-bottom: 0px;
    margin: 20px 0 15px;
    border: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #FCFBF6 !important;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content hr {
    margin: 0px 0 !Important;
}
.titel-block {
	font-size: 22px;
}
/* active Menu Punkt Farbe */
#menu_item_menu ul.navbar-nav > li:hover > a, #menu_item_menu ul.navbar-nav > li.active > a, #menu_item_menu ul.navbar-nav > li:hover > span.nav-header, #menu_item_menu ul.navbar-nav > li.active > span.nav-header {
    color: #717171 !Important;
}
.sunfw_section_header {
    border: none;
}
.shine-header .container {
    border: none;
	padding: 0px;
}
.sunfw_section_header {
    padding-top: 10px;
    padding-bottom: 10px;
}
h1 {
	font-size: 30px !important;
	/*text-transform: uppercase;*/
	font-weight: 600;
}
h2 {
	font-size: 22px !important;
	font-weight: 500;
	margin-top: 15px;
}
h3, .h3 {
	font-size: 22px !important;
    margin-top: 10px;
    margin-bottom: 3px;
	font-weight: 400;
}
.title-contactform {
	font-size: 30px !important;
	font-weight: 600;
	padding-bottom: 10px;
    padding-top: 10px;
}	
/*  formulare  */
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content span.required {
    color: #cb0101 !important;
}
h2.contentheading {
	font-size: 30px !important;
	font-weight: 600;
	margin-top: 10px;
}
label.control-label {
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-top: 5px;
	color: #cb0101 !important;
}
hr {
    border-top: 1px solid #cb0101;
}
/*  end formulare  */	

/*  button mehr infos  */
.button-infos {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border: none;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: Open Sans;
   font-size: 16px;
   font-weight: 100;
   padding: 3 5 3 5;
   background-color: #CB0101;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}
.button-infos:hover {
   background: #717171;
   border: none;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-decoration: none;
}
/*  end button mehr infos  */
	
/*--- start flexbox impressum---*/
.flex-skills {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.flex-div {
  box-sizing: inherit;
  align-items: st
}
.flex-div.impr-1 {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.flex-div.impr-2 {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.flex-div.impr-3 {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.flex-div.standard {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
/*--- end flexbox impressum---*/
/*--- flexbox lehrgang---*/
.flex-div.left {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.flex-div.right {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
/*--- start klappbares Menu Mobile ---*/
@media handheld, only screen and (max-width: 960px) {
.sunfw-menu-head ul.sunfw-tpl-menu .caret {
text-align: right;
width: 100%;
}
.sunfw-menu-head ul.sunfw-tpl-menu .caret.open {
width: auto;
}
}
/*--- end klappbares Menu Mobile ---*/

