/*
Theme Name: Gloor Transport AG
Theme URI: http://www.computerline.ch;
Description: Wordpress Theme für Gloor Transport AG
Author: Fabio Cofano
Author URI: http://www.computerline.ch
Version: 1.0
*/

@import url('bootstrap/css/bootstrap.min.css');
@import url('bootstrap/css/bootstrap-theme.min.css');

@font-face {
	font-family: "proxima_nova_rgregular";
	src: url("resources/fonts/proximanova-regular.woff");
}
@font-face {
	font-family: "proxima_novalight_italic";
	src: url("resources/fonts/proximanova-lightitalic.woff");
}
@font-face {
	font-family: "proxima_novablack";
	src: url("resources/fonts/proximanova-black.woff");
}
@font-face {
	font-family: "proximanova_extrabold";
	src: url("resources/fonts/proximanova-extrabold.woff");
}
@font-face {
	font-family: "proxima_nova_rgbold";
	src: url("resources/fonts/proximanova-bold.woff");
}
body {
    font-family: 'Proximanova Regular', Arial, sans-serif
}

h1 {
    color: #fff;
    font-size: 2em;
    line-height: 42px;
    font-family: 'arial';
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h2 {
    color: #ce0000;
    font-size: 2.25em;
    line-height: 50px;
    font-family: 'proxima_novablack';
    text-shadow: 1px 1px rgba(0,0,0,.12);
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-family: 'arial';
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h4 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: 'arial';
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h5 {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: 'proximanova_extrabold';
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h6 {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-family: 'arial';
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
p {
    color: #343434;
    font-size: 16px;
    line-height: 24px;
    font-family: 'proxima_nova_rgregular';
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
a {
    color: inherit;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    text-decoration: none;
    word-wrap: break-word;
}
strong {
    color: #343434;
    font-family: 'proxima_nova_rgbold';
    font-weight: normal;
    padding: 0 0 0 0;
}
em {
    color: #343434;
    font-size: 16px;
    line-height: 24px;
    font-family: 'proxima_novalight_italic';
    font-style: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
ul li {
    list-style: none;
    padding: 0 0 0 20px;
    background: url(resources/images/misc/list-style.png) no-repeat left 4px;
}
ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
}
ul li, ol li {
    color: #343434;
    font-size: 16px;
    line-height: 20px;
    font-family: 'proxima_nova_rgregular';
    font-weight: normal;
    margin: 0 0 5px 0;
}
ul li a {
    color: #343434;
    font-size: 16px;
    line-height: 24px;
    font-family: 'proxima_nova_rgregular';
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
a:hover, a:focus {
    text-decoration: underline;
    outline-offset: 0px;
    outline: transparent;
}
/** General **/

img, input {
    border: 0 none;
    outline: 0 none;
}
hr {
    color: #bc1320;
    height: 2px;
    background: #bc1320;
    margin: 0 0 20px 0;
    border: 0 none;
}
i {
    color: #ea4f5b;
    font-size: 16px;
    line-height: 22px;
    font-family: 'proxima_nova_rgbold';
    font-style: normal;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
iframe {
    width: 100%;
    height: 250px;
    margin: 0 0 20px 0;
    padding: 0;
}
/** Table **/

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
}
table tr td {
   	color: #343434;
    font-size: 16px;
    line-height: 24px;
    font-family: 'proxima_nova_rgregular';
    font-weight: normal;
    padding: 5px 0px 5px 30px;
    vertical-align: top;
}
table tr td:first-child {
    padding-left: 0px;
}
table tr th {
    color: #343434;
    font-size: 16px;
    line-height: 24px;
    font-family: 'proxima_nova_rgbold';
    font-weight: normal;
    padding: 5px 10px 5px 10px;
    vertical-align: top;
}
/** FORM **/

form {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
label {
    display: block;
    color: #343434;
    font-size: 16px;
    line-height: 24px;
    font-family: 'proxima_nova_rgregular';
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}
form input {
    display: block;
    width: 100%;
    height: auto;
    color: #343434;
    font-size: 16px;
    font-family: 'proxima_nova_rgregular';
    margin: 0 0 10px 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #000000;
    background: #ebebeb;
    -webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
    -moz-transition: all 0.3s ease-in-out; /* Firefox 4 */
    -o-transition: all 0.3s ease-in-out; /* Opera */
    -ms-transition: all 0.3s ease-in-out; /* IE */
    transition: all 0.3s ease-in-out; /* Good Broswer */
}
form input[type="submit"] {
    width: auto;
    height: auto;
    color: #343434;
    font-size: 16px;
    font-family: 'proxima_nova_rgregular';
    margin: 0 0 10px 0;
    padding: 5px 10px 3px 10px;
    background: #ebebeb;
    float: right;
    -webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
    -moz-transition: all 0.3s ease-in-out; /* Firefox 4 */
    -o-transition: all 0.3s ease-in-out; /* Opera */
    -ms-transition: all 0.3s ease-in-out; /* IE */
    transition: all 0.3s ease-in-out; /* Good Broswer */
}
form input:hover, form input:focus, form textarea:hover, form textarea:focus {
    border: 1px solid #ffdd00;
}
form input[type="submit"]:hover {
    border: 1px solid #ffdd00;
}
form textarea {
    width: 100%;
    display: block;
    min-height: 190px;
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 10px;
    color: #979797;
    resize: none;
    font-size: 13px;
    background: #ebebeb;
    border: 1px solid #000000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
    -moz-transition: all 0.3s ease-in-out; /* Firefox 4 */
    -o-transition: all 0.3s ease-in-out; /* Opera */
    -ms-transition: all 0.3s ease-in-out; /* IE */
    transition: all 0.3s ease-in-out; /* Good Broswer */
}form select[multiple="multiple"] {    display: block;    width: 250px;    height: auto;    color: #343434;    font-size: 16px;    font-family: 'proxima_nova_rgregular';    margin: 0 0 10px 0;    padding: 5px 10px 5px 10px;    border: 1px solid #000000;    background: #ebebeb;    -webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */    -moz-transition: all 0.3s ease-in-out; /* Firefox 4 */    -o-transition: all 0.3s ease-in-out; /* Opera */    -ms-transition: all 0.3s ease-in-out; /* IE */    transition: all 0.3s ease-in-out; /* Good Broswer */}.fahformular h5 {    margin: 0 0 10px 0;}.fahformular hr {    margin: 0 0 10px 0;    background: #cccccc;    height: 1px;}
img{
	border: none !important;
}
.responsive-img{
    max-width:100% !important;
    max-height:100% !important;
}
.margin-top50 {
    margin-top: 50px !important;
}
.margin-top40 {
    margin-top: 40px !important;
}
.margin-top30 {
    margin-top: 30px !important;
}
.margin-top20 {
    margin-top: 20px !important;
}
.margin-top10 {
    margin-top: 10px !important;
}
.margin-top0 {
    margin-top: 0px !important;
}
.padding-top50 {
    padding-top: 50px !important;
}
.padding-top40 {
    padding-top: 40px !important;
}
.padding-top30 {
    padding-top: 30px !important;
}
.padding-top20 {
    padding-top: 20px !important;
}
.padding-top10 {
    padding-top: 10px !important;
}
.margin-bottom50 {
    margin-bottom: 50px !important;
}
.margin-bottom40 {
    margin-bottom: 40px !important;
}
.margin-bottom30 {
    margin-bottom: 30px !important;
}
.margin-bottom20 {
    margin-bottom: 20px !important;
}
.margin-bottom10 {
    margin-bottom: 10px !important;
}
.margin-bottom0 {
    margin-bottom: 0px !important;
}
.padding-bottom50 {
    margin-bottom: 50px !important;
}
.padding-bottom40 {
    margin-bottom: 40px !important;
}
.padding-bottom30 {
    margin-bottom: 30px !important;
}
.padding-bottom20 {
    margin-bottom: 20px !important;
}
.padding-bottom10 {
    margin-bottom: 10px !important;
}
.padding-left0 {
    padding-left: 0px !important;
}
.padding-right0 {
    padding-right: 0px !important;
}
.border-bottom {
    border-bottom: 1px solid #fff !important;
}
.padding-left0 {
    padding-left: 0px !important;
}
.padding-left20 {
    padding-left: 20px !important;
}
.padding-left30 {
    padding-left: 30px !important;
}
.padding-right00 {
    padding-right: 00px !important;
}
.padding-right20 {
    padding-right: 20px !important;
}
.padding-right30 {
    padding-right: 30px !important;
}
.border-top {
    border-top: 1px solid #fff !important;
}
.border-left {
    border-left: 1px solid #fff !important;
}
.border-right {
    border-right: 1px solid #fff !important;
}
.posrelativ {
    position: relative !important;
}
.dispinblock {
    display: inline-block !important;
}
.dispblock {
    display: block !important;
}
.oferflow-scrolly {
    overflow-y: auto !important;
}
.overflow-hiden {
    overflow: hidden !important;
}
.overflow-hidenx {
    overflow: hidden !important;
}
.fs0 {
    font-size: 0px !important;
}
.fnone {
    float: none !important;
}
.vt {
    vertical-align: top;
}
.element {
    display: table;
    height: 100%;
    width: 100%;
}
.element-top {
    display: table-cell;
    vertical-align: top;
}
.element-middle {
    display: table-cell;
    vertical-align: middle;
}
.element-bottom {
    display: table-cell;
    vertical-align: bottom;
}
.telnr {margin: 15px 0 0;}
.pdf {
    padding: 0px;
}
.pdf li {
    display: block;
    list-style: none;
    margin: 0 0px 0 0px;
    padding: 0 0 0 0;
    background: none;
}
.pdf li a {
    display: inline-block;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0px 55px 0 0;
    min-height: 40px;
    background: url(resources/images/misc/pdf.png) no-repeat right top;
}
.gallery-item{
    width: 100% !important;
}
.partn {
    height: 80px;
}
.aktuh3 h3{
	color: #ce0000;
}
.black h4{
	color: #000;
}
#banner{
	position: relative;
	max-height: 700px;
}
#header{
	position: absolute;
	top: 15px;
  	left: 0;
  	width: 100%;
  	z-index: 100;

    height: 100%;
		overflow: hidden;
}
#header .container {
 	width: 1040px !important;
}
.logo{
	background-color: #fff;
	display: block;
	padding: 1px;
	margin: 0 -20px 0 0;
}
.responsive-logo{
    display: block;
    padding: 1px;
}
.navigation{
	background-color: #fff;
	height: 89px;
}
#mainmenu{
	margin-top: -10px;
}
#mainmenu li{
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
#mainmenu a{
	width: 150px;
	min-height: 25px;
	display: inline-block;
  	font-size: 14px;
  	font-family: 'proxima_nova_rgregular', arial, sans-serif;
  	text-decoration: none;
    color: #000;
    text-shadow: 0 0px 0;
}
#mainmenu > ul > li{
	width: 160px;
	display: block;
	float: left;
}
#mainmenu > ul > li > ul > li{
	display: block;
	z-index: 100;
}
#mainmenu > ul > li > ul > li > a{
	float: left;
	display: block;
	width: 160px;
	min-height: 35px;
	padding: 0 10px;
}
#mainmenu > ul > li > ul > li > a > span{
	height: 35px;
	display: table-cell;
	vertical-align: middle;
}
#mainmenu > ul > li > ul{
	position: absolute;
	margin-left: -10px;
	width: 160px;
	background-color: #ffdd00;
	z-index: 1000;
	opacity: 0;
	display: block;
	visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
       -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
         -o-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
}
#mainmenu > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
	display: block;
}
#mainmenu ul > li:hover > a{
	color: #ce0000;
}
#mainmenu > ul > li > a{
	background-color: #fff;
}
#mainmenu .current_page_item a span{
	color: #ce0000;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background-image: none !important;
    background-color: none !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background: none !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{
    color: #d51e17;
}
.navbar-default .navbar-nav>.active>a{
    background: none !important;
    box-shadow: none !important;
}
a:hover, a:focus{
    text-decoration: none !important;
}
.navbar-brand{
    margin: 0 !important;
}
.menu-item{
    list-style: none;
    background: none;
}
.submenu-left {
    background: #ffdd00;
    border: 5px solid #fff;
    margin: 10px 10px 60px 10px;
    outline: 10px solid #ffdd00;
    padding: 15px 20px 5px 20px;
}
.submenu-left > ul {
    margin: 0px;
    padding: 5px 0 0 0;
    background: #ffdd00;
    z-index: 99;
}
.submenu-left > ul > li {
    display: block;
    list-style: none;
    margin: 0 0px 0 0px;
    padding: 0 0 0 0;
    background: none;
}
.submenu-left > ul > li > a {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0 15px 0;
    padding: 0 0 0 0;
    text-decoration: none;
}
.submenu-left > ul > li > a.active, .submenu-left > ul > li > a:hover {
    color: #bc1320;
    background: none;
}
.submenu-left h5 {
    margin: 0 0 10px 0;
}
.submenu-left .current_page_item a{
	color: #d51e17;
}
.slider{
	z-index: -1;
}
.bottom-link h2 {
	font-family: 'proxima_novalight_italic';

	font-size: 22px;
	line-height: 32px;
}
.bottom-link p {
  font-family: 'proxima_novalight_italic';
}
#footer {
    position: relative;
    padding-bottom: 25px;
}
#footer hr {
    background: #ffe307;
    height: 2px;
    margin-bottom: 30px;
}
#footer ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#footer ul.right_ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
#footer ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
#footer ul li a {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 0;
    margin: 0 30px 0 0;
    text-decoration: none;
}
#footer ul li a:hover, #footer ul li a.active {
    color: #ce0000;
}
#footer p {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#footer i {
    color: #ea4f5b;
    font-size: 12px;
    line-height: 18px;
    font-family: 'proxima_nova_rgregular';
    font-style: normal;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#footer .design_by {
    margin: 0;
    padding: 0;
    text-align: right;
    line-height: normal;
    vertical-align: top;
}
#footer .design_by li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    background: none;
}
#footer .design_by li a {
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height: normal;
}
.accordions-container{
	padding: 0 !important;
}
.responsive-accordion-head{
	color: #000 !important;
	border: none !important;
  	padding: 15px 50px 15px 20px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.responsive-accordion-icons{
	display: none !important;
}
.responsive-accordion-panel li{
	padding: 0 0 0 20px !important;
}
.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel{
	border: none !important;
}
.responsive-accordion-head.active{
	color: #fff !important;
}
.responsive-accordion li{
	margin-bottom: 10px !important;
}
.accordions-container table tr td:first-child {
    	width: 40%
}
.accordions-container table tr td:nth-child(3) {
    	width: 20%
}
.booking_font_custom{
	font-family: 'proximanova_extrabold' !important;
}
#booking_back_today{
	display: none !important;
}
#booking_month_nav{
	margin-top: 5px;
	margin-left: 10px;
}
#booking_month_nav_prev{
	margin-right: 10px;
}

#booking_month_nav_next{

}
.booking_month_nav_button{
	height: 32px !important;
}
.contact{
    margin-top: 20px;
}

.contact p{
    margin: 0;
}

@media (max-width: 570px) {
.responsive-table{
    overflow: scroll;
    width: 100%;
}
.responsive-accordion-panel{
    overflow: scroll;
}
}
.tablet-navigation{
    margin: 0 10px 0 10px;
    padding: 5px;
    background-color: #fff;
    position: absolute;
}

.tablet-navigation ul{
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.tablet-navigation ul li ul{
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0px;
}
