/* Enter Your Custom CSS Here *//* Enter Your Custom CSS Here */

body {
  background-image:		none !important;
  background-color:		#6A7D8E;
  color:				#000000 !important;
}

#wrapper {
    background-color:		#C1CFDC;
}



/* HEADER */
@media (min-width: 1200px) {
  .row {
    margin: 50px 0;
  }
}

.col-md-6.col-sm-12 {
  display:				none;
}

.col-md-6.col-sm-12.wl_rtl {
  display:				block;
  max-width:			792px;
  width:				100%;
  max-height:			131px;
  height:				auto;
  float:				right;
}

.logo .img-responsive {
  max-width:			792px;
  width:				100% !important;
  max-height:			131px;
  height:				auto !important;
}

.logo p {
  display:				none;
}



/* Navigation */
@media (min-width: 768px) {
	/* Kompaktes Layout */
  #header_shadow {
    display:				none;
  }
  
  #enigma_nav_top {
    border-bottom:			2px solid black;
    height:					40px !important;
    background-color:		#405364;
  }
  
  .navbar-collapse {
    margin-top:				0px;
    margin-bottom:			0px;
  }
  
  .navbar-nav li {
    z-index:				9999;
  }
  
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color:		#C1CFDC !important;
    border-right:			2px solid white;
    box-shadow:				none;
    font-weight:			bold;
    color:					#000000;
  }
  
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color:		#C1CFDC !important;
    border-right:			2px solid white;
    box-shadow:				none;
    font-weight:			bold;
    color:					#000000;
  }
  
  .navbar-default .navbar-nav > li > a {
    padding:				10px 20px 15px;
  }
  
  .navbar-default .navbar-nav > li > a {
    color:					#ffffff;
    font-weight:			bold;
  }
}

@media (min-width: 768px) and (max-width: 1999px) {
  /* Kompaktes Layout */
  .navbar-default .navbar-nav > li {
    margin-right: 0px;
  }
  
  .navbar-default .navbar-nav > li > a {
    padding:				10px 10px 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Kompaktes Layout */
  .navbar-default .navbar-nav > li {
    margin-right: 0px;
  }
  
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    font-size:				11px;
  }
  
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    font-size:				11px;
  }
  
  .navbar-default .navbar-nav > li > a {
    padding:				10px 5px 15px; /*vorher 10px 10px 15px */
    font-size:				11px;
  }
}



/* HOME - SLIDER */
#myCarousel {
  padding-top:			5px;
  background-color:		#6A7D8E;
}

.carousel-caption {
	top:				0;
}

.carousel-inner {
  border-top:			2px solid white;
}



/* CONTETNT */
.enigma_header_breadcrum_title {
  background-color:		#6A7D8E;
  border-bottom:		2px solid white;
  margin:				0px;
  padding:				5px 0px 0px 0px;
}

.enigma_header_breadcrum_title .container {
  display:				none;
}

.enigma_blog_wrapper .push-right {
  display:				none;
}

/* CONTACT FORM */
.nxl_contact_wrapper {
  max-width: 1140px;
  width: 100%;
  display: block;
}

.branch_wrapper {
  max-width: 400px;
  width: 100%;
  float: left;
}

.contact_wrapper {
  max-width: 700px;
  width: 100%;
  float: right;
  background-color: #9AB4CF;
  border: 1px solid #FFFFFF;
}

@media (max-width: 1199px) {
  .branch_wrapper {
    float: none;
    margin: 0 auto;
  }
  
  .contact_wrapper {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
    background: none;
    border: none;
  }
}

.contact_wrapper_two {
  float: left;
}

.contact_wrapper_three {
  float: right;
}

@media (max-width: 699px) {
  .contact_wrapper_two {
    float: none;
    margin: 0 auto;
  }
  
  .contact_wrapper_three {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 370px) {
  .nxl_contact_fields {
    font-size: 11px !important;
  }
}

.contact_wrapper_four {
  float: left;
}

.nxl_contact_fields textarea {
  width: 100%;
}

.wpcf7-submit {
    width: 100%;
    padding: 0;
    height: 100%;
    border: 2px solid #0143A1;
    background-color: #0e71d9;
    color: #FFFFFF !important;
}



/* LINKS FORM */
.nxl_links_wrapper {
  max-width: 1140px;
  width: 100%;
  display: block;
}

.nxl_links_wrapper_one {
  max-width: 570px;
  width: 100%;
  float: left;
}

.nxl_links_wrapper_two {
  max-width: 570px;
  width: 100%;
  float: right;
}

@media (max-width: 1199px) {
  .nxl_links_wrapper_one {
    float: none;
    margin: 0 auto;
  }

.enigma_footer_area p {
    font-size: 10px;
}
  
  .nxl_links_wrapper_two {
    float: none;
    margin: 0 auto;
  }
}



/* FOOTER */
.enigma_footer_widget_area {
  display:				none;
}

.enigma_footer_area {
  border-top:		2px solid white;
}



/* 1. Korrekturlauf */
.container .row {
    margin: 80px 0 50px;
}

@media (min-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
	    font-size: 13px;
	    letter-spacing: 2px;
	}

	.navbar-default .navbar-nav > li > a {
	    padding: 10px 20px 15px;
	}
}

