/*@import url(http://fonts.googleapis.com/css?family=Sanchez);*/
/*@import url(http://fonts.googleapis.com/css?family=Enriqueta:400,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700);*/

/*

AVAILABLE FONTS

font-family:'Avenir LT W01 35 Light';
font-family:'Avenir LT W01 85 Heavy';
font-family:'Museo Slab W01 300';
font-family:'MuseoSlabW01-300Italic';
font-family:'Museo Slab W01 500';
font-family:'Museo Slab W01 700';
*/

/* GENERAL */

body{
	font-family: 'Museo Slab', Helvetica;
	font-weight: 300;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment:fixed;
}

body.day {
	background-color: #cdcdcb;    
}

body.night {
	background-color: #21212b;    
}

a {
    color: #909195;
    text-decoration: none;
}

a:hover, a:focus {
    color: #fa5a1b;    	
    text-decoration: none;    
}

hr {
    width: 95%; 	
    border-bottom: dashed 1px #5b5c5c;
    border-top: 0px; 
    margin: 0 auto; 
    clear: both;
    height: 1px;
}

em {
    font-family: 'Museo Slab';
    font-size: 14px;
    font-style: italic;
}

strong {    
    font-family:'Museo Slab';
    font-weight: 500;
    font-style: normal;
    color: #383c44;
}

/*
div {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   -hyphens: auto;     
}
*/

h1 {
	/*color: #28292f;*/
	/*color: #505050;*/
	color: #383c44;
    font-size: 26px;
	text-align: center;
    font-family:'Avenir';	
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h2 {
	color: #383c44;
    font-size: 20px;
	text-align: center;
    font-family:'Avenir';	
    font-weight: 800;
    letter-spacing: 1px;
    white-space: nowrap;
}

/*
h3 {
    font-family:'Museo Slab W01 700';    
	font-size: 16px;
	line-height: 24px;
    letter-spacing: 1px;
	color: #383c44;
	padding-top: 8px;
	padding-bottom: 4px;    
	margin-bottom: 0px;
	white-space: nowrap;
}
*/

h3 {
	font-family: 'Museo Slab';
	font-weight: 300;
	font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    padding: 16px 0px 0px 0px;
    margin-bottom: 8px;
    color: #28292F;        
}

h4 {
	font-weight: 400;
}

.hidden {
    display: none !important;
}

.mobile-menu {
    display: none;
}

ul.download li, ul.external li, ul.search li {
    list-style-type: none;
    margin-left: -14px;
    padding-right: 5px;
    /*list-style-image: url('../images/icon_download.png');*/
}

ul.download li:before {
    /*content: '\f019';*/
    content: '\f016';
    font-family: 'FontAwesome';     
    font-size: 12px;
    padding-right: 5px;
    color: #fa5a1b;   
}

ul.external li:before {
    /*content: '\f019';*/
    content: '\f08e';
    font-family: 'FontAwesome';     
    font-size: 12px;
    padding-right: 5px;
    color: #fa5a1b;   
}

ul.search li:before {
    /*content: '\f019';*/
    content: '\f002';
    font-family: 'FontAwesome';     
    font-size: 12px;
    padding-right: 5px;
    color: #fa5a1b;   
}

/* SEARCH */

#lang-search input {
    float: right;
    margin-right: 4px;
    border-radius: 0px;
    width: 128px;
    height: 10px;
}

#lang-search ul {
    float: right;
    margin-right: 4px;
}

#lang-search form {
	margin: 0px;
}

#lang-search input {
	background-color: #aaabae !important;
	width: 128px;	
}

/* CIRCLE BUTTON */

.circle-button {
    width: 125px;
    height: 125px;
    border-radius: 125px;
    padding: 10px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;        
    
    background-color: #fa5a1b;
        
    animation: pulsate 5s ease 0s infinite;
    -webkit-animation: pulsate 5s ease 0s infinite;    

    /*    
    transition: all 1s;
    -webkit-transition: all 1s;
    */
}

