body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

/** do not delete **/
#get {
    background: url(https://http-get.de/get.gif) no-repeat;
}

#maedchenname{
    position:absolute;
    top:-9999px;
    left:-9999px;
}

.enjoy-css {
    width: 300px;
    height: 40px;
    cursor: pointer;
    margin: 0 auto;
    border: 3px solid #137bf0;
    border-radius: 0;
    color: rgb(119, 126, 128);
    text-align: left;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 1px;
    background: rgba(0,0,0,0);
    margin-top: 20px;
}

.no-js .cookies, .no-js .lazy {
    display: none !important;
}

.map {
    width: 100%;
    position: relative;
    height: 300px;
}
.map:before, .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map:before {
    content: '';
    z-index: 1;
}
.map iframe {
    border: none;
}
.map.active {
    z-index: 1
}
.map.active:before {
    z-index: 0
}

/* enable absolute positioning */
.enjoy-cssx {
    width: 300px;
    height: 40px;
    border-radius: 0;
    background: rgb(255, 255, 255);
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 11px;
    pointer-events: none;
    color: #f6a923;
}

.left-addon .glyphicon  {
    left:  0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input  {
    padding-left:  30px;
}

.right-addon input {
    padding-right: 30px;
}

.navbar-top {
    min-height: 35px;
    color: #fff;
    background: linear-gradient(269deg, #f9b848, #f6a923, #df9e2e);
    background-size: 600% 600%;
    -webkit-animation: BG-Navbar-top 18s ease infinite;
    -moz-animation: BG-Navbar-top 18s ease infinite;
    animation: BG-Navbar-top 18s ease infinite;
    line-height: 35px;
}

header {
    padding: 15px;
}

@-webkit-keyframes BG-Navbar-top {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@-moz-keyframes BG-Navbar-top {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@keyframes BG-Navbar-top {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}

.navbar-top-mobil {
    height: 10px;
    background-color: #f9b848;
}

.navbar-default {
    border-radius: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#107ffb+0,1972d6+100 */
    background: #107ffb; /* Old browsers */
    background: -moz-linear-gradient(top,  #107ffb 0%, #1972d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #107ffb 0%,#1972d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #107ffb 0%,#1972d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107ffb', endColorstr='#1972d6',GradientType=0 ); /* IE6-9 */
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    transition: all .3s;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #f6a923;
}

.hvr-underline-from-center::before {
    height: 2px;
    background: #f6a923;
}

.navbar-top ul {
    margin-bottom: 0;
}

.navbar-top li {
    background-color: #ee9a08;
    color: #fff;
    padding: 0 30px;
    font-weight: 100;
    font-size: 14px;
}

.navbar-top a {
    color: #fff;
    transition: all .3s;
}

.navbar-top a:hover {
    color: #eee;
    text-decoration: none;
}

.carousel-indicators .active {
    width: 27px;
    height: 27px;
    background-color: #137bf0;
    border-color: #137bf0;
    border-width: 2px;
    border-radius: 100%;
}

.carousel-indicators li {
    width: 27px;
    height: 27px;
    background-color: #fff;
    border-color: #137bf0;
    border-width: 2px;
    margin: 0;
    border-radius: 100%;
}

.navbar {
    margin-bottom: 0;
    border: none;
}

section .farbauswahl {
    min-height: 600px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#107ffb+0,1972d6+100 */
    background: #107ffb; /* Old browsers */
    background: -moz-linear-gradient(top,  #107ffb 0%, #1972d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #107ffb 0%,#1972d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #107ffb 0%,#1972d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107ffb', endColorstr='#1972d6',GradientType=0 ); /* IE6-9 */
    color: #fff;
    margin-bottom: 50px;
    font-weight: 100;
}

section .farbauswahl .padding-blue {
    padding: 15px;
}

@media screen and (max-width: 900px) {
    h1, .h1 {
        font-size: 24px;
    }
    h2, .h2 {
        font-size: 20px;
    }
}

section .kategorie-preview .panel-default {
    border-radius: 0;
}

section .kategorie-preview .panel-body {
    position: relative;
    padding: 0;
}

section .kategorie-preview .panel-default {
    border: 2px solid #137bf0;
}

section .kategorie-preview .panel-footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#107ffb+0,1972d6+100 */
    background: #107ffb; /* Old browsers */
    background: -moz-linear-gradient(top,  #107ffb 0%, #1972d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #107ffb 0%,#1972d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #107ffb 0%,#1972d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107ffb', endColorstr='#1972d6',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    border-top: none;
}

section .kategorie-preview .panel-body .overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(19,123,240,.8);
    transition: all .6s;
    color: #fff;
}

section .kategorie-preview .panel-body:hover .overlay {
    opacity: 1;
}

section .kategorie-preview a:hover {
    text-decoration: none;
}

section .kategorie-preview a {
    text-decoration: none;
}

section .kategorie-preview .panel-body .fa {
    position: absolute;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 500;
    text-align: center;
    background-color: rgba(246,169,35,.95);
    color: #ffffff;
    border-color: #0b3a66;
}

section .home-text {
    color: #929292;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 100px;
}

section .home-text2 {
    color: #929292;
    font-size: 18px;
    margin-top: 50px;
}

.ueberuns-text {
    color: #929292;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 100px;
}

section .home-text h1 {
    color: #137bf0;
    text-transform: uppercase;
}

section .home-text h1:after {
    content: '';
    height: 2px;
    width: 100px;
    background: #137bf0;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;

}

.slogan {
    font-family: 'Shadows Into Light', cursive;
    font-size: 28px;
    color: grey;
    transform: rotate(-2deg);
    text-align: center;
    margin-top: 15px;
}

footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#107ffb+0,1972d6+100 */
    background: #107ffb; /* Old browsers */
    background: -moz-linear-gradient(top,  #107ffb 0%, #1972d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #107ffb 0%,#1972d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #107ffb 0%,#1972d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107ffb', endColorstr='#1972d6',GradientType=0 ); /* IE6-9 */
    color: #fff;
    min-height: 380px;
    padding: 50px 0;
    font-size: 18px;
}

footer h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer p {
    margin-top: 15px;
}

.footer-infotext {
    font-size: 16px;
    margin-top: 20px;
}

.after-footer {
    background-color: #1a70d0;
    color: #fff;
    font-weight: 100;
    min-height: 50px;
    line-height: 50px;
}

.after-footer a {
    color: #fff;
    transition: all .3s;
}

.after-footer a:hover {
    color: #f6a923;
    text-decoration: none;
}

footer a {
    color: #ffffff;
    transition: all 3s;
}

footer a:hover, footer a:focus {
    color: #f6a923;
}

.signet {
    max-width: 120px;
}

/*
::selection {
    background: #fff;
    color: #137bf0;
}

::-webkit-selection {
    background: #fff;
    color: #137bf0;
}

::-moz-selection {
    background: #fff;
    color: #137bf0;
}*/

b {
    font-weight: 600;
}

section #kontakt-intro {
    margin-top: 80px;
}

#kontaktpage .well {
    border-radius: 0;
    border-color: #f6a923;
    background-color: #fff;
    position: relative;
    font-weight: 100;
    text-align: center;
    padding: 0;
}

#kontaktpage .well .fa {
    position: relative;
    top: -30px;
    margin: 0 auto;
    color: #137bf0;
    background-color: #fff;
    padding: 0 40px;
}

.kontakt-header {
    background-image: url('/img/kontakt-header.jpg');
    background-size: cover;
    min-height: 600px;
    color: #fff;
    position: relative;
}

.kontakt-header h1 {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 75px;
}

#kontaktformular .form-control {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 2px;
    border-color: #f9b848;
    min-height: 50px;
    background-color: rgba(255,255,255,.5);
    box-shadow: none;
}

#kontaktformular {
    min-height: 50px;
    margin-bottom: 120px;
    padding: 100px 15px;
}

