/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
#lang {    
    width: 150px; 
    height: 200px;  
    position: fixed; 
    top:0; 
    right:0; 
  font-weight: 400;
  padding: 2px;
  width: 80px;
}   
#lang a{    
 color: #186071;
}
 h1, .uk-h1 {
text-align: center;
}
.gallery-center {
text-align: center;
box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
}
.teaser-center div{
margin: auto;
}
.wk-gallery {
padding: inherit;
}
.slide2{
float:left;
}

.tm-block-primary {
background: #59B0C4;
}

.ptitle{
background: none;
color: #FFF;
border: none;
}
.ptitle h1{
color: #FFF;
}

html {
	background: #b8c1ce;
}

body {
	max-width: 1600px;
    margin: auto;
    background-color: #f5f5f5;
}

.tm-navbar:not(.uk-navbar-attached) {
    top: 0px !important;
    #position: fixed;
}
@media (min-width: 960px) {
    .tm-navbar:not(.uk-navbar-attached) {
        top: 55px;
    }
}

.uk-navbar {
    background: rgba(255, 255, 255, 0);
    color: #ffffff;
}

.uk-navbar {
    height: 115px;
    background-color: rgba(16, 86, 112, 1);
    color: #fff;
}





.dropdowntwo {
    position: absolute;
    display: contents;
    top: 50%;
    right: 0%;
}

.dropdown-contenttwo {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

div.uk-container.uk-container-center {
	    background-position: 49.8% center!important;
		background: url(/images/bkg_header.png) 49% no-repeat;
}

nav {
    max-width: 1600px;
    margin: auto !important;
}

.tm-navbar .tm-navbar-wrapper {
    position: relative;
    display: table;
    width: 1070px;
	height: 115px;
}

.tm-navbar .tm-navbar-wrapper .tm-nav {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 1220px) {
    .uk-container {
        max-width: 1200px;
        padding: 0 30px;
    }
}
.tm-navbar .tm-navbar-wrapper .tm-nav .tm-nav-wrapper {
    display: inline-block;
    vertical-align: top;
	max-width: 1200px;
	height: 115px;
	inline-size: max-content;
}

.tm-navbar .tm-navbar-wrapper .tm-nav .tm-nav-wrapper > .uk-navbar-nav > li {
    text-align: left;
}
.uk-navbar-nav > li {
    float: left;
    position: relative;
}

.uk-dropdown-navbar {
    margin-top: 0px;
    background: #105670;
    color: #444444;
    width: auto;
}
.uk-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    margin-top: 5px;
    padding: 30px;
    background: #ffffff;
    color: #444444;
    font-size: 1rem;
    vertical-align: top;
    border: 1px solid rgba(68, 68, 68, 0.08);
}
.uk-dropdown-navbar {
  margin-top: 0px;
  background: #105670;
  color: #444444;
  width: 0px;
}
.uk-navbar-attached .uk-dropdown-navbar {
  margin-top: 0px;
  background: #105670;
  color: #444444;
  width: 0px;
}
.uk-dropdown {
  width: auto;
  padding:0px;
}


.uk-navbar-nav > li > a:before {
	height: 0;
    width: 0%;
    background: none;
    margin-left: 0;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: rgba(255, 255, 255, 0);
    color: #fe5e22;
    outline: none;
}
.uk-navbar-nav > li > a {
color:white;
}
.dropdown {
    position: absolute;
    display: flex;
    top: 50%;
    right: 0%;
}
.dropbtn {
    background-color: #105670;
    color: white;
    padding: 15px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.show {
    display: block;
    margin-top: 46px;
}
.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.tm-block-full-width.tm-block-divider:before {
    display:none;
}

div.teaser-center {
	background: #010101;
}

	
.uk-navbar-nav > li > a {
    font-size: 16px;
    height: 115px;
    line-height: 116px;
	padding: 0 13px;
	font-stretch: ultra-condensed;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}



@-webkit-keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}

.blink {
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  -webkit-animation: pulsate 9.2s linear infinite;
  animation: pulsate 9.2s linear infinite;
}

div#myDropdown {
    margin-left: -26px;
	z-index: 99;
}

@media (max-width: 500px) {
	

	html {
		overflow-x: hidden;
	}
	.uk-navbar, .uk-container-center {
    height: auto!important;
    }
	.showtwo {
    display: block;
    margin-top: 56px;
    margin-left: -21px;
	z-index: 99;
	}
		.dropdown-contenttwo {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
	}
	dropbtntwo:hover, .dropbtntwo:focus {
    background-color: #ffffff;
    color: #105670;
	}
	div.uk-container.uk-container-center {
    background: none;
    }
	a, .uk-link {
    color: #30a23300;
	}
	.dropdown {
    top: 8%;
	}
	#myDropdowntwo a {
    visibility: inherit !important;
	}
	.dropdown-contenttwo a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
	}
		.dropbtntwo {
    background-color: #105670;
    color: white;
    padding: 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
	height: 55%;
	}
	nav.tm-navbar.uk-navbar {
    max-height: 60px;
	}
	
	.dropdown-contenttwo {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    background-color: #f1f1f1;
	z-index: 999;
	}
	.showtwo {
    display: block;
    margin-top: 56px;
    margin-left: -21px;
	}
	.tm-slideshow-background {
    position: absolute;
    box-sizing: border-box;
    max-width: 100%!important;
    min-height: auto!important;
	height: auto!important;
	background-position: 50%;
    background-size: cover;
	}
	ul.slides {
	position: relative;
    height: 140px!important;
	}
	.tm-top-a.uk-grid {
	background: url(/images/bkg_header.png) 10% no-repeat;	
	}
	
	
}