/*
.circle-button:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
*/

@-webkit-keyframes pulsate {
    0% { -webkit-transform: scale(1); }   
    50% { -webkit-transform: scale(1.1); }       
}

@keyframes pulsate {
    0% { transform: scale(1); }   
    50% { transform: scale(1.1); }       
}

.circle-button .circle-inner {
    width: 105px;
    height: 105px;
    border-radius: 105px;
    border: 2px dashed #eee;
    padding-top: 22px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;    
    
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);    
    
    color: #eee;
    text-transform: uppercase;
    text-align: center;
    font-family:'Avenir';    
    font-weight: 800;
}

.circle-button.small {
    width: 105px;
    height: 105px;
    
    padding: 7px;    
}

.circle-button.small .circle-inner {
    width: 90px;
    height: 90px;
    
    padding-top: 24px;
    
    font-size: 12px;
}

.circle-button.right {
    float: right;
}

/* SYSTEM ICONS */

.system {
    margin-right: 40px;
    display: inline;
    float: left;
}

.pdfprnt-top-left,
.pdfprnt-bottom-left,
.pdfprnt-top-bottom-left,
.pdfprnt-left {
    display: none;
}

/* IDS */

#teaser {
    margin-top: 10px;
    margin-bottom: 30px;
}

#partner img { 
    width: 100px !important;
    margin-right: 12px;
    margin-bottom: 10px;    
}

#partner .acg img, #partner .alone img {
    float: left;
    width: 66px !important;
}


/* BOOTSTRAP MODS */

.container-narrow {
	margin: 0 auto;
	max-width: 960px;
}

#brand {
    margin-top: 1.5em;
}

.carousel-inner.narrow>.item>img, .carousel-inner.narrow>.item>a>img, .carousel-inner.narrow>.item>iframe, .carousel-inner.narrow>.item>object {
    width: 80%;
    margin-left: 10%;
}

.carousel-inner.narrow>.item>p {
    width: 80%;
    padding-left: 10%;
}


.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin: 0px auto;
}

.carousel-indicators.middle {
    left: 0;
    right: 0;
    top: auto;
    bottom: -20px;
    text-align: center;
}
.carousel-indicators.middle li {
    float: none;
    display: inline-block;
}

.carousel-caption {
	background-color: rgba(251,251,251,0.85);
}

.carousel-caption h4 {
	margin: 5px 0px;
	font-family: 'Museo Slab';
	font-weight: 300;
	font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #28292F;      
}

.carousel-caption p {
	color: #333;
	margin: 5px 0px;		
}

.carousel-control {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 20px;
    height: 20px;
    font-size: 35px;
    line-height: 15px;
    
    top: 170px;
    
    color: #fff !important;
}

.navbar-ie {
    display: none;
}

.navbar {
  font-family:'Avenir';
  font-weight: 800;
  margin-bottom: 24px;
  /*
  border-top: dashed 1px rgba(251,251,251,0.55);
  border-bottom: dashed 1px rgba(251,251,251,0.55);
  */
  border-top: dashed 1px white;
  border-bottom: dashed 1px white;
  margin-top: 22px;   
}

.navbar-inner {
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 0px;
    height: 47px;
}

.navbar .nav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navbar .nav > li > a {
    padding: 12px 12px 10px 10px;
    text-shadow: none; 
    color: rgba(251,251,251,0.85);
    font-family:'Avenir';
    font-weight: 800;
    letter-spacing: 0.03em;
    white-space: nowrap;

}

.navbar .nav > li:last-child a {
    padding-right: 20px;
}

.navbar .nav > li:not(.current-menu-parent):not(.current-menu-item) > a:hover,
.navbar .nav > li:not(.current-menu-parent):not(.current-menu-item) > a:focus {
    text-decoration: none;   
    border-bottom: solid 5px #fa5a1b;      
    color: rgba(251,251,251,0.85);
}

