html, p, a{
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 150%;
}

p{
    line-height: 200%;
}

a{
    color: #17a3d0;
}

a:visited{
    color: #17a3d0;
}

a:hover, a:active, a:focus{
    text-decoration: underline;
    color: #17a3d0;
}

.img-container{
    position: relative;
    margin-bottom: 30px;
}

.img-container .img-desc{
    position: absolute;
    top: 0px;
    right: 50px;
    padding: 10px;
    background: #17a3d0;
}

.img-container .img-desc:before{
    position: absolute;
    left: -48px;
    top: 0px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 48px solid #17a3d0;
    border-left: 48px solid transparent;
}

.img-container .img-desc:after{
    content:"";
    position: absolute;
    right: -48px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 48px solid #17a3d0;
    border-right: 48px solid transparent;
}

.img-container .hover{
    position: absolute;
    background: #0088CA;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-align: center;
    padding: 20px;
}

.img-container .hover:hover{
    opacity: 1;
}

.img-container .hover h3, .img-container .hover p{
    color: #fff;
}


.img-container .img-desc p{
    margin: 0;
}

h1, h2, h3, h4, h5, h6, h3 a{
    font-family: "Raleway", Arial, sans-serif !important;
    line-height: 150%;
}

.navbar-default{
    background: transparent;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
    min-height: 95px;
}

.navbar-header{
    min-height: 95px;
}

.navbar-header .navbar-toggle{
    margin-top: 45px;
}

.navbar-nav li.active, .navbar-nav li:hover{
    background: #333333;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover{
    background: none;
    color: #fff;
}

.impressum{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}

.impressum p{
    margin-bottom: 0px;
}

.impressum p a{
    color: #fff;
}

.navbar-default{
    background: #f8f8f8;
    box-shadow: 0px 0px 8px #000;
    z-index: 100;
    position: absolute;
    top: 20px;
    width: 100%;
}

.navbar-brand img{
    height: 60px;
    margin-top: 3px;
}

.navbar-default .navbar-nav>li>a{
    color: #000;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active{
    color: #fff;
}

@media (min-width: 992px){

    .navbar-nav{
        margin-top:23px;
    }

    .navbar-nav li:hover:after, .navbar-nav li.active:after{
        border-top: 50px solid #333333;
        border-right: 50px solid transparent;
    }

    .navbar-nav li:hover:before, .navbar-nav li.active:before{
        border-bottom: 50px solid #333333;
        border-left: 50px solid transparent;
    }

    .navbar-nav li{
        background: #17a3d0;
        margin-right:51px;
    }

    .navbar-nav li:before{
        position: absolute;
        left: -50px;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 50px solid #17a3d0;
        border-left: 50px solid transparent;
    }

    .navbar-nav li:after{
        content:"";
        position: absolute;
        right: -50px;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 50px solid #17a3d0;
        border-right: 50px solid transparent;
    }

    .navbar-default .navbar-nav>li>a{
        color: #fff;
    }

    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active{
        color: #fff;
    }
}

.bannercontainer {
    width:100%;
    position:relative;
    padding:0;
}

h1{
    font-size: 6em;
}

h2{
    font-size: 4em;
}

h3{
    font-size: 3.2em;
}

h4{
    font-size: 2.5em;
}

.neg{
    padding: 15px  40px;
    margin-right: 20px;
    background: #17a3d0;
    color: #000 !important;
    border-radius: 50px;
    font-size: 2em;
    font-family: "Raleway", Arial, sans-serif !important;
}

.caption1-1{
    background: #17a3d0;
    color: #fff;
    padding: 20px;
    display: inline-block;
    position: relative;
    margin-left: 50px;
}

.caption1-1 h2{
    margin: 0px;
    line-height: 100%;
    font-size: 40px;
}

.caption1-1:before{
    position: absolute;
    left: -80px;
    top: 0px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 80px solid #17a3d0;
    border-left: 80px solid transparent;
}

.caption1-1:after{
    content:"";
    position: absolute;
    right: -80px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 80px solid #17a3d0;
    border-right: 80px solid transparent;
}

.caption1-2{
    background: #fff;
    color: #000;
    display: block;
    padding: 20px;
    margin-left: 0px;
}


.caption1-2 h1{
    line-height: 100%;
    margin: 0px;
    font-size: 60px;
}

.caption1-2:before{
    position: absolute;
    left: -100px;
    bottom: 0px;
    content: "";
    width: 0;
    height: 0;
    border-top: 100px solid #fff;
    border-left: 100px solid transparent;
}

.caption1-2:after{
    content:"";
    position: absolute;
    right: -100px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 100px solid #fff;
    border-right: 100px solid transparent;
}

.caption2-1{
    background: #17a3d0;
    color: #fff;
    padding: 15px;
    display: inline-block;
    position: relative;
    margin-left: 50px;
}

.caption2-1 h2{
    margin: 0px;
    line-height: 100%;
    font-size: 20px;
}

.caption2-1:before{
    position: absolute;
    left: -50px;
    top: 0px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #17a3d0;
    border-left: 50px solid transparent;
}

.caption2-1:after{
    content:"";
    position: absolute;
    right: -50px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 50px solid #17a3d0;
    border-right: 50px solid transparent;
}

.caption2-2{
    background: #fff;
    color: #000;
    display: block;
    padding: 15px;
    margin-left: 0px;
}


.caption2-2 h1{
    line-height: 100%;
    margin: 0px;
    font-size: 40px;
}

.caption2-2:before{
    position: absolute;
    left: -70px;
    bottom: 0px;
    content: "";
    width: 0;
    height: 0;
    border-top: 70px solid #fff;
    border-left: 70px solid transparent;
}

.caption2-2:after{
    content:"";
    position: absolute;
    right: -70px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 70px solid #fff;
    border-right: 70px solid transparent;
}

.pagetitle{
    background: #eee;
    color: #17a3d0;
    box-shadow: 0px 2px 2px #888;
    padding-top: 120px;
}

.pagetitle-text{
    font-size: 2.6em;
}

.subtitle{
    color: #17a3d0;
}

.content-container{
    padding-top: 30px;
    padding-bottom: 30px;
}

h2.subtitle{
    font-size: 2em;
    margin-top: 0px;
}

h4.subtitle{
    font-size: 1.5em;
    margin-bottom: 5px;
}

.lead{
    font-size: 1.5em;
    margin-bottom: 10px;
}

.light{
    background: #eee;
}

h1 small{
    color: #888;
}

.img-m{
    margin-top: 15px;
    margin-bottom: 15px;
}

.dark{
    background: #333;
    color: #fff;
}

.footer{
    padding: 20px;
    color: #000;
    background: #f8f8f8;
    box-shadow: 0px 0px 8px #000;
    z-index: 100;
    margin-bottom: 10px;
    width: 100%;
}

.footer h4{
    color: #17a3d0;
    font-size: 1.5em;
}

.footer a{
    color: #17a3d0;
}

.footer2 p{
    margin-bottom: 6px;
    font-size: 12px;
}

.footer2 p a{
    color: #000;
}

.m-bot-20{
    margin-bottom: 20px !important;
}

.m-bot-40{
    margin-bottom: 40px !important;
}

label{
    font-weight: normal;
}

.logo-container{
    width: 1200px;
}

@media (max-width: 1199px){

    .logo-container{
        width: 900px;
    }
}

@media (max-width: 991px){

    .logo-container{
        width: 750px;
    }
}

.img-container .hover h3{
    font-size: 26px;
}