/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/* Custom Style Sheet - Use this file to style your content */
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

/* LOGO + MENU + HEADER */
/*-----------------------------------------------------------------------------*/
#headerbar { padding: 15px 15px 0 15px; }
#headerbar .module {
	margin: 0 15px 0 0;
	float: left;
}

#header {
	margin-top: 10px;	
	margin-bottom: -25px; 	
	}

#toolbar {
    margin-bottom: 5px;
}

#logo {
	display: table-cell;
	width: 250px;
	text-align: center;
	vertical-align: middle;
}

#logo, #logo > img { float: none; }


#menubar {
	display: table-cell;
	padding-bottom: 60px;
        padding-top: 18px;
	vertical-align: top;
        
}

#menu {
	/*position: absolute;*/
	left: 260px;
	bottom: 20px;
	margin-top:30px;
	margin-left:20px;
}

.modhomepage {
	margin:15px 5px;
}

/* CONTACT FORM */
.contact-form, #easybook {
	/*border-color: #E6E5E0;*/
	border-color:#EFD8D8;
   	background: none repeat scroll 0 0 #FFFFFF;
    	border: 1px solid #EFD8D8;
    	border-radius: 6px;
    	padding: 14px;
	position:relative;
	/*left:15%;*/
	width:80%;
}

.kontakt .page-header h2{font-size: 36px;}
.kontakt .page-header {
	margin: 0 0 15px;
	/*padding-bottom: 0;*/
	border-bottom: 0;
}


.kontakt .btn-primary {
    background-color: #d47e88;
    background-image: linear-gradient(to bottom, #c9838b, #d26c78);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.kontakt .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #d26c78;
	}

/* HOME PAGE: Footer Icons */
/*-----------------------------------------------------------------------------*/

ul.footer-icons { 
	/*padding: 6px 0;*/
	list-style: none outside none;
}

ul.footer-icons li { 
	margin-top: 10px;
	padding-left: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 19px;
}

ul.footer-icons li:first-child { margin-top: 0; }

ul.footer-icons li.phone { background-position: 0 -50px; }

.grid-gutter > .grid-box > * > *:first-child {margin-top: 0;}
.grid-gutter > .grid-box > * > *:last-child {margin-bottom: 0;}


/* HOME PAGE: Contact Footer */
/*-----------------------------------------------------------------------------*/

.contact-footer .box-content { 
	display: block;
	padding: 10px;
	border-radius: 7px;
}

.contact-footer .box-content > .grid-box:first-child {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #D1D1D1; 
}

.contact-footer form { margin-top: 6px; }

.contact-footer form.style div {
 	position: relative; 
 	width: 250px;
}

.contact-footer form.style input {
	width: 230px;
	height: 31px;
	padding-right: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.contact-footer form.style button {
 	display: inline-block;
 	position: absolute;
 	right: 0;
 	width: 30px;
	height: 31px;
 	border: none;
 	border-radius: 0 5px 5px 0;
	background: url(../images/tools/input_button.png) 0 0 no-repeat;
}

.contact-footer.grid-gutter.grid-block,
.sidebar-socialicons.grid-gutter.grid-block { margin: 0 -8px; }

.contact-footer.grid-gutter > .grid-box > *,
.sidebar-socialicons.grid-gutter > .grid-box > * { margin: 0 8px; }

.contact-footer .box-content > .grid-box:first-child > * { margin-left: 5px; }
.contact-footer .grid-gutter > .grid-box + .grid-box > * { margin-right: 5px; }

.contact-footer p { margin-bottom: 0; }

/*.grid-box .module{
	margin:15px 5px !important;
}*/

.visible-xs{
    display: none !important;
}

/* Tables
-------------------------------------------------------------------------------*/
table {
    border-color: #efd8d8;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    float:left;
    
} 


/* RESPONSIVE template
/*-----------------------------------------------------------------------------*/
#header-responsive .menu-responsive {
    margin-bottom: 20px;
}

/* Only Phones */
@media (max-width: 767px) {
	#menubar { display: none; }
	}
/* Only Phones (Portrait) */
@media (max-width: 480px) {
	.custom-logo { height: 60px; }
	h1, .kontakt .page-header h2 {
	font-size: 22px;
	line-height: 22px;
	}

	h2 {
   	font-size:18px;
   	line-height:18px;
	}
/* Contact form */
	.control-group .controls {margin-left:0;}
	.control-label label{float:left;}
        .control-label span {text-align: left;}
        #contact-form .form-actions {padding-left:10px;}
        .contact-form,  #easybook {width: 90%;}
/* Easybook */
.form-horizontal .control-label {
        text-align: left;
        }

/* Tables*/
.visible-xs{
    display: block !important;
}
        
.hidden-xs{
    display: none !important;
}

}