.navbar .dropdown-menu {
    font-family:'Avenir';
    font-weight: 400;
    opacity: 0.95;
    width: 716px;
    border-radius: 0px;
    left: 50%;
    top: 108px;
    position: fixed;
    margin-left: -236px; 
}

.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
    display: none;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
	color: rgba(251,251,251,0.85);
}

.dropdown-menu > ul {
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
    height: 135px;
    margin-right: -8px;
}

.dropdown-menu > ul > li {
    list-style-type: none;     
    padding-left: 5px;   
}

.dropdown-menu > ul > li > a {
    font-size: 0.95em;
    text-decoration: none;
    color: #28292f;
}

.dropdown-menu .title {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family:'Avenir';
    font-weight: 800;
    color: #28292f;
}

.dropdown-menu .title a {
    color: #28292f;
    text-decoration: none;
}

.dropdown-menu .title a:hover {
    color: #fa5a1b;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-image: none;
    background-color: transparent;
    color: #fa5a1b;
    font-size: 0.95em;
}

.dropdown-menu > ul > li > a:hover, .dropdown-menu > ul > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: transparent;
    background-image: none;
    color: #fa5a1b;
    font-size: 0.95em;    
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: rgba(251,251,251,0.85);
    background-color: transparent; 
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    background-image: none;
    background-color: transparent;
    color: rgba(251,251,251,0.85);
    box-shadow: 0px 0px 0px;
}

.current-menu-parent, .nav > .current-menu-item {
    text-decoration: none;   
    border-bottom: solid 5px #fa5a1b;      
    color: rgba(251,251,251,0.85);    
}

.current-menu-parent:hover {
    color: rgba(251,251,251,0.85);
}

.caret {
    display: none;
}

/* CONTENT */

.contentbox {
	background-color:rgba(251,251,251,0.85);
	padding-bottom: 16px;
	margin-bottom: 22px;
	column-break-inside: avoid;
	position: relative;
	padding-left: 26px;
    padding-right: 26px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;    
}

.contentbox .date {
	margin-top: 30px;
}

.contentbox p {
	margin-left: 0 !important;
	margin-right: 0 !important;	
}

.contentbox a, .infobox a, .contactbox a {
	font-weight: 200;
	color: #fa5a1b;	
}

.contentbox a:hover, .infobox a:hover, .contactbox a:hover {
    color: #aaa;
}

.contentbox ul {
    margin: 0 0 10px 14px;
}

.contentbox ul li {
    margin-bottom: 3px;
}

.contentbox ul li span {
    position: relative;
    left: -3px;    
}

.contentbox .intro {
    padding-top: 15px;
	text-align: center;
	line-height: 20px;
	padding-bottom: 10px;
}

.contentbox .carousel {
    margin-top: 30px;    
}

.contentbox .carousel a {
    font-weight: 100;
    /*color: #ffffff;*/
}

#post-picture {
	padding: 10px;
	text-align: center;
	background-color:rgba(251,251,251,0.85);
	max-height: 175px;
	overflow: hidden;
}

/* INFOS */

#infoboxes {
    margin-top: 60px;
	column-count: 3;
	column-gap: 15px;
	column-fill: auto;    
	
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	-webkit-column-fill: auto;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-moz-column-fill: auto;		
}

.infobox {
	background-color:rgba(251,251,251,0.85);
	padding-bottom: 16px;
	margin-bottom: 22px;
	display: inline-block;
	column-break-inside: avoid;
	width: 100%;
	position: relative;
	padding-left: 15px;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;    
}

#ausbildungen a:not(:hover) {
    color: inherit;
}

.infobox h2 div {
    margin: 0px auto;
    width: 30%;
	border-bottom: solid 4px #28292f;    
}

.infobox h3 {
	text-transform: uppercase;    
}

.infobox em, #news .date {
    display: block;
    font-family: 'Museo Slab';
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    margin-top: 2px;
    margin-bottom: 12px;
}