.enigma_footer_area p {
    color: #a6c8e0;
    font-size: 11px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-toggle {
    margin: 8px 15px 8px 0;
}

.navbar-toggle:hover {
    margin-top: 8px;
}

.navbar-collapse {
    margin: 0;
}

#menu-menu-1 li {
	text-align: center;
}

@media (min-width: 1200px) {
	#menu-menu-1 a {
		padding: 10px 10px 15px 10px;
	}

	#menu-item-14 {
	  width: 75px;
	}

	#menu-item-14 a {
	  width: 75px;
	}

	#menu-item-16 {
	  width: 170px;
	}

	#menu-item-16 a {
	  width: 170px;
	}

	#menu-item-37 {
	  width: 70px;
	}

	#menu-item-37 a {
	  width: 70px;
	}

	#menu-item-36 {
	  width: 120px; /* vorher 160px */
	}

	#menu-item-36 a {
	  width: 120px; /* vorher 160px */
	}

	#menu-item-35 {
	  width: 110px;
	}

	#menu-item-35 a {
	  width: 110px;
	}

	#menu-item-34 {
	  width: 75px;
	}

	#menu-item-34 a {
	  width: 75px;
	}

	#menu-item-33 {
	  width: 190px;  /* vorher 260px */
	}

	#menu-item-33 a {
	  width: 190px;  /* vorher 260px */
	}

	#menu-item-32 {
	  width: 130px;
	}

	#menu-item-32 a {
	  width: 130px;
	}

}


@media (min-width: 992px) and (max-width: 1199px) {

	#menu-item-14 {
	  width: 68px;
	}

	#menu-item-14 a {
	  width: 68px;
	}

	#menu-item-16 {
	  width: 150px;
	}

	#menu-item-16 a {
	  width: 150px;
	}

	#menu-item-37 {
	  width: 65px;
	}

	#menu-item-37 a {
	  width: 65px;
	}

	#menu-item-36 {
	  width: 110px; /* vorher: 136px */
	}

	#menu-item-36 a {
	  width: 110px; /* vorher: 136px */
	}

	#menu-item-35 {
	  width: 95px;
	}

	#menu-item-35 a {
	  width: 95px;
	}

	#menu-item-34 {
	  width: 70px;
	}

	#menu-item-34 a {
	  width: 70px;
	}

	#menu-item-33 {
	  width: 180px; /* vorher: 225px*/
	}

	#menu-item-33 a {
	  width: 180px; /* vorher: 225px*/
	}

	#menu-item-32 {
	  width: 114px;
	}

	#menu-item-32 a {
	  width: 114px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	#menu-item-14 {
	  width: 53px;
	}

	#menu-item-14 a {
	  width: 53px;
	}

	#menu-item-16 {
	  width: 108px;
	}

	#menu-item-16 a {
	  width: 108px;
	}

	#menu-item-37 {
	  width: 53px;
	}

	#menu-item-37 a {
	  width: 53px;
	}

	#menu-item-36 {
	  width: 70px; /* vorher 103px*/
	}

	#menu-item-36 a {
	  width: 70px; /* vorher 103px*/
	}

	#menu-item-35 {
	  width: 72px;
	}

	#menu-item-35 a {
	  width: 72px;
	}

	#menu-item-34 {
	  width: 53px;
	}

	#menu-item-34 a {
	  width: 53px;
	}

	#menu-item-33 {
	  width: 115px; /* war 162px */
	}

	#menu-item-33 a {
	  width: 115px; /* war 162px */
	}

	#menu-item-32 {
	  width: 86px;
	}

	#menu-item-32 a {
	  width: 86px;
	}

}

.enigma_blog_post_content p {
    font-size: 15px;
}

.enigma_blog_post_content li {
    font-size: 15px;
    margin: 5px 0;
}

.nexle_content_wrapper {
    margin: 0px auto;
    max-width: 900px;
    width: 100%;
}

.nexle_content_left {
    max-width: 445px;
    width: 100%;
    float: left;
}

.nexle_content_right {
    max-width: 445px;
    width: 100%;
    float: right;
}

@media (max-width: 991px) {
	.nexle_content_left {
		margin: 0px auto;
	    float: none;
	}
	

	.nexle_content_right {
		margin: 0px auto;
	    float: none;
	}
}

.nxl-team-head {
	color: #FFFFFF !important;
	font-size: 24px;
	letter-spacing: 1px;
    margin-bottom: 10px;
}

.enigma_portfolio_page {
    margin: 2px !important;
}

.enigma_gallery_page {
    margin-bottom: 0px;
}

#enigma_nav_top.affix {
    position: relative;
}

