/* GLOBAL STYLES
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  color: #1A243F;
  background: #1A243F;
  font-family: 'Montserrat', sans-serif;
}


/* NAVBAR
-------------------------------------------------- */
.brand_text{
	font-size: 14px;
	color: #CDBA6D;
	line-height: 1.2; 
	padding-left: 0px;
}

.navbar {
	min-height: 100px;
	background: #1A243F;
	margin: 0px;
	font-weight: 600;
	transition: top 0.3s;

}
/* change the background color */
.navbar-custom {
    background: #1A243F;
    box-shadow: 0 4px 8px -1px rgba(0,0,0,0.25);
    border-bottom: 1px solid #060B1A;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #CDBA6D;
    font-size: 14px;
    display: inline;
 
 
}
/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
    color:  #CDBA6D;
    padding: 1rem 1rem;
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: inline;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color:  #ffffff;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #ff5500;
}
.navbar-custom .dropdown-item {
    color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}

.navbar-custom .navbar-toggler {
  color: #CDBA6D;
  border-color: #CDBA6D;
}

.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* BUTTON
-------------------------------------------------- */
.btn-gold {
	font-family: 'Montserrat', sans-serif;
	color: #CDBA6D;
	background-color: transparent;
	border-color: #CDBA6D;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
}

.btn-gold:hover {
	color: #1A243F;
}

.btn-gold2 {
	font-family: 'Montserrat', sans-serif;
	color: #CDBA6D;
	background-color: transparent;
	border-color: #CDBA6D;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
}

.btn-gold2:hover {
	color: #FFFFFF;
}

.btn-white {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	border-color: #FFFFFF;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
}

.btn-white:hover {
	color: #1A243F;
}

.btn-navy {
	font-family: 'Montserrat', sans-serif;
	color: #1A243F;
	background-color: transparent;
	border-color: #1A243F;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
}

.btn-navy:hover {
	color: #FFFFFF;
}

/* MODAL
-------------------------------------------------- */
.modal-content {
   background-color: #1A243F;
   border: 1px solid #050B1C;
}

.modal-header {
	border-bottom: 0px solid #242F4F;
	padding: 2rem 0rem 0rem 1rem;
}

.modal-footer {
	border-top: 0px solid #242F4F;
}

.modal-backdrop {
   background-color: #F8F8F8;
}

/* TEXT
-------------------------------------------------- */
.ins_gold, h1 {
	color: #CDBA6D;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.ins_navy {
	color: #1A243F;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.tittle_white {
	line-height: 1.2;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
}

.tittle_navy {
	line-height: 1.2;
	color: #1A243F;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
}


.tittle_white_sp {
	line-height: 1.2;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 28px;
}

.body_desc_dark {
	line-height: 2.2;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.body_desc_white {
	line-height: 2.2;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.body_desc_white_sp {
	line-height: 1.8;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;

}

/* HR
-------------------------------------------------- */

hr.gold {
	border-top: 1px solid #CDBA6D;
	width: 50px;
	margin-left: 0;
}

hr.kontakt_navy {
	border-top: 1px solid #1A243F;
	width: 50px;
}

hr.white {
	border-top: 1px solid #fff;
	width: 50px;
	margin-left: 0;
}

hr.gold_center {
	border-top: 1px solid #CDBA6D;
	width: 50px;
	margin: auto;
}


/* BACKGROUND
-------------------------------------------------- */
.top_bg {
	width: 100%;
	height: 600px;
	background-image: url("../images/logo/top.jpg");
	background-repeat: no-repeat;
	padding-top: 170px;
	margin-top: 0;
}

.navy_bg {
	background: #1A243F;
	min-height: 550px;
}

.cream_bg {
	background: #F8F8F8;
	min-height: 600px;
	margin-bottom: 0px;
}

.kontakt_bg {
	background: #CDBA6D;
	min-height: 50px;
	margin-bottom: 0px;
}

.center_col {
	border-left: 1px solid #BFAC5E;
	border-right: 1px solid #BFAC5E;
	min-height: 50px;
}

.navy_bg_sp {
	background: #1A243F;
	min-height: 250px;
}

.special_bg {
	background: #1A243F;
}

/* IMAGE
-------------------------------------------------- */
.logo_size {
	width: 562px;
	height: prop;
}

/* POSITION
-------------------------------------------------- */

.bb {
	margin-top: -140px;
	margin-bottom: 15px;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 250px;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #CDBA6D;
	border: 1px solid #CDBA6D;
}

.navy_bg_sp:hover .overlay {
	opacity: 1;
}


/* COOKIE
-------------------------------------------------- */
#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #ff7925;
}
 
/* RESPONSIVE CSS
-------------------------------------------------- */

/*-- Extra small devices (portrait phones, less than 576px) -- */
@media (max-width: 575.98px) { 

}

/*-- Small devices (landscape phones, less than 768px) -- */
@media (max-width: 767.98px) { 
.logo_size {
	width: 400px;
	height: prop;
}

.top_bg {
	width: 100%;
	height: 500px;
}
}

/*-- Medium devices (tablets, less than 992px) -- */
@media (max-width: 991.98px) { 
.bb {
	margin-top: 0px;
	margin-bottom: 15px;
}

}

/*-- Large devices (desktops, less than 1200px) -- */
@media (max-width: 1199.98px)   }