.infobox p, #news .title {
	margin-top: 0px;
	margin-bottom: 6px;
}

#news .display-posts-listing .listing-item .image {
    display: none;
}

.display-posts-listing {
    list-style-type: none;
    margin-left: 0px;
}

#footer {
	margin-bottom: 40px;
    margin-top: 30px
}

body.day #footer, body.day #footer a {
    color: #333;
}

body.night #footer, body.night #footer a {
    color: #909195;
}

body.day #footer a:hover, body.night #footer a:hover {
    color: #fa5a1b;
}

#download {
	text-align: left;
	line-height: 20px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#download li {
    list-style-image:url('../images/download.png');
}

/* SUB NAV & WIDGET */

.navbox, .widget {
	background-color:rgba(251,251,251,0.85);
	padding-bottom: 16px;
	margin-bottom: 22px;
	display: inline-block;
	column-break-inside: avoid;
	width: 100%;
	position: relative;
	padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;        
	padding-top: 10px;	  
    font-family:'Avenir';		  
    font-weight: 400;
}

.navbox ul, .widget ul {
    padding: 0px;
    margin: 0px;
}

.navbox a, .widget a {
    font-weight: normal;
    text-decoration: none;
    color: #707070;
}

.navbox h4, .widget h2 {
    text-transform:uppercase;
    font-size: 14px;
    text-align: left;
    font-family: 'Avenir';	
    font-weight: 400;
    letter-spacing: normal;	   
    line-height: normal; 
}

.navbox a:hover:after, #subnavi ul li.active a:after , .navbox ul li.current-menu-item a:after, 
.widget a:hover:after, .widget ul li.current-menu-item a:after, .current-cat a:after {
    content: '';
  	border-bottom: solid 5px #fa5a1b;
    width: 30%;
    display: block;
    padding-bottom: 1px;
    margin-bottom: -6px;
}

.navbox ul li, .widget ul li {
	border-bottom: dashed 1px #5b5c5c;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;	
	list-style-type: none;
	
	white-space: nowrap;
}

.navbox ul ul {
	margin-top: 10px;
}

.navbox ul ul li{	
	border: none;
	padding-bottom: 5px;
	padding-left: 20px;
}

.navbox ul ul li.active{
	color: #fa5a1b  !important;
	border: none;
}

/*
a[title="noline"]:hover:after {
    border: 0px !important;
    color: #fa5a1b;
    padding-bottom: 3px;
}
*/

/* LINES */

.trimline {
    width: 8%; 
    border-top: solid 3px #383c44; 
    margin: 0 auto;
    padding-bottom: 15px;
}

/* STAFF */

.staff-member-listing {
    margin-top: 30px;
}

.staff-member-info-wrap {
	width: 100%;
	font-size: 16px !important;
}

.staff-member-info-wrap a {
	font-weight: normal !important;
}

.staff-member-info-wrap h2 {
    text-align: left;
}

.staff-member {
	border-bottom: dashed 1px #5b5c5c;
	margin-bottom: 20px;
}

.staff-member h3 {
    padding: 0px;
    font-size: 18px;
}

.staff-member-photo {
	float: left;
	width: 100px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.staff-member-icon {	
	padding-right: 15px;
	padding-bottom: 5px;
	width: 13px;
}

/* CONTACT */

.contactbox {
	background-color:rgba(251,251,251,0.85);
	padding-top: 16px;
	padding-bottom: 12px;
	margin-bottom: 22px;
    text-align: center;
}

.contact {
    margin: 20px;
    width: 95%;
}

.contact .span2 {
    padding-top: 5px;
}

.contact .rightish {
	padding-left: 15px;
	margin-right: -17px;
}

.contact input {
    background-color: white !important;    
}

.contact input[type="text"], .contact textarea{
    width: 95%;    
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-right: 20px;
}

.contact input[type="text"] {
	height: 12px;
}

.contact input[type="submit"] {
    background-color: #000 !important;
    height: 25px;
    color: white;
    border: 0px;
    text-transform: uppercase;
    font-size: 0.95em;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: -7px;
}

div.wpcf7-validation-errors {
	border: 0px !important;
	color: #f00;
}

div.wpcf7-mail-sent-ok {
	border: 0px !important;
	color: #0f0;	
}

/* POSTS */

#dept-posts {
	padding: 40px;	
}

