body,
html {
    width: 100%;
    height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}
.topnav {
    font-size: 14px;
}
.bigtile {
    margin: 0;
    padding: 0;
    position: relative;
}
.bigtileimg {
    width: 100%;
    padding: 0;
    margin: 0;
}
.overpic {
    background-color: white;
    margin-top: -80px;
    padding: 30px;
    padding-top: 10px;
    margin-bottom: 50px;
}
.langclick img{
  width:30px;
  float:right;
  margin-left: 5px;
  margin-top: 14px;
}
.firstlang img{
margin-right: 15px;
}
.lastlang img{
margin-left: 20px;
}
.rightfoot {
    text-align: right;
}
.overpic p {
    color: rgb(111, 111, 111);
}
.overpic h3 {
    font-size: 16px;
    font-weight: light;
}
.overpic h2 {
    font-family: 'Lora', serif;
    color: rgb(240, 168, 0);
    margin-bottom: 20px;
}
.overpic h2 img {
    margin-top: -10px;
    margin-right: 20px;
    height: 30px;
}
.lead {
    font-size: 15px;
    font-weight: light;
    text-align: justify;
}
.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
    padding: 20px 0px;
}
.navbar-brand{
  cursor: pointer !important;
}
.navbar-default .navbar-nav>li>a {
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer !important;
}
.navbar-default .navbar-nav>li>a:hover {
    color: rgb(240, 168, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
footer a {
    color: rgb(240, 168, 0);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
footer a:hover {
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footerpic {
    height: 100px;
}
.carousel-indicators {
    bottom: 0;
    margin-bottom: -40px;
    position: absolute;
}
.fourdividers {
    margin-top: 80px;
}
.carousel-indicators li {
    border-color: #000;
}
.carousel-indicators .active {
    background-color: #000;
}
.navbar-brand img {
    height: 60px;
    margin-top: -20px;
}
#kontakt a {
    color: #fff;
    color: white !important;
}
#kontakt a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.maintitle {
    text-align: center;
    text-transform: uppercase;
    color: rgb(240, 168, 0);
    font-family: 'Lora', serif;
    margin-top: 60px;
    margin-bottom: 60px;
    clear:both;
}
.onefourth p {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
}
.intro-header {
    padding-top: 100px;
    /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */

    padding-bottom: 50px;
    text-align: center;
    color: #ffffff;
    background: url(../img/home.jpg) no-repeat center center;
    background-size: cover;
}
.intro-message {
    position: relative;
    padding-top: 50%;
    padding-bottom: 20%;
}
.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}
.intro-divider {
    width: 400px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message > h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
}
.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
.content-section-a {
    padding: 50px 0;
    background-color: #ffffff;
}
.content-section-b {
    padding: 50px 0;
}
.section-heading {
    margin-bottom: 30px;
}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}
.banner {
    padding: 15px 0;
    color: #ffffff;
    background: rgb(240, 168, 0);
    background-size: cover;
}
.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}
.banner ul {
    margin-bottom: 0;
}
.banner-social-buttons {
    float: right;
    margin-top: 0;
}
@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}
@media(max-width:767px) {
  .langclick img{
    width:50px;
    float:right;
    margin-left: 5px;
    margin-top: 14px;
  }
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }
    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}
footer {
    padding: 50px 0;
    background-color: #ffffff;
}
p.copyright {
    margin: 15px 0 0;
}
.content-section-a{
  padding-top:0;
}
.maintitle{
  font-size: 25px;
}
.lead{
  font-size: 13px;
}
.carousel-indicators{
  margin-bottom: -70px;
}
.overpic {
    background-color: white;
    margin-top: -45px;
    padding: 30px;
    padding-top: 10px;
    margin-bottom: 50px;
}
.onefourth{
  margin-top: 50px;
  font-size: 13px;
}
.overpic p {
    color: rgb(111, 111, 111);
}
.overpic h3 {
    font-size: 16px;
    font-weight: light;
}
.overpic h2 {
    font-family: 'Lora', serif;
    color: rgb(240, 168, 0);
    margin-bottom: 20px;
    font-size:25px;
}
.overpic h2 img {
    margin-top: -10px;
    margin-right: 20px;
    height: 30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: rgb(240, 168, 0);
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: rgb(240, 168, 0);
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
    background-color: #ffffff;
}
.navbar-default .navbar-toggle{
  border-color: transparent;
}
}