#kontaktformular form {
    max-width: 600px;
    margin: 0 auto;
    background-color: rgba(255,255,255,.5);
    padding: 20px 40px;
    border-radius: 4px;
}

#kontakt-row{
    margin-right: 0;
}

textarea {
    resize: vertical;
}

.kontakt-text {
    color: #137bf0;
    font-family: 'Shadows Into Light', cursive;
    text-align: center;
    transform: rotate(-2deg);
    font-size: 34px;
    margin-top: 30px;
    font-weight: 700;
}

.btn-strd, .btn.primary-background {
    background-color: #137bf0 !important;
    border-radius: 0;
    border: 2px solid #1a70d0 !important;
    color: #fff;
    transition: all .3s;
}

.btn-strd:hover, .btn.primary-background:hover {
    background-color: #fff !important;
    border-radius: 0;
    border: 2px solid #1a70d0 !important;
    color: #137bf0 !important;
}

.btn-detail {
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #1a70d0;
    color: #137bf0;
    transition: all .3s;
}

.btn-detail:hover {
    background-color: #137bf0;
    border-radius: 0;
    border: 2px solid #1a70d0;
    color: #fff;
}

.navbar-default .navbar-toggle {
    border: 1px solid transparent;
    border-radius: 0;
    transition: all .3s;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #f9b848;
}