#dept-posts .listing-item {
	border-top: dashed 1px #5b5c5c;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

#dept-posts .listing-item:first-child {
	padding-top: 0px;
	border-top: 0px;	
}

#dept-posts img {
	float: right;   
	width: 200px;
	margin: 25px 0px 10px 25px;
    overflow: hidden;
    clear: both;
}

#dept-posts .up img {
    margin-top: 0px !important;
}

#dept-posts .title {
	font-size: 20px;
	line-height: 24px;
	display: block;
	padding: 16px 0px 0px 0px;
	margin-bottom: 8px;
	color: #28292f;
	
}

#dept-posts h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    
    border-bottom: dashed 1px #5B5C5C;
    
    margin-top: -10px;
    margin-bottom: 20px;
}

#dept-posts .date {
	font-style: italic;
}

#post-pictures {
    margin-top: -50px;
}

/* MISC */

#admission {
    padding-top: 40px;
}

.utilities {
    font-family:'Avenir';
    font-weight: 400;
	background-color:rgba(43,44,52,0.85);
	margin-top: 18px;
	margin-bottom: -2px;
	color: #909195;
	font-size: 10px;
    height: 30px; 
    padding-top: 5px; 
    padding-left: 2px; 
    padding-right: 2px;		
}

.utilities ul li {	
	border-right: solid 1px #909195;
	margin-left: -2px;
	height: 15px;
	line-height: 15px;
	letter-spacing: 1px;
}

.utilities ul li:first-child {
    margin-left: 3px;
}

.utilities ul li:last-child{
	border: none;
}

.arrow {
    clear: both;
    display: block;
    padding-top: 10px;
    padding-bottom: 30px;       
    padding-left: 30px;
}

.apply {
    float: right;
}

.social {
    text-align: right;
    font-size: 35px;
}

/* CALENDAR */

.amr-bling {
    display: none;
}

.amrcol1 {
    width: 20%;
}

.amrcol1 .starttime {
    float: left;
    margin-right: 4px;
}

.amrcol1 .allday {
    display: none;
}

.amrcol1 .starttime:after {
    content: '–';
    margin-left: 2px;
    margin-right: 2px;
}

.amrcol2 .description {
    display: none;
}

#events_wrap table td {
    vertical-align: bottom !important;
}

#icalnavs #icalmuchless, #icalnavs #icalless, #icalnavs #icalmore, #icalnavs #icalmuchmore {
    display: none;
}

#icalnavs {
    width: 98% !important;
}

#icalnavs a {
    font-size: 1.2em;
    color: #FA5A1B;
}

#icalnavs .icalnav {
    display: none;
}

#icalnavs #icalback {
    display: block;
}

#icalnavs #icalnext {
    display: block;
}

#icalback {
    float: left;
    font-weight: bold;
}

#icalnext {
    float: right;
    font-weight: bold;    
}

#icalnavs a:hover {
    color: #909195;
}

.vevent {
    border: 10px solid transparent;
}

.vevent .location {
    display: none;
}

.event h2, .event h3:not(.qem_date) {
	font-family: 'Avenir';	
	font-weight: 800;	
}

.qem {
	border-bottom: 1px dashed #5c5c5c;
}

.qem-register {
	width: 100% !important;
	border-bottom: 1px dashed #5b5c5c;	
	padding-bottom: 1.5em !important;
}

.qem-register h2 {
	color: inherit !important;
	border-top: 1px dashed #5b5c5c;
	padding-top: 1em !important;
}

