/* 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: OpenSans_bold;
    src: url('../fonts/Open_Sans/OpenSans-ExtraBold.ttf');
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato/Lato-Regular.ttf');
}

@font-face {
    font-family: RobotoSlab;
    src: url('../fonts/Roboto_Slab/RobotoSlab-Regular.ttf');
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('../plugins/fontawesome/webfonts/fa-solid-900.ttf');
}

.navbar-koehling {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    top: 15px;
    color: #333;
    background-color: white;
}

.navbar-koehling a {
    color: #333;
}

.navbar-koehling .navbar-nav > li > a {
    margin-left: 20px;
    margin-right: 20px;
}

.navbar-koehling .nav > li > a:focus, .navbar-koehling .nav > li > a:hover {
    -webkit-box-shadow:inset 0px -5px 0px 0px rgba(240, 140, 0, 1);
    -moz-box-shadow:inset 0px -5px 0px 0px rgba(240, 140, 0, 1);
    box-shadow:inset 0px -5px 0px 0px rgba(240, 140, 0, 1);
}

.navbar-nav {
    text-align: center;
    float: none;
    position: absolute;
    width: 100%;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}

.navbar-header {
    position: relative;
}

.navbar-brand {
    position: relative;
    z-index: 100;
    padding: 0;
}

.navbar-brand {
    max-width: 115px;
    padding: 0;
}

.nav li:hover ul{
    display: block;
}

.nav li .dropdown-menu{
    min-width: 200px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    left: -10px;
    padding: 0;
}

.dropdown-menu > li > a {
    text-align: center;
    padding: 10px 20px;
    white-space: normal;
}

.dropdown-menu > li > a:hover {
    //background-image: url(/themes/frontend/images/pattern2.png);
    background-repeat: repeat;
    background-color: #ddd;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: inherit;
    //background-image: url(/themes/frontend/images/pattern2.png);
    background-repeat: repeat;
    background-color: #ddd;
}

#main-slider {
    background-color: rgba(201, 201, 201, 1);
    position: relative;
}

.slider-text {
    padding: 40px;
}

.slider-text hr {
    max-width: 150px;
    border-top: 5px solid #eee;
    margin-left: 0;
}

.slider-image-box {
    max-height: 600px;
}

.slider-image-box .fill{
    position: relative;
}

.slider-text-box {
    padding-top: 40px;
}

.content-row-box {
    position: relative;
    margin: 1px -13px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content-row-box-wrapper {
    display: grid;
}

.content-row-box .boxes{
    padding-top: 30px;
}

.foreground {
    background-size: contain;
    background-position: bottom left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: auto;
    background-repeat: no-repeat;
    z-index: 9;
}

.content-row-box hr {
    max-width: 50px;
    border-top: 3px solid white;
    margin-left: 0;
    margin-top: 5px;
}

.content-box-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-orange-no-image {
    background: linear-gradient(to bottom, rgba(240, 140, 0, 1) 0%, rgba(240, 144, 0, 1) 30%, rgba(240, 150, 0, 1) 51%, rgba(242, 160, 0, 1) 71%, rgba(244, 172, 0, 1) 100%);
}

.bg-orange .content-box-foreground{
    background: rgba(245, 149, 0, 0.7);
    background: linear-gradient(to bottom, rgba(240, 140, 0, 0.7) 0%, rgba(240, 144, 0, 0.7) 30%, rgba(240, 150, 0, 0.7) 51%, rgba(242, 160, 0, 0.7) 71%, rgba(244, 172, 0, 0.7) 100%);
    /*background: -moz-linear-gradient(left, rgba(245, 149, 0, 1) 0%, rgba(245, 149, 0, 0.8) 30%, rgba(245, 149, 0, 0.5) 51%, rgba(245, 149, 0, 0.5) 71%, rgba(245, 149, 0, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245, 149, 0, 1) 0%, rgba(245, 149, 0, 0.8) 30%, rgba(245, 149, 0, 0.5) 51%, rgba(245, 149, 0, 0.5) 71%, rgba(245, 149, 0, 0.5)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
    background: -webkit-linear-gradient(left, rgba(245, 149, 0, 1) 0%, rgba(245, 149, 0, 0.8) 30%, rgba(245, 149, 0, 0.5) 51%, rgba(245, 149, 0, 0.5) 71%, rgba(245, 149, 0, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(245, 149, 0, 1) 0%, rgba(245, 149, 0, 0.8) 30%, rgba(245, 149, 0, 0.5) 51%, rgba(245, 149, 0, 0.5) 71%, rgba(245, 149, 0, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(245, 149, 0, 1) 0%, rgba(245, 149, 0, 0.8) 30%, rgba(245, 149, 0, 0.5) 51%, rgba(245, 149, 0, 0.5) 71%, rgba(245, 149, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );*/
}

