body, html {
    margin:  0 auto;
    height: 100%;
}

.hero-image {
    background-image: url(../img/header.png);
    height: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 2px 2px 4px #000000;

}
.hero-text h1 {
    font-size: 6em;
    font-family: 'Roboto', sans-serif;
}
.hero-text p {
    font-size: 30px;
    font-family: 'Open sans', sans-serif;
    color: white;
    text-shadow: 2px 2px 2px #000000;
}

h1, {
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
}
h2 {
    font-size: 3em;
    font-family: 'Open sans', sans-serif;
    color: #004680;
    margin-top: 10%;
}
h3, h4 {
    font-family: 'Open Sans', sans-serif;

}
.hero-text2 p {
    font-size: 2em;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

.navbar-default {
    background-color: #004680;
    border-color: #004680;
    height: 80px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #004680;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    background-color: #0077B3;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    margin-top: 13px; 
}

.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 23px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0077B3;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.thumbnail{
    position:relative;
    
}
.blok {
}
.blok p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #696969;
    line-height: 23px;
}
.blok h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #4972b7;
    line-height: 20px;
}
.blok span {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #1e4d9c;
    line-height: 20px;
}

.footer {
    font-family: 'Open Sans', sans-serif;
    background-color: #004680;
    color: #fff;
    padding: 50px 50px;
    font-size: 14px;
    
}
.footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.social {
    margin-top: -5px;
}
.link {
    font-size: 15px;
    color: #fff;
}
.social2 {
    padding: 10px 10px;
    color: #fff;
}

.galerie {
    margin: 0 auto;
    }
.galerie h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #4972b7;
    line-height: 20px;
}
.box {
    min-height: 350px;
    border: 1px solid #0088cc;
    border-top: 1px solid #0088cc;
    color: #0077b3;
    margin-top:10%;
    box-shadow: 0px 0px 2px #000000;    
    padding: 8px;
    border-radius: 10px;
}
.img-pool {
    border-radius: 10px;
}
a.link {
    text-decoration: none;
}
.btn {
    border-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.box p {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
hr {
    border-top: 1px solid #0077b3;
    width: 50%;
}
hr.header {
    border-top: 3px solid #fff;
    width: 100%;
    box-shadow: 2px 2px 4px #000000;    
}
.formular {
  font-family: 'Open Sans', sans-serif;    
  color: #fff;    
  background-color: #0077b3;
  padding-bottom: 30px;    
}
.formular h3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.g-recaptcha {
    margin-left: 160px;
    transform:scale(0.70);
    transform-origin:0 0;
}

@media only screen and (max-width: 460px) {
     h1 {
    font-size: 2em;
}

    .obr {
        width: 50%;
        height: auto;
    }

    .tab {
        margin-bottom: 10px;
    }
    .galerie {
        margin-left: 30px;
        margin-right: 0px
    }
    .blok {
    padding: 50px 0 10px;
    position: relative;
}

    .blok h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #4972b7;
    line-height: 20px;
}
    .blok span {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #1e4d9c;
    line-height: 20px;
}
    .blok p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #727272;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
}
    
.navbar-brand {
    margin-top: 5px;
}
.g-recaptcha {
    margin-left: 20px;
    transform:scale(0.70);
    transform-origin:0 0;
}

    
}


@media only screen and (max-width: 767px) {
.logo {
    position: absolute;
    top:0; bottom:0; left:0; right:0;
    margin: auto;
    width: 80%;
}
    .hero-text h1 {
        font-size: 2em;
    }

    .hero-text p {
        font-size: 1.4em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3, h4 {
    font-size: 1.5em;    
    font-family: 'Open Sans', sans-serif;

}
    hr.header {
    border-top: 2px solid #fff;
    width: 100%;
    box-shadow: 2px 2px 4px #000000;    
}
    .gal {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    }
    .blok h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #4972b7;
    line-height: 20px;
}
    .blok span {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #1e4d9c;
    line-height: 20px;
}
    .blok p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #727272;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
}    
.navbar-brand {
    margin-top: 5px;
}
.g-recaptcha {
    margin-left: 40px;
    transform:scale(0.70);
    transform-origin:0 0;
}
    
}

@media only screen and (min-width: 992px) {
  



}