.qem h2, .qem h3 {
	padding: 0;
	text-align: left;
}

.qem h3 {
	font-size: 16px;
}

.qem-register input[type=text].required, .qem-register textarea.required, .qem-register select.required {
	width: 66%;
}

.qem-register input[type=text], .qem-register textarea, .qem-register select {
	width: 100%;
}
@media (max-width: 767px) {  
	.qem-register input[type=text].required, .qem-register textarea.required, .qem-register select.required {
		width: 100%;
	}
}

.qem-register input:focus, .qem-register textarea:focus {
	color: #FA5A1B !important;
	background-color: white !important;
}

p.start, p.end {
	font-size: 100% !important;
}

.qem-register h2.qem-error-header {
	color: red !important;
	white-space: normal !important;
	line-height: 1em !important;
}

.qem-register #submit {
	width: 36.5% !important;	
	padding: 6px 0 !important;
	background: black !important;
	border: none !important;
	font-family: 'Avenir' !important;
	font-weight: 800;
	text-transform: uppercase;	
	transition: all 0.2s;
	color: white !important;
}

.qem-register #submit:hover {
	background-color: #FA5A1B !important;
}

p a.qem_ics_button {
	width: 33% !important;
	display: block;
	background: black !important;
	text-align: center;
	font-family: 'Avenir' !important;
	font-weight: 800;
	text-transform: uppercase;		
}

.qem-register #submit:hover {
	background-color: #FA5A1B !important;
}


p a.qem_ics_button {
	background: black !important;	
	transition: all 0.2s;		
}


p a.qem_ics_button:hover {		
	background: #FA5A1B !important;
	background: rgba(250, 90, 27, 0.99) !important;	
}

.eventloading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30vw;
    background-color: rgba(255,255,255,0.8);
    height: 20vh;
	display: flex;
    justify-content: center;
    align-items: center;	
}

/* FORMS */

/*
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	box-shadow: inset 0 1px 1px rgba(250, 90, 27, 0.075) !important;
}
*/

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { 
	box-shadow: none !important;
	border: 1px solid white !important;
	border-radius: none !important;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { 
	box-shadow: none !important;
	border: 1px solid #fa5a1b !important;
}

/* RESPSONSIVE MODS */

@media (min-width: 768px){
	.hoverbox div.span4{
		border-right: solid 1px #999;
		height: 110px;		
	}
		
}


@media (max-width: 979px) {
    h2 {
        white-space: normal;
    }
    
    ul.inline>li {
        padding-left: 3px;
        padding-right: 3px;
    }

    .nav-collapse, .nav-collapse.collapse {
        height: auto;
        /*display: inline-block;*/
    }
    
    .nav-collapse .nav>li {
        float: left;
    }
    
    .navbar .nav > li > a {
        padding: 12px 8px 10px; 
        font-weight: normal !important;
    }
    
    .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
        font-weight: normal !important;
    }
    
    .navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
        background-color: transparent !important;
    }
    
    .navbar .nav > li:not(.current-menu-parent):not(.current-menu-item) > a:hover, .navbar .nav > li:not(.current-menu-parent):not(.current-menu-item) > a:focus {
        border-radius: 0px;
    }   
    
    .dropdown-menu {
        background-color: #fff !important;
    } 
    
    .nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {    
        background-color: transparent !important;
    }
}


@media (max-width: 900px) {

    .nav-collapse .nav>li:first-child {
        display: none;
        width: auto;
    }
    
    .navbar .nav > li > a {
        padding: 12px 10px 10px; 
    }    

}


