@charset "utf-8";
/* CSS Document */
body {
	font-size:16px;
}
.home-bg {
	background-size: cover;
}
#inner-section {
	background-repeat:no-repeat;
	background-size: cover;
}
a {
	color:#e0926f;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    color: #fbce43;
}
.langselect {
	color:#ffffff;
	padding:13px 15px;
}
.nav > li.langselect > a {
	padding:0;
	display:inline-block;
}

.nav > li > a.current, .nav > li.langselect > a.current {
	color: #fbce43;
}
.navbar-custom .navbar-nav > .active > a, 
.navbar-custom .navbar-nav > .active > a:hover, 
.navbar-custom .navbar-nav > .active > a:focus, 
.navbar-custom .navbar-nav > .open > a, 
.navbar-custom .navbar-nav > .open > a:hover, 
.navbar-custom .navbar-nav > .open > a:focus, 
.navbar-custom .navbar-nav > li > a:hover, 
.navbar-custom .navbar-nav > li > a:focus, 
.intro-title span, 
.testi-slide p, 
#ajaxsuccess {
	color: #fbce43 !important;
}
/*
.bg-light a:hover, .bg-light a:focus, .bg-light a:active {
	text-decoration: none;
    color: #a1725a;
}
*/

.home__header-content {
	top: 45%;
}
#kontakt .con_sub_text {
	margin-top: 20px;
}
#kontakt textarea.form-control{
	height: 120px;
}
#kontakt i {
	margin-bottom: 0px;
	font-size: 36px;
	color: #A1725A;
	line-height: 36px;
}
#kontakt h4 {
	font-size: 22px;
	color: #A1725A;
	line-height: 28px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
#kontakt a.support {
	display: block;
	font-size: 30px;
}
.info-kontakt {
	font-size: 16px;
}
.intro-text {
	font-size:30px;
}

.modal {
	text-align: center;
	padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	vertical-align: middle;
}
#modalClose {
	position:absolute;
	top:-25px;
	right:0;
	z-index:10000;
}
#modalClose .close {
	color:#ffffff;
	opacity:.8;
}
#modalImage {
	width:100%;
	height:auto;
}
.modal-header {
	padding:0;
}
.modal-body {
	background-color:#f8f8f8;
}
.modal-footer {
	text-align:center;
	background-color:#f8f8f8;
	border-bottom:2px solid #a1725a;
	border-top:none;
}

pre {
	text-align:left;
}

#cookiepopup { 
	width:100%; 
	position:fixed; 
	bottom:0; 
	background-color:rgba(0,0,0,.85); 
	padding:20px 0;
	z-index:10000;
}
#cookiepopup p {
	margin:5px 0;
	color:#ffffff;
}
.cookiepopuplink {
	color:#ffffff;
	text-decoration:none;
}
.cookiepopuplink:hover {
	color:#ffffff;
	text-decoration:underline;
}
#cookiepopup .btn {
	margin-right:10px;
}