@media (max-width: 399px) {
	.nxl_contact_field_name {
		width: 80px !important;
		padding-right: 0px !important;
	}
	
	.nxl_contact_field_name p {
		font-size: 11px !important;
	}
}

.nxl_linnks_wrapper_content_links {
	padding-left: 20px;
	text-decoration: none;
	color: #000000;
}

.nxl_linnks_wrapper_content_links_span {
	padding-left: 20px;
}

.nxl_m_info {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 399px) {
	.nxl_m_info_head {
		font-size: 26px !important;
	}
}

.container .row {
    margin: 20px 0px 2px;
}

.nxl_imp_wrapper {
	margin: 0 auto;
}

.nxl_imp_left {
	float: left;
	margin-right: 10px;
	max-width: 400px;
	width: 100%;
}

.nxl_imp_middel {
	float: left;
	margin-right: 10px;
	max-width: 350px;
	width: 100%;
}

.nxl_imp_right {
	float: left;
	max-width: 370px;
	width: 100%;
}

.nxl_imp_span_head {
	color: #6a7b8f !important;
	font-size: 12px !important;
	margin: 0px !important;
}

.nxl_imp_span {
	color: #000000 !important;
	padding-left: 20px !important;
	font-size: 12px !important;
	margin: 0px !important;
   	line-height: 22px !important;
}

.nxl_imp_middel li {
	color: #000000 !important;
	font-size: 12px !important;
}

.nxl_imp_right_ext {
	position: absolute !important;
	bottom: 40px !important;
}

@media (max-width: 1139px) {
	.nxl_imp_right_ext {
		position: relative !important;
		bottom: 0px !important;
	}
}

.carousel-indicators {
	display: none;
}

.carousel-indicators {
    display: none;
}

@media (max-width: 1699px) {
	.nxl_slider_wrapper_div {
	    margin-top: 10px !important;
	    margin-bottom: 10px !important;
	}
}

@media (max-width: 1599px) {
	.nxl_slider_wrapper_p {
	    font-size: 12px !important;
	    margin: 0px !important;
  		line-height: 22px !important;
	}
}

@media (max-width: 1549px) {
	.nxl_slider_wrapper_span {
	    display: none !important;
	}
}

@media (max-width: 1399px) {
	.nxl_slider_wrapper_p {
	    line-height: 20px !important;
	}
	
	.nxl_slider_wrapper_img {
	    margin: 0px !important;
	}
}

@media (max-width: 1119px) {
	.nxl_slider_wrapper_span {
	    display: block !important;
	}

	.nxl_slider_wrapper_img {
	    margin: 0px 0px 10px 0px !important;
	}
}

@media (max-width: 463px) {
	.nxl_slider_wrapper_span_2 {
	    display: block !important;
	}
}

@media (max-width: 368px) {
	.nxl_slider_wrapper_span_3 {
	    display: block !important;
	}
}


/* Nachträgliche Änderung */

@media (min-width: 1600px) and (max-width: 1699px) {
    .infobox_txt{
	font-size: 13px !important;
	}

	.nxl_slider_wrapper_p{
  	font-size: 14px !important;
  	line-height: 22px !important;
 	}

}

img.pdf-link-mandanteninfo{
 margin-right: 18px; 
}

@media (min-width: 1900px) {
	#nxl_sl_1{
 	padding-top: 15px; 
	}
}

/* 2. Korrekturlauf */

.nxl_linnks_wrapper_content_links:focus {
  color: #000000;
}

@media (max-width: 699px) {
	.contact_wrapper_three tr:first-child {
		display: none; !important;
	}
	
	.contact_wrapper_three tr:last-child {
		display: none; !important;
	}
}

@media (max-width: 499px) {
	.logo {
	    padding-bottom: 25px;
	}
	
	.col-md-6.col-sm-12.wl_rtl {
	    max-height: 220px; /* alt: 170px*/
	}

   	img.pdf-link-mandanteninfo{
    margin-right: 12px; 
  	margin-left: 5px;
	}


}




/* 09. Februar 2016 3. Korrekturlauf */

.wpcf7-select {
	height: 33px !important;
}

.wpcf7-textarea {
	height: 75px;
}

@media (max-width: 640px) {
	.wpcf7-textarea {
		height: 100px;
	}
}

@media (max-width: 481px) {
	.wpcf7-textarea {
		height: 125px;
	}
}

@media (max-width: 425px) {
	.wpcf7-textarea {
		height: 150px;
	}
}



/* 11. Februar 2016 4. Korrekturlauf */

.wpcf7-text {
	height: 33px;
}

.wpcf7-select {
    height: 33px !important;
}

@media (min-width: 500px) {
	.nexle_logo_wrapper {
		max-height: 300px !important;
	}
	
	.nexle_logo_bra {
		margin: 0 auto;
	}
}


/***** active menu item and hover nicht groesser machen *****/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	font-size:13px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	font-size:13px;
}