a#kontakt-scroll {
    color: #fff;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    text-align: center;
}

.kontakt-well {
    border-radius: 0;
    min-height: 200px;
    border:2px #137bf0 solid;
}

.page-intro--text {
    font-size: 16px;
    font-weight: 100;
}

#ueber .panel {
    box-shadow: 0 2px 5px rgba(0,0,0,0.19), 0 2px 2px rgba(0,0,0,0.23);
}

#ueber .panel-default {
    border-radius: 0;
    border: none;
}

#ueber .panel-heading {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#107ffb+0,1972d6+100 */
    background: #107ffb; /* Old browsers */
    background: -moz-linear-gradient(top,  #107ffb 0%, #1972d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #107ffb 0%,#1972d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #107ffb 0%,#1972d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107ffb', endColorstr='#1972d6',GradientType=0 ); /* IE6-9 */
    border-bottom: 2px #f6a923 solid;
    color: #fff;
    border-radius: 0;
    padding: 15px;
}

#ueber .panel-body {
    min-height: 350px;
}

#ueber .panel-body li {
    margin: 8px 0;
}

.product-page .thumbnail {
    padding: 0;
    transition: all 0.3s;
    border-radius: 0;
    border: 1px transparent solid;
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.09);
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.09);
}

.product-page .thumbnail:hover {
    padding: 0;
    border-radius: 0;
    border: 1px #f6a923 solid;
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.27);
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.27);
}

.product-page .thumbnail:hover .caption {
    background-color: #f6a923;
    color: #fff;
    transition: all .3s;
}

.product-page .thumbnail .caption {
    border-top: 1px #137bf0 solid;
}

.product-page .thumbnail:hover .product-title {
    color: #fff;
}

.product-title {
    color: #137bf0;
    font-size: 16px;
    text-transform: uppercase;
    min-height: 42px;
    font-weight: 700;
}

.poduct-description {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 1rem;
}

h2, .h2 {
    color: #f6a923;
}

h2:after, .h2:after {
    content: '';
    height: 1px;
    width: 70px;
    background: #f6a923;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.error-page h2:after, .error-page .h2:after {
    display: none;
}

.impressum-more {
    font-size: 14px;
}

.produktbild:hover {
    cursor: pointer;
}

.tab-content {
    padding: 15px 20px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    background-color: #137bf0;
    color: #fff;
    border: 1px #f6a923 solid;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.nav-tabs.nav-justified > li > a {
    border: 1px #f6a923 solid;
    color: #137bf0;
}

.nav-tabs.nav-justified > li > a:hover {
    border: 1px #f6a923 solid;
    color: #fff;
    background-color: #137bf0;
}

#collapse-myTab .panel-heading {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #137bf0;
    color: #fff;
    padding: 15px 20px;
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.12);
}

#myTab {
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.12);
}

.tab-content {
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.19);
}

.tab-content h4 {
    color: #137bf0;
    font-size: 22px;
}

/* Trenner */
.divider {
    margin: 1rem 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(0,0,0,.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: table;
    white-space: nowrap;
    height: auto;
    text-align: center;
}

.divider:before,
.divider:after {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC) no-repeat right 1em top 50%;
}

.divider:after {
    background-position: left 1em top 50%;
}

.well-color {
    background-color: #fff;
    border-radius: 0;
    min-height: 550px;
    margin: 15px 0;
    color: #000;
}

.search-heading {
    font-size: 20px;
    border-bottom: 1px #f6a923 dashed;
    padding: 5px 5px 0 5px;
    color: #f6a923;
}

.search-heading-ergebnis {
    color: #000;
}

.flex-container {
    flex-wrap: wrap;
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-around;
}

.flex-item {
    width: 30%;
}

@media screen and (max-width:768px) {
    .flex-item {
        width: 45%;
    }
}

@media screen and (max-width:576px) {
    .flex-item {
        width: 100%;
    }
}

.cc-message {
	display: block;
}