/* My CSS Start*/
@font-face {
    font-family: PT_Sans;
    src: url('../fonts/PT-Sans/PT_Sans-Web-Bold.ttf');
}

@font-face {
    font-family: BerlinerGroD;
    src: url('../fonts/BerlinerGroD/BerlinerGroD-DemiBold.otf');
}

@font-face {
    font-family: OpenSans;
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: RobotoSlab;
    src: url('../fonts/Roboto_Slab/RobotoSlab-Regular.ttf');
}

body {
    background-color: #b8cbd7;
    font-family: Open Sans;
    font-size: 10.5pt;
}

a {
    color: #008597;
}

a:hover{
    color: #1c7999;
}

.anchor {
    position: absolute;
    height: 1px;
    width: 100%;
    margin-top: -70px;
    padding-top: 70px;
    z-index: -20;
}

.content {
    margin-top: 40px;
}

#main-slider {
    overflow: hidden;
    /*margin-bottom: 40px;*/
}

.white {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.6);
    background-color: white;
}

.bg {
    width: 100%;
    background-image: url('../images/199022_7249.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: lightgreen;
}

#content {
    position: relative;
    background-color: #d8e6b2;
    padding-bottom: 15px;
}

.logo a {
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%; /* your iframe height */
}

footer {
    color: white;
    border-bottom: 8px solid #3c819e;
    background-color: #67aec8;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
}

footer .container-fluid p{
    margin: 0;
}

footer .container-fluid a{
    color: white;
}

.overlay div {
    border-radius: 5px;
    border: 1px solid grey;
    text-align: center;
    position: relative;
    height: 10%;
    width: 10%;
}

.overlay div a {
    transition: all 0.3s;
    color: transparent;
}

.overlay div:hover a {
    text-decoration: none;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
}

.xanten {
    left: 29%;
    top: 3%;
}

.sonsbeck {
    left: 3%;
    top: 29%;
}

.alpen {
    left: 52%;
    top: 43%;
}

.rheinberg {
    left: 80%;
    top: 55%;
}

.overlay a {
    display: block;
    height: 100%;
    width: 100%;
}

#nav_block {
    height: 60px;
    width: 100%;
    position: relative;
}

#page-breadcrumb {
    height: 100px;
    width: 100%;
    background-color: #DBDCD7;
    position: relative;
    overflow: hidden;
}

#page-breadcrumb .container {
    height: 100%;
}

.page-slider-box {
    display: inline-block;
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    max-height: 300px;
    border-bottom: 4px solid rgb(164, 189, 47);
}

.page-slider-box div {
    display: block;
    position: relative;
}

.page-slider-box h1 {
    display: inline-block;
    font-size: 28px;
    margin-top: 15px;
}

.page-slider-box div:last-child {
    display: inline-block;
    margin-bottom: 15px;
}

.breadcrumb-bg {
    background-size: cover;
    background-position: center;

    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.7);
    height: 100px;
    position: absolute;
    width: 100%;
}

.page-slider-box span {
    position: relative;
    top: 25%;
    text-align: center;
}

.page-slider-box a {
    font-size: 12px;
    color: black;
}

footer .btn-success {
    background-color: #008597;
    border-color: #AFB0AB;
}

footer .btn-success:hover {
    background-color: white;
    color: #777;
    border-color: #008597;
}

footer .btn-success:active {
    background-color: #008597;
    border-color: white;
}

footer .btn-success:focus {
    background-color: #008597;
    border-color: white;
}

.logo img {
    margin: 10px;
    padding: 10px;
    max-width: 200px;
}

.header {
    text-decoration: none !important;
}

.header h2 {
    margin-left: 15px;
    font-weight: 600;
    margin-top: 50px;
}

.logoSmall {
    display: none;
}

.logoSmall img {
    margin: 10px;
    padding: 10px;
    max-width: 70px;
}

.hamburger {
    padding: 10px;
    padding-bottom: 4px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-nav {
    margin-top: 0px;
}

.navbar-default {
    min-height: 0;
    background-color: #1c7999;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}

.navbar-default .navbar-nav > li a {
    font-family: BerlinerGroD;
    color: white;
    font-size: 26px;
    padding: 10px 20px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #1c7999 !important;
    background-color: #fefefe;
}

.dropdown-menu > .active > a {
    color: #333;
    background-color: #eee;
}

.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #1c7999 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fefefe;
}

h1, h2, h3, h4 {
    font-family: RobotoSlab;
    color: #1c7999;
}

#kontaktformular {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*.navbar a {
    color: white !important;
}*/
/* My CSS End*/

/* Bootstrap CSS Start*/
.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    transform: none;
    -webkit-transform: none;
}

/* Bootstrap CSS End*/

/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

#main-slider {
    margin-top: -10px;
    margin-bottom: -10px;
    max-height: 500px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption {
    right: 0%;
    left: 0%;
}

.carousel-caption h1 {
    display: inline-block;
    padding: 8px 20px;
    text-shadow: none;
    color: #777;
    border-radius: 5px;
    background-color: rgba(226, 241, 250, 0.8);
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    height: 100%;
    background-position-x: center;
    background-position: center;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.gMaps {
    height: 500px;
    width: 100%;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-left {
    margin-left: 20px;
}

/*
 * End Bootstrap - Full Slider (http://startbootstrap.com/)
*/

.margin-top {
    margin-top: 15px;
}

.boxRow {
    border: 2px solid #1c7999;
    background-color: white;
    margin-top: 15px;
    margin-left:0;
    margin-right:0;
}

.boxRow > div {
    padding:10px 15px;
}

.boxes {
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-nav > .social-icons > a {
    display: inline-block;
    padding: 7px 10px;
}

.calendar-header {
    font-family: BerlinerGroD;
    letter-spacing: 1px;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -7px;
    color: white;
    background-color: #7bb229;
    padding:3px;
}

.news-header {
    font-family: BerlinerGroD;
    letter-spacing: 1px;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -7px;
    color: white;
    background-color: #7bb229;
    padding:3px;
}
.margin-right {
    margin-right: 15px;
}
.margin-right-lg {
    margin-right: 30px;
}

.page-content iframe {
    /*width: 100% !important;*/
}

.activeCat {
    font-size: 16px;
    color: #23527c;
}

.list-group-sites .list-group-item {
    border: 0;
    padding: 0px 15px;
}
.social_share_privacy_area li.settings_info {
    display: none;
}

.pluginConnectButton {
    display: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #1c7999;
}

.header-white {
    background-color: white;
}

.social_share_privacy_area.line li .fbshare {
    margin-left: 33px;
    display: none;
}

.shareEmail:hover .fa-envelope-o::before {
    content: "\f0e0";
}

.no-padding-lr > .col-md-12 {
    padding: 0 !important;
}

.no-padding-lr .calendar-header {
    margin: 3px 3px !important;
}

.no-padding-lr img {
    width: 100%;
}