.bg-orange-with-text .content-box-foreground{
    background: rgba(245, 149, 0, 0.9);
    background: linear-gradient(to bottom, rgba(240, 140, 0, 0.9) 0%, rgba(240, 144, 0, 0.9) 30%, rgba(240, 150, 0, 0.9) 51%, rgba(242, 160, 0, 0.9) 71%, rgba(244, 172, 0, 0.9) 100%);
    /*background: -moz-linear-gradient(left, rgba(245, 149, 0, 1) 0%, rgba(245, 149, 0, 0.8) 30%, rgba(245, 149, 0, 0.5) 51%, rgba(245, 149, 0, 0.5) 71%, rgba(245, 149, 0, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245, 149, 0, 1) 0%, rgba(245, 149, 0, 0.8) 30%, rgba(245, 149, 0, 0.5) 51%, rgba(245, 149, 0, 0.5) 71%, rgba(245, 149, 0, 0.5)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
    background: -webkit-linear-gradient(left, rgba(245, 149, 0, 1) 0%, rgba(245, 149, 0, 0.8) 30%, rgba(245, 149, 0, 0.5) 51%, rgba(245, 149, 0, 0.5) 71%, rgba(245, 149, 0, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(245, 149, 0, 1) 0%, rgba(245, 149, 0, 0.8) 30%, rgba(245, 149, 0, 0.5) 51%, rgba(245, 149, 0, 0.5) 71%, rgba(245, 149, 0, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(245, 149, 0, 1) 0%, rgba(245, 149, 0, 0.8) 30%, rgba(245, 149, 0, 0.5) 51%, rgba(245, 149, 0, 0.5) 71%, rgba(245, 149, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );*/
}

.bg-orange .content-box-foreground h1, .bg-orange .content-box-foreground h2, .bg-orange .content-box-foreground h3, .bg-orange .content-box-foreground h4, .bg-orange .content-box-foreground h5{
    background-color: rgba(245, 149, 0, 0.7);
}

.bg-grey-no-image {
    background: linear-gradient(to bottom, rgba(220, 220, 220, 1) 0%, rgba(220, 220, 220, 1) 30%, rgba(220, 220, 220, 1) 51%, rgba(220, 220, 220, 1) 71%, rgba(220, 220, 220, 1) 100%);
}

.bg-grey .content-box-foreground {
    background: rgba(220, 220, 220, 0.7);
    /*background: -moz-linear-gradient(left, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.8) 30%, rgba(170, 170, 170, 0.5) 51%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.8) 30%, rgba(170, 170, 170, 0.5) 51%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
    background: -webkit-linear-gradient(left, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.8) 30%, rgba(170, 170, 170, 0.5) 51%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.8) 30%, rgba(170, 170, 170, 0.5) 51%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.8) 30%, rgba(170, 170, 170, 0.5) 51%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5) 100%);
    background: linear-gradient(to right, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.9) 45%, rgba(170, 170, 170, 0.5) 60%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );*/
}

.bg-grey-with-text .content-box-foreground {
    background: rgba(220, 220, 220, 0.9);
    /*background: -moz-linear-gradient(left, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.8) 30%, rgba(170, 170, 170, 0.5) 51%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.8) 30%, rgba(170, 170, 170, 0.5) 51%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
    background: -webkit-linear-gradient(left, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.8) 30%, rgba(170, 170, 170, 0.5) 51%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.8) 30%, rgba(170, 170, 170, 0.5) 51%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.8) 30%, rgba(170, 170, 170, 0.5) 51%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5) 100%);
    background: linear-gradient(to right, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0.9) 45%, rgba(170, 170, 170, 0.5) 60%, rgba(170, 170, 170, 0.5) 71%, rgba(170, 170, 170, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );*/
}

.bg-grey .content-box-foreground h1, .bg-grey .content-box-foreground h2, .bg-grey .content-box-foreground h3, .bg-grey .content-box-foreground h4, .bg-grey .content-box-foreground h5{
    background-color: #aaa;
}


.margin-bottom-sm {
    margin-bottom: 4px;
}

.hr-centered hr{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 150px;
    border-top: 4px solid #F59500;
}

.bg-orange .content-box-header, .bg-orange-no-image .content-box-header {
    background-color: rgba(243, 163, 50, 1);
}

.content-box-header h4{
    margin: 0;
    padding: 15px;
    padding-left: 30px;
}

.content-box-header {
    background-image: url(/themes/frontend/images/striche_hg.jpg);
    background-repeat: repeat;
}

.bg-orange-no-image .content-box-header{
    color: white;
    background-image: none;
}

.rss-row {
    position: relative;
    top: -15px;
}

.rss-box {
    margin-bottom: 25px;
}

.bg-orange-no-image .rss-box a, .bg-orange-no-image .rss-box small{
    color: white;
}

.rss-box .fa {
    font-size: 14px;
    margin-top: 2px;
}

.maps-wrapper {
    margin-left: -30px;
    margin-right: -30px;
}

.google-maps {
    margin-top: -30px;
    height: 300px;
    width: 100%;
}


#map {
    position: relative;
    width: 100%;
    height: 100%;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.no-padding-lr div {
    padding-left: 0;
    padding-right: 0;
}

footer {
    font-size: 13px;
}

footer a{
    color: #F59500;
}

footer a:hover{
    color: #F59500;
}

.header-bg {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-bg .text-box {
    position: relative;
    padding-top: 115px;
    padding-bottom: 50px;
}

.header-right div {
    padding-right: 0;
}

.header-right .boxes div {
    display: inline-block;
    width: auto;
    float: right;
    background-image: url(/themes/frontend/images/striche_hg.jpg);
    background-repeat: repeat;
    text-align: right;
    border-right: 3px solid #F59500;
    padding: 10px 25px;
}

.table > tbody > tr > td {
    border-top: 0;
}
.page-content {
    margin-top: 4px;
}