@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
body, html{
  height: 100%;
  width: 100%;
}

body{
  background: #fff;
  color: #004664;
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;	
  line-height: 1.5em;
  font-weight:400;
  letter-spacing: 0.05em;
  padding-top: 70px;
  position: relative;
  letter-spacing: 0.01em;
}

a, a:link, a:visited{
    color: #009ed5;
}
a:hover, a:focus, a.current, a.active, .active a{
	color: #004664;
	text-decoration: none;
}

.trans, a,.navbar-toggle, .navbar-default .navbar-toggle .icon-bar {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.smooth, 
.navbar-default ,
.navbar-default .container,
.navbar-default .navbar-nav a::after {
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
}

h1{
  letter-spacing: 0.05em;
  color: #333333;
  font-weight: 300;
  text-align: center;
  font-size: 2.25em;
  padding-bottom: 1em;
} 
h1 strong{
  color: #004664;
  font-weight: 300;
} 
h2, h3, h4{
  letter-spacing: 0.05em;
  color: #004664;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
} 

h2{
  margin: 0 0 30px 0;
  padding: 0 0 11px 0;
  font-size: 2.1em;
  color: #004664;
  display: block;
  position: relative;
}

h3{
  margin: 0 0 25px 0;
  padding: 0 0 8px 0;
  font-size: 1em;
  color: #009ed5;
  display: inline-block;
  position: relative;
}
.text-container h3{
  margin: 40px 0 15px 0;
  padding: 0;
  font-size: 1.6em;
  color: #009ed5;
  display: inline-block;
  position: relative;
}
.text-container h3:first-child{
  margin-top: 0;
}
.text-container h4{
  margin: 24px 0 10px 0;
  padding: 0;
  font-size: 1.2em;
  color: #004664;
  display: inline-block;
  position: relative;
}

.text-container h5{
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1em;
}

.fullscreener{
  display: block;
  background: #e5e5e5 url(../images/siteimage_default.jpg) no-repeat center center;
  background-size: cover;
  text-align: left;
  padding: 7vh 0 24vh 0;
  min-height: 30vh;
}

.fullscreener h3{
  display: block;
  position: relative;
  padding: .9em;
  margin: 0;
  color: #FFF;
  background: rgba(0,70,100, .98);	 
  font-size: 1.1em;
  letter-spacing: 0.06em;
  font-weight: 300;
  text-align: left;
} 

.form-control {
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 2px solid rgb(204, 204, 204);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    color: rgb(85, 85, 85);
}
.btn-default {
    background-color: #004664;
    border: 1px solid #004664;
    color: rgb(255,255,255);
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 1.1em;
}
.btn-default:hover, .btn-default:focus{
  background: #FFFFFF;
  color: #004664;
  font-weight: 500;
  border-color: #004664; 
}

/* @group navbar */
.navbar-default{
	border-radius: 0;
    -webkit-border-radius: 0; 
    min-height: 70px;
    border: none;
	background: rgba(255,255,255,1); 
	margin-bottom: 0;
	z-index: 500;
	overflow: visible;
    padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
.navbar-default.affix{
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
.navbar-brand{
	height: auto;
	display: block;
	padding: 10px 15px;
    overflow: visible; 
}
.navbar-brand img{
	max-width: 130px;
}

.navbar-default .navbar-nav > li > a {
    color: #004664;
    border:none;
    padding: 12px 0;
    margin: 0 10px;
    letter-spacing: 0.05em;
    background: rgba(0, 0, 0, 0);
    font-size: 1em;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #009ed5;
	background: transparent;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border: none;
    border-radius:0px;
    -webkit-border-radius: 0;
    margin: 10px 10px;
  	padding: 15px 15px 9px;
  	background: transparent;
}
.navbar-toggle .icon-bar {
    height: 3px;
    line-height: 50px;
    width: 40px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #004664;
    margin: 0 0 6px 0;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
    background: #009ed5;
    border:none;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 80vh;
    padding-bottom: 10px;
}

/* @end */

/* @group content */
.embed-responsive{
 	margin: 30px 0; 
}
article{
  padding-top: 45px;
  padding-bottom: 45px;
}

.content.default article{
	min-height: 50vh;
}
article p{
  margin-bottom: 9px;
  font-size: 0.95em;
  font-weight: 300;
  line-height: 1.45em;
  letter-spacing: 0.025em;
}
.headline-container h4{
  display: none;
}

article ul{
  padding-left: 15px;
  margin-bottom: 9px;
  font-size: 0.95em;
  font-weight: 300;
  line-height: 1.45em;
  letter-spacing: 0.025em;
}
article ul li{
  padding-bottom: 7px;
}

.gray{
  background: #ededed;
}


.partner h3{
  color: #004664;
}

.partner h3::after {
  position: absolute;
  left: 40%;
  bottom: 0;
  display: block;
  content: '';
  width: 20%;
  height: 1px;
  background: #004664;
}
.partner a, .partner a:link, .partner a:visited{
  color: #004664;
  padding-bottom: 11px;
  display: inline-block;
  
}

.partner a:hover, .partner a:focus{
  color: #009ed5;
  letter-spacing: 0.1em;
}


.contact{
  background: #004664;
  color: #FFF;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
contact p{
  margin-bottom: 7px;
}
.contact h3::after {
  position: absolute;
  left: 40%;
  bottom: 0;
  display: block;
  content: '';
  width: 20%;
  height: 1px;
  background: #009ed5;
}
.contact a:hover, .contact a:focus{
  color: #FFF;
}
/* @end */


/* @group sidebar */

.kontakt{
  display: block;
  padding: 45px 25px;
  background: #f0f0f0;
  margin-top: 5px;
}
.kontakt h4{
  color: #004664;
  margin: 0 0 15px 0;
  padding: 10px 0 15px 0;
  font-weight: 600;
  font-size: 1.4em;
}
.kontakt p{
  margin-bottom: 25px;
  line-height: 1.5em;
}
.kontakt a, .kontakt a:link, .kontakt a:visited{
  color: #004664;
}
/* @end */ 

.googlemap{
  display: block;
  height: 450px;
}
.portrait{
  padding: 0 45px 15px 0;
}
 
/* @group footer */
footer{
  background: #ffffff;
  padding: 20px 0 20px 0;
  color:  #014665;
  font-size: 0.9em;
  text-align: center;
}
footer a, footer a:link, footer a:visited{
    color: #014665;
}
footer a:hover, footer a:focus{
    color: #009ed5;
}
footer h1,footer h2,footer h3,footer h4{
  text-align: left;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}




/* @end */








/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 440px) {
	h1 {
  		font-size: 1.45em;
	}
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 767px) {
	.navbar-default{
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	      box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
    }
	.navbar-default .navbar-nav > li > a{
  		padding: 17px 10px;
  		margin: 0;
  		text-align: center;
  		display: block;
  		font-size: 1.2em;
	}
	.portrait{
	  padding: 0 30px 10px 30px;
	}
}
@media  (min-width: 768px) {
	.navbar-brand{
	height: 70px;
	display: block;
	padding: 7px 0 0 15px;
    overflow: visible; 
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	    margin-left: 0;
	}
	.navbar-brand img{
		max-width: 150px;
	}
	.navbar-default{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.navbar-default.affix{
	    padding-top: 5px;
		padding-bottom: 5px;
	}
	ul.nav{
  		margin-top: 15px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	body{
  		padding-top: 135px;
	}
	.navbar-header, .navbar-brand {
    float: none;
    text-align: center;
	}
	.navbar-brand{
	height: 70px;
	display: inline-block;
	padding: 0;
    overflow: visible; 
    margin: 15px auto 0;
	}
	.navbar-brand img{
	  padding: 0;
	}
	.navbar-default, .navbar-default.affix{
		padding-top: 0px;
		margin-top: 0px;
		padding-bottom: 10px;
		text-align: center;
	}
	.navbar-right {
	    float: none;
	    text-align: center;
	    margin: 0;
	    width: 100%;
	}
	ul.nav{
  		margin-top: 0px;
	}
	.navbar-nav > li {
    float: none;
    display: inline-block;
    text-align: center;
	}
	.navbar-default .navbar-nav > li > a{
  		padding-top: 4px;
  		margin: 0 5px;
	}

}
@media (min-width: 1024px) {
	body{
  		padding-top: 115px;
	}
	article{
	  padding-top: 65px;
	  padding-bottom: 65px;
	}
}