@media (max-width: 767px) {  

    .nav-collapse .nav>li:first-child {
        display: block;
    }

    .nav-collapse, .nav-collapse.collapse {
        height: 0px;
    }
    
    .nav-collapse .nav>li {
        float: none;
    }    

    body {
    	background-size: 200%;
    }
    
    /* STEFAN ... */
    h2 {
        white-space: normal;
        line-height: 26px;
        padding-top: 10px;
    }
        
    .carousel-inner.narrow>.item>img, .carousel-inner.narrow>.item>a>img {
        width: 72.5%;
        margin-left: 15%;
    }    
    
	.carousel-control {
    	top: 40% !important;
    	
    	width: 15px;
    	height: 15px;
    	line-height: 10px;
    	font-size: 24px;
	}	
	
	.carousel {
    	margin-bottom: 10px;
    	margin-top: -20px;
	}
    
    
    #infoboxes {
        margin-top: 20px;
    	column-count: 1;
    	column-gap: 0px;
    	column-fill: auto;    
    	
    	-webkit-column-count: 1;
    	-webkit-column-gap: 0px;
    	-webkit-column-fill: auto;
    	-moz-column-count: 1;
    	-moz-column-gap: 0px;
    	-moz-column-fill: auto;		
    }	 
    
    #brand {
        margin-top: 20px;
        text-align: center;
        position: relative;
    }
    
    .mobile-menu {
        font-family: 'Avenir';
        font-weight: 800;
        display: block;
        position: absolute;
        right: 0;
        top: 0; 
        color: #d0cfd4;     
        font-size: 18px; 
        margin-left: 20px;
        font-weight: bold;        
    }
    
    .navbar .btn-navbar {
        background-color: transparent;
        background-image: none;
    }
    
    .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
        background-color: transparent;
        background-image: none;
    }
    
    .nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background-color: transparent;
        border-radius: 0px;
        border-bottom-width: 3px;
    }
    
    .navbar {
        margin-top: 10px;
        border-top: 0px;
        border-bottom: 0px;
    }
    
    .navbar-inner {
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
        margin-top: -1px;
        min-height: 0px;
    }
    
    .navbar .dropdown-menu {
        left: auto;
        top: auto;
        position: relative;
        margin-left: 0px;
    }    
    
    .nav-collapse .nav {
        display: block;
    } 
    
    .nav-collapse, .nav-collapse.collapse  {
    	/*background-color:rgba(251,251,251,0.85);*/
    }
        
    .navbar .nav > li:first-child a, .navbar .nav > li a {
        padding-left: 0px;
    }
    
    .navbox a:hover:after, #subnavi ul li.active a:after , .navbox ul li.current-menu-item a:after, 
    .widget a:hover:after, .widget ul li.current-menu-item a:after, .current-cat a:after {    
        border-bottom: 0px;
    }
    
    .current-menu-parent {
        border-bottom: 0px !important;
    }
    
    .navbar .nav > li:not(.current-menu-parent):not(.current-menu-item) > a:hover,
    .navbar .nav > li:not(.current-menu-parent):not(.current-menu-item) > a:focus {
        border-bottom: 0px !important;    
    }    
    
    .dropdown-menu .title {
        display: none;
    }
    
    .dropdown-menu > ul {
        height: auto;
    }
    
    .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
        color: black;        
    }
    
    .nav-collapse .open>.dropdown-menu {
        background-color:rgba(251,251,251,0.85);
    }
    
    .nav-collapse .open>.dropdown-menu ul li {
        padding: 10px;
        margin-left: 5%;
        border-bottom: 1px dashed #5b5c5c;
        box-sizing: border-box;        
    }
    
    .nav-collapse .open>.dropdown-menu ul:last-child li:last-child {    
        border-bottom: 0px;    
    }
    
    .nav-collapse .open>.dropdown-menu ul {
        margin-top: -10px;
    }
    
    .nav-collapse .open>.dropdown-menu ul li a {
        margin-left: -10px;
    }
    
    #post-pictures {
        margin-top: 0px;
    }    
    
    /* DANGER */    
    .row-menu [class*="span"] {
        min-height: 0px !important;
    }
      
}

#search-phone {
    margin-top: -10px;
}

#search-phone input {
    width: 96%;
    height: 10px;
}

