body {
  /*min-height: 2000px;*/
  background-color: #505050;
}
body.start {
    background-color: white; /*#7ebbe5;*/
}
body.start .bg_wrapper {
    background: url(images/bg-colored.jpg) left top no-repeat;
    background-size: 100% 100%;
}

#navbar {
    font-size: 20px;
}
.navbar-static-top {
  margin-bottom: 0;
  padding-top: 4%;
}
.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
	background-color: transparent;
}
.navbar-header {
	float: right;
}
.navbar-logo img {
    margin: 18px 0;
}
.navbar-nav {
    margin: 0 15px 5px -15px;
}

#navbar .navbar-nav .active li a, #navbar .navbar-nav .active a, #navbar .navbar-nav li a:hover{
    background-color: transparent !important;
}
#navbar .navbar-nav li a:hover{
    color: #ea4f1c;
}
#navbar .navbar-nav li:after {
    content: "";
    font-size: 16px;
    border-right: solid #35362e 1px;
}
#navbar .navbar-nav li:last-child:after {
    content: "";
    font-size: 16px;
    border: none;
}
#navbar .nav li a {
    padding: 0 8px 0 8px;
    display: inline;
    color: #35362e;
}

.bottom-align-text {
    position: absolute;
    bottom: 0;
}


.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  /*min-height: 60px;*/
  background: none;
  color: #333333;
    margin-top: 35px;
}
.footer a {
  color: white;
}

.footer .nav a:hover {
	background-color: transparent;
	color: #ffffff;
}
.footer .nav.navbar-nav {
    background-color: rgba(0, 0, 0, 0.62);
    margin: 0 0 0 51px;
    width: 290px;
}

.footer .nav li a {
    padding: 10px 15px;
    display: inline-block;
}

.footer .navbar-nav li:after {
    content: "";
    font-size: 16px;
    border-right: solid white 1px;
}
.footer .navbar-nav li:last-child:after {
    content: "";
    font-size: 16px;
    border: none;
}

.content-page .footer {
    background-color: rgba(0, 0, 0, 0.62);
}
.content-page .footer .nav.navbar-nav {
    background-color: transparent;
}

.text-container {
    margin-top: 50px;
    font-size: 16px;
    color: #ffffff;
}
.text-container h1 {
    font-size: 18px;
    margin-top: 0;
    font-weight: normal;
}
.text-container h2, .hauptkategorien li a {
    font-size: 16px;
    /*font-weight: bold;*/
    margin-bottom: 20px;
}
.text-container h2 {
    margin-top: 50px;
}
.text-container h2:first-of-type {
    margin-top: 60px;
}

.navbar-header, .navbar-toggle {
    float: left;
}

.navbar-toggle {
    top: 15px;
    margin-left: 10px;
    border: none;
}

/* startseite */
body.start .container.haupt-container {
    min-height: 657px;
}

.startseite-kontaktbox {
    width: 190px;
    background-color: rgba(0, 0, 0, 0.62);
    color: white;
    padding: 12px;
    margin-left: 51px;
    margin-top: 0px;
    /*font-weight: bold;*/
    font-size: 16px;
    letter-spacing: 0.03em;
}
.maillink, .maillink:hover, .maillink:active, .maillink:visited, .maillink:link {
    color: white;
    font-weight: normal;
    font-size: 15px;
}



.hauptkategorien li {
    padding-bottom: 5px;
}
.hauptkategorien li a {
    text-decoration: none;
    color: white;
    font-weight: normal !important;
}

.hauptkategorien li a:hover:after {
    position: absolute; /* Prevent underline of arrow */
    padding-left:4px; /* Add a little space between text and arrow */
    content: "\00bb"; /* Unicode hex for &raquo; */
    color: #ea4f1c;
}
.arrow-left a {
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}
.arrow-left.back-bottom a {
    margin-top: 15px;
}
.arrow-left a {
    color: #c6c6c6;
    text-decoration: none;
}
.arrow-left a:before {
    padding-right:4px; /* Add a little space between text and arrow */
    content: "\00AB"; /* Unicode hex for &raquo; */
    color: #ea4f1c;
}

ul.hauptkategorien {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 60px;
}

.text-block-detail {
    margin-left: 15px;
}
.text-block-detail:before {
    margin-left: -15px;
    margin-right: 11px;
    content: "|";
    font-weight: bold;
}
.gf-style, .gf-style:before, .gf-style:after {
    font-weight: bold;
    color: #ea4f1c;
}
.gf-style:before {
    content: "g";
    color: white;
}
.gf-style:after {
    content: "f:";
    color: white;
}

.content-page .navbar-default {
    background-color: white;
}

/* slick */
.image-caption {
    margin-top: -28px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: rgba(0,0,0,0.6);
    display: block;
    color: white;
    padding-right: 10px;
    text-align: right;
    width: 100%;
    height: 100%;
    position: relative;
}

/* scroll fade in */
.fadeInBlock {
    opacity:0;
}
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom: 45px;
    right:20px;
    width:26px;
    height:26px;
    border:none;
    transform: rotate(180deg);
    text-align: center;
    color: #ffffff;
    /*text-indent:100%;
    background:url(images/ui2.png) no-repeat left top;
    color: transparent;
    overflow:hidden;*/
}
#toTop:hover {
    /*transform: rotate(0deg);*/
    -webkit-animation:spin 0.5s linear;
    -moz-animation:spin 0.5s linear;
    animation:spin 0.5s linear;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    /*background:url(images/ui.png) no-repeat left -51px;*/
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


#toTop:active, #toTop:focus {
    outline:none;
}

.neon {
    -webkit-animation: neon 2s ease-in-out infinite alternate;
    -moz-animation: neon 2s ease-in-out infinite alternate;
    animation: neon 2s ease-in-out infinite alternate;
    font-size: 26px !important;
    line-height: 26px !important;
    text-align: center !important;
}
/*glow for webkit*/
@-webkit-keyframes neon {
    0% { color: #fff; }
    100% { color: #ea4f1c; }
}
/*glow for mozilla*/
@-moz-keyframes neon {
    0% { color: #fff; }
    100% { color: #ea4f1c; }
}
/*glow*/
@keyframes neon {
    0% { color: #fff; }
    100% { color: #ea4f1c; }
}

/* XS */
@media (max-width: 767px) {

    .nav.navbar-nav li {
        display: inline-block;
    }

    #toTop {
        transform: rotate(0deg);
    }
}

/* SM */
@media (min-width: 768px) {

    .text-container h2:first-of-type {
        margin-top: 80px;
    }

    .navbar-header, .navbar-toggle {
        float: right;
    }

    #navbar .nav.navbar-nav {
        position: absolute;
        bottom: 0;
    }

    .navbar-logo img {
        margin: 0;
    }

    .content-page .footer {
        background-color: transparent;
    }

    .content-page .footer .nav.navbar-nav {
        background-color: rgba(0, 0, 0, 0.62);
    }
}

/* MD */
@media (min-width: 992px) {

    .text-container {
        font-size: 16px;
        color: #ffffff;
    }
    .text-container h1 {
        font-size: 25px;
        margin-top: 0;
    }
    .text-container h2, .hauptkategorien li a {
        font-size: 20px;
        /*font-weight: bold;*/
    }
}

/* LG */
@media (min-width: 1200px) {

}
