@font-face {
    font-family: BrotherBook;
    src: url(../fonts/Brother-1816-Book.otf);
}
@font-face {
    font-family: BrotherBold;
    src: url(../fonts/Brother-1816-Bold.otf);
}
@font-face {
    font-family: BrotherThin;
    src: url(../fonts/Brother-1816-Thin.otf);
}
@font-face {
    font-family: BrotherExtraBold;
    src: url(../fonts/Brother-1816-ExtraBold.otf);
}
body{
    font-family: BrotherBook;
}
h2{
    font-family: BrotherBold;
    font-size: 33px;
    color: #495965;
    padding: 30px 0;
}
h3{
    font-size: 28px;
    font-family: BrotherBold;
}
h4 {
    font-size: 22px;
    line-height: 26px;
}
h5{
    font-size: 20px;
}
p{
    color: #495965;
    font-size: 17px;
    font-family: BrotherBook;
}
a:hover{
    text-decoration: none;
}
button:focus {
    outline: none;
}
.btn-primary {
    font-family: BrotherBold;
    font-size: 17px;
    font-weight: normal;
    background: #495965;
    border: none;
    border-radius: 0;
    width: 320px;
    line-height: 25px;
    height: 40px;
    text-align: center;
    outline: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
    background: #55636d !important;
    border: 0 !important;
    outline: none;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus{
    box-shadow: none;
}
.column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.p-t-35{
  padding-top: 35px;  
}
.p-t-50{
    padding-top: 50px;
}
.p-t-30{
    padding-top: 30px;
}
.p-b-30{
    padding-bottom: 30px;
}
.p-t-b-35{
   padding: 30px 0; 
}
.p-b-50{
   padding-bottom: 50px; 
}
.p-t-b-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.p-t-65{
    padding-top: 65px;   
}
.p-t-75{
    padding-top: 75px;   
}
.p-t-80{
    padding-top: 80px;   
}
.p-t-b-80{
    padding-top: 80px;   
    padding-bottom: 80px;
}
.p-t-60{
    padding-top: 60px;   
}
.p-b-90{
    padding-bottom: 90px;   
}
.p-b-65{
    padding-bottom: 65px;
}
.p-l-r-0{
    padding-right: 0;
    padding-left: 0;
}
.p-t-20{
    padding-top: 20px;
}
.p-b-40{
    padding-bottom: 40px;
}
.c-fff{
    color: #fff;
}
.align-center {
    margin: 0 auto;
}
.dropdown-menu{
    margin: 0;
}
.container > nav .dropdown-menu > li > a:hover, .container > nav .dropdown-menu > li > a:active {
    color: #f37321;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active {
    color: #f37321
}
/*Menu start here*/
.fixed-top{
    background-color: #ffffff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    transition: .3s;
}
/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.navbar.navbar-light{
    justify-content: space-between;
}
.navbar a.navbar-brand > img {
    width: 100%;
    max-width: 200px;
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar-spacebetween {
    justify-content: space-between;
}
.navbar-light .navbar-nav .nav-link {
    color: #495965;
}
.container > nav ul > li > a {
    font-family: BrotherBold;
    font-size: 16px;
}
.container > nav ul > li.active > a.nav-link {
   color: #f37321 !important; 
}
.navbar-brand {
    padding: 23px 0;
}
/*.dropdown-toggle::after{
    content: none;
}*/
ul > li {
    list-style: none;
}
ul {
    padding-left: 0;
}
.dropdown-menu {
    background: rgba(73, 89, 101, 0.8); /*#495965e6;*/
    border-radius: 0;
    border: 0;
}
.container > nav .dropdown-menu > li > a {
    color: #fff;
    font-family: BrotherBook;
    font-size: 16px;
}
.dropdown-item{
    padding: .25rem 0;
    white-space: normal;
}
/*.dropdown-item {
    border-bottom: 1px dotted #fff;
}*/
.dropdown-menu > li {
    padding: 0 10px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}
.dropdown-menu > ul > li:last-child > a {
    border: 0;
}
.navbar-nav .dropdown-menu.submenu-child{
    left: 100%;
    top: -8px;
}
ul.sub-menu .dropdown:before {
    content: "";
    position: absolute;
    right: 11px;
    color: #fff;
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 16px;
    transition: .3s;
}
ul.sub-menu .dropdown:hover:before, ul.sub-menu .dropdown:active:before {
    transform: rotate(-90deg);
}
.navbar-light .navbar-nav .show>.nav-link{
    color: #f37321 !important;
}
.dropdown-menu-right{
    background: rgba(73, 89, 101, 1);
    left: auto !important;
    top: 100% !important;
    right: -50px;
    box-shadow: 0px -2px 3px 0 rgba(142, 146, 148, 0.1);
}
ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu-right {
    right: auto;
}
.dropdown-menu-right ul.sub-menu .dropdown:hover:before {
    transform: rotate(0);
}
.dropdown-menu-right{
    box-shadow:none;
}
/*----------Menu end here-------*/
/*-----Slider start here--------*/
.carousel-item{
    background: #f47321;
}
.carousel-item.active,.carousel-item-left,.carousel-item-right{
    display: flex;
    flex-wrap: wrap;
}
.carousel-caption-container, .carousel-img-container{
    flex: 0 0 50%;
    max-width: 50%;
}
.carousel-img-container{
    transition: .3s;
}
.carousel-img-container img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: left;
}
.carousel-caption{
    padding-top: 90px;
    padding-bottom: 90px;
}
.carousel-caption{
    position: static;
    max-width: 640px;
    float: right;
    text-align: left;
    width: 100%;
}
.carousel-caption-container {
    background: #f47321;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    flex-direction: column;
}
.carousel-caption > p {
    font-size: 23px;
    margin-bottom: 0;
}
.carousel-caption > .slider-description > p {
    font-size: 17px;
}
.carousel-caption > h2 {
    font-family: BrotherBold;
    font-size: 44px;
    color: #495965;
    margin-bottom: 30px;
    padding: 0;
}
.carousel-caption > h2 > span{
    color: #fff;
}
.slider-description {
    position: relative;
    padding-left: 55px;
    width: 86%;
}
.slider-description:before {
    content: "";
    width: 41px;
    height: 65px;
    background:url(../images/description_icon.png);
    position: absolute;
    top: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}
.carousel-caption > .btn {
    margin-top: 25px;
}
.page-contents {
    width: 100%;
}
.carousel-caption p {
    color: #fff;
}
.carousel-img-container > img {
    height: 100%;
    object-fit: cover;
    object-position: left;
    transition: .3s;
}
/*-------Slider end here-------*/
/*--------page contents start--------*/
.custom-card img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 7px 4px 10px 0 rgba(0, 0, 0, 0.5) !important;
    top: 0;
    left: 0;
    border-radius: 50%;
    transition: 1.3s;
}
.rounded-imge-block:hover .shadow, .rounded-imge-block:active .shadow{
    transform: rotate(360deg);
}
.img-card-container{
    position: relative;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
}
.pattern-bg .custom-card-body a {
    color: #f37321;
    text-align: center;
    padding: 25px 0;
    font-family: BrotherExtraBold;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
    display: block;
}
.custom-card-body h4 {
    color: #f37321;
    text-align: center;
    padding: 25px 0;
    font-family: BrotherExtraBold;
    margin-bottom: 0;
}
.v-player{
    background: rgba(73, 89, 101, .78); /*#495965c4;*/
}
.video-player {
    text-align: center;
    padding-top: 30px;
}
.video-player iframe {
    border: 0;
}
.v-player h3 {
    padding-top: 30px;
}
.page-content.pattern-bg {
    background: url(../images/triangle_pattern.png);
    background-size: cover;
}
.post-date {
    padding-top: 30px;
    margin-bottom: 10px;
}
.news-item > h5 {
    font-family: BrotherExtraBold;
    color: #495965;
    width: 55%;
    margin-bottom: 10px;
}
.news-content{
    height: 50px;
}
.read-more {
    text-transform: uppercase;
    color: #f37321;
    font-family: BrotherBold;
    font-size: 17px;
}
.read-more:hover {
    color: #fd8335;
    text-decoration: none;
}
.news-items {
    padding-bottom: 20px;
}
.news-content > p {
    margin-bottom: 0;
}
.news-content > p:after {
    content: "...";
    padding-left: 5px;
}
.circle-bg-date > h6 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 0;
    font-family: BrotherBold;
    line-height: 38px;
    padding-top: 9px;
}
.circle-bg-date {
    background: #f37321;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.termine-items {
    padding-bottom: 50px;
}
.circle-bg-date > p {
    color: #fff;
    font-size: 13px;
    font-family: BrotherThin;
}
.termine-item > a {
    font-family: BrotherExtraBold;
    color: #495965 !important;
    font-size: 20px;
}
.termine-block {
    padding-left: 100px;
    border-left: 1px dotted;
}
.termine-items > .termine-row {
    align-items: center;
}
.termine-block > .btn-primary {
    margin-top: 15px;
}
.termine-block h2 + .termine-items {
    padding-top: 40px;
}
.termine-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.termine-description{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 55px;
}
.news-block > .btn-primary {
    margin-top: 9px;
}
.news-block > h2, .termine-block > h2 {
    padding-top: 20px;
}
.contact-block .custom-card-body {
    max-width: 290px;
}
.designation{
    font-family: BrotherThin;
}
.contact-block .custom-card-body h4 {
    padding-bottom: 0;
}
.custom-card .contact-details img {
    width: 100%;
    max-width: 18px;
    border-radius: 0;
    margin-top: -4px;
    margin-right: 10px;
}
.custom-card .contact-details p {
    margin-bottom: 1px;
}
.contact-details a {
    color: #495965;
    font-size: 17px;
    font-family: BrotherBook;
}
.contact-details a:hover {
    text-decoration: none;
}
.contact-block {
    background: rgba(73, 89, 101, 0.08); /*#49596512;*/
    padding-bottom: 60px;
    padding-top: 30px;
}
.contact-item {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 50px;
}
.row .contact-item:not(:last-child):after {
    content: "";
    width: 1px;
    height: 290px;
    background: #495965;
    right: 0;
    position: absolute;
}
footer ul > li {
    display: inline;
}
footer ul {
    margin-bottom: 0;
    text-align: right;
}
footer {
    background: #495965;
    color: #fff;
    height: 77px;
    display: flex;
    align-items: center;
}
footer a{
    color: #fff;
    font-family: BrotherBold;
    font-size: 16px;
}
footer a:hover{
    color: #fff;
    text-decoration: none;
}
footer li > a{
    font-family: BrotherBook;
    padding: 0 10px;
}
button.close-menu{
    display: none;
}
/*---------standort-------*/
.page-header-left {
    background: #f47321;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 90px 0;
}
.page-header-left-outer{
    height: 100%;
}
.page-heading-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.page-heading-image {
    height: 100%;
    position: relative;
}
.page-heading{
    width: 100%;
    max-width: 640px;
    float: right;
}
.page-heading h2 {
    font-family: BrotherBold;
    font-size: 44px;
    color: #495965;
    padding: 0;
}
.page-heading > h2 > span {
    color: #fff;
    display: block;
}
.page-heading p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 12px;
}
.rounded-imge-block {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.rounded-imge-block img {
    width: 100%;
    border-radius: 50%;
    transition: 1.3s;
}
.rounded-imge-block:hover img, .rounded-imge-block:active img{
    transform: scale(1.15);
}
.owl-item {
    overflow: hidden;    
}
.owl-item img{
    transition: .3s;
}
.owl-item img:hover, .owl-item img:active{
    transform: scale(1.1);
}
.custom-card:hover .img-card-container img , .custom-card:active .img-card-container img {
    transform: scale(1.1);
}
.custom-card img {
    transition: .3s;
}
.list-box-dark {
    height: 100%;
    display: flex;
    align-items: center;
}
.list-box-dark-content h4 {
    font-family: BrotherExtraBold;
    color: #fff;
    padding-bottom: 15px;
}
.list-box-dark-content {
    background: #495965;
    width: 100%;
    padding: 30px 40px;
}
.list-box-dark-content ul > li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.list-box-dark-content ul > li {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    color: #fff;
    padding-bottom: 2px;
}
.container-fluid.slider-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.container-fluid.slider-block > .row{
    margin: 0;
}
.detail-page .page-content.pattern-bg{
    background-position: 0px -160px;
}
.fullwidth-bg-495965 {
    background: rgba(73, 89, 101, .86);
}
.fullwidth-bg-495965 h3 {
    color: #fff;
    padding: 30px 0;
}
.infrastructure-content p{
    color: #fff;
    padding-bottom: 15px;
}
.infrastructure-content {
    width: 97%;
    padding-right: 50px;
}
.border-right-dotted {
    background-image: linear-gradient(#8a8f92 32%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 3px;
    background-repeat: repeat-y;
}
.infrastructure-content {
    width: 97%;
    padding-right: 50px;
}
.infrastructure-links p {
    color: #fff;
    margin: 0;
}
.infrastructure-links a {
    color: #fff;
    font-family: BrotherBold;
    padding-bottom: 30px;
    display: block;
}
.border-bottom-dotted {
    background-image: linear-gradient(to right, #8a8f92 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}
.infrastructure-links h6 {
    color: #fff;
    font-size: 17px;
    font-family: BrotherBold;
    padding-bottom: 17px;
}
.infrastructure-links h6 span{
    padding-bottom: 10px;
}
.fullwidth-map img {
    width: 100%;
}  
.fullwidth-bg-e6e9ec {
    background: #eaedef;
    padding-top: 35px;
    padding-bottom: 45px;
}
.location-list-block ul {
    -moz-column-count: 4;
    -moz-column-gap: 50px;
    -webkit-column-count: 4;
    -webkit-column-gap: 50px;
    column-count: 4;
    column-gap: 50px;
    margin: 0;
    padding-left: 20px;
}
.location-list-block ul li {
    color: #495965;
    font-family: BrotherBook;
    font-size: 15px;
    list-style-type: decimal;
    line-height: 22px;
    padding-bottom: 15px;
}
.location-list-block ul li:last-child {
    padding-bottom: 0;
}
.location-list-block {
    margin-top: 5px;
}
.white{
    color: #fff;
}
.primary-color{
    color: #495965;
}
.two-column-block h3 {
    padding-top: 40px;
    padding-bottom: 30px;
}
table.table-stripped tbody tr:nth-child(even) {
    background: #e1e3e6;
}
table.default > tbody > tr > td {
    padding: 8px 10px;
    padding-left: 30px;
    border: 1px dotted #7d8286;
    font-size: 17px;
}
table.default > tbody > tr td:first-child {
    border-left: 0;
}
table.default > tbody > tr td:last-child {
    border-right: 0;
    font-family: BrotherBold;
}
table.default {
    width: 100%;
    max-width: 640px;
    margin-top: 60px;
}
.detail-page .page-content.two-column-block.pattern-bg{
    background-position: unset;
}
.mobile-map{
    display: none;
}
.location-list-block.info {
    display: none;
}
#loadMore, #loadLess {
    display: none;
}
/*#locationList li{
    display: none;
}*/
/*-------/.standort---------*/
/*--------branchen---------*/
.full-width-bg-495965-85{
    background: rgba(73, 89, 101, .85);
}
.full-width-bg-495965-78 h3 {
    padding-top: 30px;
}
.icon-branch-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.icon-branch-item {
    flex-basis: 25%;
}
.icon-branch-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 35px;
}
.icon-inner {
    width: 110px;
    background: #f37321;
    border-radius: 50%;
    height: 110px;
}
.icon-inner img {
    width: 100%;
}
.icon-container {
    border: 2px solid #dfe3e5;
    padding: 13px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-container:before {
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    position: absolute;
    left: -15px;
    top: -15px;
    border: 1px solid #dfe3e5;
    border-radius: 50%;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    transform: rotate(-45deg);
}
.icon-container:after {
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    position: absolute;
    right: -15px;
    bottom: -15px;
    border: 1px solid #dfe3e5;
    border-radius: 50%;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    transform: rotate(-45deg);
}
 .icon-container:after, .icon-container:before{
    transition: .3s;
}
.icon-branch-item:hover .icon-container:after, .icon-branch-item:hover .icon-container:before, .icon-branch-item:active .icon-container:after, .icon-branch-item:active .icon-container:before{
    transform: rotate(0deg);
}
.icon-branch-item:hover .icon-inner, .icon-branch-item:active .icon-inner {
    background: transparent;
}
.full-width-bg-495965-85 a {
    font-size: 22px;
    text-align: center;
    font-family: BrotherExtraBold;
    color: #fff;
}
.full-width-bg-495965-85 h3 {
    padding: 50px 0;
}
.icon-branch-item a {
    padding: 0 60px;
}
.testimonial .carousel-item{
    background: none;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon{
    opacity: 0;
}
.testimonial .carousel-caption {
    color: #000;
}
.testimonial .carousel-caption {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
}
.testimonial .shadow {
    box-shadow: inset 7px 4px 10px 0 rgba(0, 0, 0, 0.3), inset -4px -3px 4px 1px rgba(0, 0, 0, 0.3) !important;
}
.testimonial .img-card-container img {
    border-radius: 50%;
}
.testimonial-content {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 82%;
}
.testimonial-auther {
    font-family: BrotherBook;
    font-size: 19px;
    color: #495965;
}
.testimonial-content p {
    color: #495965;
    font-size: 31px;
    margin-bottom: 25px;
    position: relative;
}
.testimonial-content p:before, .testimonial-content p:after{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/double-arrow.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonial-content p:before {
    top: 10px;
    left: -70px;
}
.testimonial-content p:after {
    bottom: 5px;
    margin-left: 30px;
    transform: rotate(180deg);
}
.testimonial h3 {
    padding-top: 55px;
}
.testimonial .carousel-control-prev:before {
    content: "";
    height: 22px;
    width: 22px;
    border-top: 3px solid #495965;
    border-left: 3px solid #495965;
    position: absolute;
    left: 4px;
    transform: rotate(-45deg);
}
.testimonial .carousel-control-next:after {
    content: "";
    height: 22px;
    width: 22px;
    border-top: 3px solid #495965;
    border-right: 3px solid #495965;
    position: absolute;
    right: 4px;
    transform: rotate(45deg);
}
.detail-page .page-content.pattern-bg.testimonial {
    background-position: 0px 0px;
}
.clients .owl-item > div {
    border-radius: 50%;
    overflow: hidden;
    max-width: 225px;
    margin: 0 auto;
    position: relative;
}
.clients .owl-item > div:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 3px 2px 5px 0 rgba(0, 0, 0, 0.4), inset -3px 1px 7px 0px rgba(0, 0, 0, 0.4) !important;
    border-radius: 50%;
}
.page-content.clients {
    background: rgba(73, 89, 101, .15);
    padding-top: 50px;
    padding-bottom: 40px;
}
.clients .owl-carousel {
    width: 85%;
    margin: 0 auto;
}
.clients .owl-nav  button.owl-next, .clients .owl-nav  button.owl-prev {
    position: absolute !important;
    width: 30px;
    height: 30px;
}
.clients .owl-nav  button.owl-next{
    right: -50px;
}
.clients .owl-nav  button.owl-prev{
    left: -50px;
}
.clients .owl-nav  button.owl-next:after {
    content: "";
    height: 22px;
    width: 22px;
    border-top: 3px solid #495965;
    border-right: 3px solid #495965;
    position: absolute;
    right: 8px;
    transform: rotate(45deg);
    opacity: .6;
    transition: .3s;
}
.clients .owl-nav  button.owl-prev:before {
    content: "";
    height: 22px;
    width: 22px;
    border-top: 3px solid #495965;
    border-left: 3px solid #495965;
    position: absolute;
    left: 8px;
    transform: rotate(-45deg);
    opacity: .6;
    transition: .3s;
}
.clients .owl-nav .owl-next {
    right: 0;
}
.clients .owl-nav button {
    position: absolute;
    top: 45%;
}
.clients .owl-nav button > span {
    opacity: 0;
}
.clients .owl-nav  button.owl-prev:hover:before, .clients .owl-nav  button.owl-next:hover:after{
    opacity: 1;
}
.testimonial .carousel-control-next, .testimonial .carousel-control-prev{
    width: 50px;
}
/*--------/.branchen---------*/

/*-------Logistik--------*/
.page-heading-image .icon-branch-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}
.page-heading-image .icon-container{
    margin: 0;   
}
.page-heading-image .icon-inner{
    background: none;
}
.page-heading-image img{
    opacity: .9;
}
.page-heading-image .icon-inner .icon-inner{
    width: 130px;
    height: 130px;
}
.company-list-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}
.comapny-item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-bottom: 20px;
}
.comapny-container {
    display: flex;
    align-items: center;
}
.company-logo {
    flex: 0 0 112px;
    height: 112px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #f37321;
}
.company-logo .shadow{
    box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.5) !important;
}
.company-name a {
    font-family: BrotherBook;
    font-size: 17px;
    padding: 0 40px 0 20px;
    display: block;
    text-align: left;
}
.network-block h3 {
    color: #495965;
}
.network-block {
    padding-top: 50px;
    padding-bottom: 70px;
}
.network-block h3 {
    color: #495965;
    padding-bottom: 35px;
}
.network-block a {
    color: #495965;
    font-size: 17px;
    font-family: BrotherBold;
}
/*-------/.Logistik--------*/

/*--------page contents end--------*/

/*Responsive start*/
@media (max-width: 1366px){
    .carousel-caption > h2{
        margin-bottom: 15px;
    }
    .carousel-caption > h2{
        font-size: 40px;
    }
}
@media (max-width: 1366px){
    .carousel-caption > h2{
        font-size: 34px;
    }
}
@media (min-width: 1360px){
    .container {
        max-width: 1280px;
    }
    .carousel-caption, .page-heading{
        max-width: 640px;

    }
}
@media (max-width: 1359px){
    .container {
        max-width: 1200px;
    }
    .carousel-caption, .page-heading{
        max-width: 600px;

    }
}
@media (max-width: 1241px){
    .container {
        max-width: 1100px;
    }
    .carousel-caption, .page-heading{
        max-width: 550px;

    }
}
@media (max-width: 1200px){
    .carousel-caption > h2 {
        font-size: 29px;
    }
    .carousel-caption > .slider-description > p {
        font-size: 15px;
        margin-bottom: 0;
    }
    .slider-description {
        width: 95%;
    }
    .slider-description:before {
        width: 35px;
        height: 58px;
    }
}
@media (min-width: 992px) and (max-width: 1024px){
    .page-content.page-header > .container-fluid > .row > .col-sm-6 {
        position: relative;
    }
    .img-card-container {
        width: 200px;
        height: 200px;
    }  
    .page-heading-image {
        top: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .testimonial .carousel-control-prev:before, .testimonial .carousel-control-next:after{
        top: 40%;
    }
}
@media (max-width: 1024px){
    .carousel-caption > p {
        font-size: 20px;
    }
    .carousel-caption > h2 {
        font-size: 23px;
    }
    .carousel-caption > h2 > span{
        display: block;
    }
    .carousel-caption > .slider-description > p {
        font-size: 13px;
    }
    .slider-description:before {
        width: 29px;
        height: 48px;
    }
    .slider-description {
        padding-left: 40px;
    }
    .btn-primary{
        font-size: 15px;
        width: 300px;
    }
    .pattern-bg .custom-card-body a{
        font-size: 20px;
    }
    .news-content {
        overflow: hidden;
    }
    .news-item > h5{
        width: 100%;
    }
    .termine-block {
        padding-left: 35px;
    }
    body .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 8px;
    }
    .container > nav ul > li > a {
        font-size: 14px;
    }
    .navbar a.navbar-brand > img {
        max-width: 155px;
    }
    .page-header-left{
        padding: 55px 0;
    }
    .home-banner .carousel-control-next, .home-banner .carousel-control-prev {
        opacity: 0;
    }
    /*----standort-----*/
    .location-list-block ul{
        -moz-column-gap: 60px;
        -webkit-column-gap: 60px;
        column-gap: 60px;
    }
    /*----/.standort-----*/
    /*----branchen------*/
    .testimonial-content{
        width: 90%;
    }
    .testimonial .img-card-container img {
        width: 100%;
    }
    .testimonial .img-card-container{
        width: 210px;
        height: 210px;
    }
    .testimonial-content p{
        font-size: 28px;
    }
    .icon-branch-item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    /*----/.branchen----*/
    /*----logistik----*/
    .company-name a{
        word-break: break-all;
    }
    .company-list-row{
        width: 100%;
    }
    /*----/.logistik----*/
}
@media (max-width: 1141px){
    .container {
        max-width: 950px;
    }
    .carousel-caption, .page-heading{
        max-width: 475px;

    }
}
@media (max-width: 991px){
    .container {
        max-width: 800px;
    }
    .carousel-caption, .page-heading{
        max-width: 400px;

    }
    .navbar-collapse.collapse.show button.close-menu{
        display: block;
    }
    ul.sub-menu .dropdown:before {
        content: none;
    }
    ul.sub-menu .dropdown:after {
        content: "";
        position: absolute;
        right: 11px;
        color: #fff;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 7px solid #fff;
        border-bottom: 5px solid transparent;
        top: 34px;
        transition: .3s;
    }
    ul.sub-menu .dropdown:hover:after, ul.sub-menu .dropdown:active:after {
        transform: rotate(90deg);
    }
    /*off canvas menu start*/
    .page{
        left: 0%;
        transition: 0.3s;
    }
    .page.menu-opened{
        position: relative;
        left: -75%;
    }
    .page.menu-opened .fixed-top{
        left: -75%;
    }
    button.close-menu {
        width: 40px;
        height: 38px;
        background: url(../images/close-btn.png);
        background-repeat: no-repeat;
        border: 0;
        outline: 0;
        position: absolute;
        left: -55px;
        top: 50px;
        background-size: contain;
    }
    .navbar-collapse.collapse {
        position: fixed;
        background: #3a4753;
        height: 100% !important;
        right: 0;
        top: 0;
        bottom: 0;
        left: auto;
        z-index: 99;
        width: 0%;
        transition: 0.3s;
        display: block !important;
    }
    .collapsing{
        position: fixed;
        background: #3a4753;
        height: 100% !important;
        right: 0;
        top: 0;
        bottom: 0;
        left: auto;
        z-index: 9;
        width: 0%;
        display: block !important;
    }
    .navbar-collapse.collapse.show {
        width: 75%;
        height: 100% !important;
    }
    .container > nav ul > li > a {
        font-size: 26px;
    }
    ul.navbar-nav {
        padding: 75px;
        padding-top: 75px;
        height: 100%;
        overflow-y: scroll;
    }
    /*li.nav-item {
        border-bottom: 4px dotted #fff;
    }*/
    body .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 8px 15px 18px;
        background-image: linear-gradient(to right, #d6d1d1 28%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 6px 2px;
        background-repeat: repeat-x;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-family: 'BrotherBook';
    }
    .dropdown-menu{
        background: none;
    }
    .container > nav .dropdown-menu > li > a {
        color: #fff;
        font-family: 'BrotherBook';
        font-size: 20px;
        background-image: linear-gradient(to right, #d6d1d1 28%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 6px 2px;
        background-repeat: repeat-x;
        padding: 20px 8px 15px 18px;
    }
    ul.sub-menu {
        padding-left: 10px;
    }
    .dropdown-menu > ul > li {
        padding: 0;
    }
    .dropdown-menu .show > .dropdown-toggle::after {
        transform: rotate(0deg) !important;
    }
    .container > nav .dropdown-menu > li > ul > li > a {
        font-size: 18px;
    }
   /*off canvas menu end*/
    /*-----branchan------*/
    .testimonial-content p:before {     
        left: -39px;
    }
    .testimonial-img{
        display: flex;
        align-items: center;
    }
    .clients .owl-nav button.owl-next:after{
        right: 8px;
    }
    .clients .owl-nav button.owl-next{
        right: -25px;
    }
    .clients .owl-nav button.owl-prev:before{
        left: 8px;
    }
    .clients .owl-nav button.owl-prev{
        left: -25px;
    }
    .icon-branch-item a {
        padding: 0 15px;
    }
    .full-width-bg-495965-85 a{
        font-size: 20px;
    }
    /*------/.branchen------*/
    /*------Logistik-------*/
    .comapny-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 820px){
    .container {
        max-width: 750px;
    }
    .carousel-caption, .page-heading{
        max-width: 375px;

    }
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
    }
    .navbar-expand-lg .navbar-nav li:last-child .nav-link {
        padding-right: 0;
    }
    .navbar-nav li:hover > ul {
        display: block;
    }
    ul.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 4px;
    }
    .navbar-nav li{
        position: relative;
    }
    .navbar-nav .dropdown-toggle::after{
        position: absolute;
        top: 16px;
        right: 12px;
        transition: .3s;
    }
    ul.dropdown-menu li:hover > .dropdown-toggle::after {
        transform: rotate(-90deg);
    }
    .navbar-nav li {
        position: relative;
    }
    ul.navbar-nav > li.nav-item > ul.dropdown-menu {
        left: auto;
        top: auto;
    }
    .navbar-collapse > .navbar-nav > .nav-item > .dropdown-toggle::after{
        content: none;
    }
    
}
@media (max-width: 768px){
    .carousel-caption-container, .carousel-img-container {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .carousel-caption-container{
        background: #e95b13 url(../images/mobile-slider.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 254px;
        /*position: absolute;*/
    }
    .carousel-caption{
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }
    .carousel-caption-container, .carousel-img-container {
        width: 100%;
        float: none;
    }
    .carousel-caption > h2 {
        font-size: 30px;
        padding-bottom: 30px;
    }
    .carousel-caption > .slider-description > p {
        font-size: 20px;
        padding-bottom: 30px;
    }
    .carousel-img-container {
        display: none;
    }
    .pattern-bg .col-sm-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        justify-content: center;
    }
    .pattern-bg .custom-card-body a {
        font-size: 22px;
        font-family: BrotherBold;
    }
    .pattern-bg .col-sm-3:nth-child(3), .pattern-bg .col-sm-3:last-child {
        padding-top: 50px;
    }
    .page-content.pattern-bg{
        background-position: center;
    }
    .news-termine-block > .container > .row > .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .termine-block {
        padding-left: 0;
        border-left: 0;
        border-top: 1px dotted;
        padding-top: 65px;
        margin-top: 80px;
    }
    .news-termine-block .btn-primary{
        margin: 0 auto;
        display: block;
    }
    .p-t-b-80.news-termine-block {
        padding-top: 40px;
    }
    .news-block > h2 {
        padding-bottom: 0;
    }
    .news-block .news-items + .btn-primary {
        margin-top: 50px;
    }
    .termine-block h2 + .termine-items {
        padding-top: 5px;
    }
    .termine-items {
        padding-bottom: 45px;
    }
    .termine-items > .termine-row > .termine-icon {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }
    .termine-items + .btn-primary {
        margin-top: 35px;
    }
    .navbar a.navbar-brand > img {
        max-width: 240px;
    }
    .navbar-light span.navbar-toggler-icon {
        background: url(../images/mobile-menu-icon.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .navbar-light .navbar-toggler {
        border: 0;
    }
    .custom-card .contact-details img{
        margin-right: 5px;
        font-size: 15px;
    }
    footer{
        height: 177px;
        align-items: normal;
        padding-top: 40px;
    }
    footer [class*="col-sm"] {
        height: 55px;
        clear: both;
        flex: 0 0 55px;
        background: #495965;
    }
    footer a {
        font-size: 20px;
    }
    footer .col-sm-5 {
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
        max-width: 100%;
    }
    footer .row {
        flex-direction: column;
        text-align: center;
        -webkit-flex-direction: column;
    }
    footer ul{
        text-align: center;
    }
    .container {
        max-width: 720px;
    }
    .carousel-caption, .page-heading{
        width: 100%;
        max-width: 745px;
        padding-top: 50px;
        padding-bottom: 50px;

    }
    .carousel-caption > p {
        padding-bottom: 15px;
    }
    .termine-items{
        padding-left: 25px;
    }
    .circle-bg-date{
        margin: 0 auto;
    }  
    .termine-description{
        padding-left: 20px;
    }
    .contact-block > .container > .row >.col-sm {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-item .img-card-container{
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }
    /*strandot*/
    .page-heading-image {
        display: none;
    }
    .page-header .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .location-list-block ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        margin: 0;
        padding-left: 20px;
    }
    .rounded-imge-block{
        margin-left: -15px;
    }
    .list-box-dark{
        margin-right: -15px;
    }
    .infrastructure-links {
        margin-left: -15px;
    }
    .infrastructure-links h6{
        background-image: linear-gradient(to right, #8a8f92 33%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 4px 1px;
        background-repeat: repeat-x;
        padding-bottom: 10px;
        margin-bottom: 17px;
    }
    .infrastructure-links h6 span{
        background-image: none;
    }
    .row.lage-block > .col-sm-9 {
        max-width: 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    }
    .row.lage-block > .col-sm-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .list-box-dark-content h4{
        font-size: 20px;
    }
    .desktop-map{
        display: none;
    }
    .mobile-map{
        display: block;
    }
    .location-list-block.info > .container > .row {
        flex-wrap: nowrap;
    }
    .map-info {
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 5px;
            min-width: 120px;
    }
    .location-list-block.info ul li {
        list-style: none;
        font-size: 13px;
        word-break: break-all;
    }
    .map-info ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        margin: 0;
        padding-left: 0;
    }
    .location-list-block.info {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .location-list-block.info ul li img {
        padding-right: 5px;
        max-width: 28px;
    }
    .location-list-block.info {
        display: block;
    }
    #locationList li{ 
        display:none;
    }
    #loadMore, #loadLess {
        display: block;
        font-size: 14px;
    }
    #loadMore {
        margin-right: 20px;
    }
    .location-list-block #locationList {
        padding-bottom: 20px;
    }
    /*strandot*/
}
@media (max-width: 767px){
    h2{
        font-size: 26px;
    }
    .p-t-35.pattern-bg {
        padding-top: 20px;
    }
    .pattern-bg h2.text-center {
        text-align: left !important;
    }
    .pattern-bg .column-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        text-align: justify;
    }
    .pattern-bg .row.p-t-50.p-b-50 {
        padding-bottom: 60px;
    }
    .v-player {
        padding-top: 10px;
        overflow: hidden;
    }
    .v-player h3 {
        font-size: 24px;
        font-family: BrotherExtraBold;
        margin-bottom: 0;
        width: 90%;
        margin: 0 auto;
    }
    .v-player.p-b-50 {
        padding-bottom: 45px;
    }
    .termine-items > .termine-row > .termine-icon {
        -ms-flex: 0 0 18%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .circle-bg-date {
        background: #f37321;
        width: 155px;
        height: 155px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .circle-bg-date > h6 {
        font-size: 82px;        
        line-height: 82px;
        padding-top: 0;
    }
    .circle-bg-date > p {
        font-size: 25px;
        padding-top: 0;
    }
    .termine-block .termine-items:nth-child(odd) > .termine-row > .termine-icon {
        order: 2;
        -webkit-order:2;
    }
    .termine-items {
        padding-left: 25px;
        padding-right: 25px;
    }
    .termine-block h2 + .termine-items {
        padding-top: 15px;
    }
    .contact-item {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .row .contact-item:not(:last-child):after {
        content: "";
        width: 100%;
        height: 1px;
        max-width: 335px;
        background: #495965;
        right: auto;
        bottom: 0;
        position: absolute;
    }
    .contact-block {
        padding-top: 45px;
    }
    .contact-item{
        padding-top: 40px;
    }
    .contact-block h2 {
        margin-bottom: 0;
    }
    .custom-card-body h4{
        padding: 20px 0;
        font-size: 29px;
    }
    .designation {
        font-family: BrotherBook;
        font-size: 19px;
        padding-top: 10px;
    }
    .contact-details a{
        font-size: 20px;
    }
    .custom-card .contact-details img{
        max-width: 30px;
        margin-top: -12px;
        margin-right: 20px;
    }
    .contact-details p {
        padding-bottom: 20px;
    }
    .contact-details {
        padding-bottom: 20px;
    }
    .contact-block{
        padding-bottom: 50px;
    }
    .carousel-caption{
        max-width: 95%;
    }
    .container {
        max-width: 90%;
    }
    .v-player{
        padding-left: 0;
        padding-right: 0;
    }
    .video-player{
        width: 90%;
        margin: 0 auto;
    }
    .video-player iframe {
        width: 100%;
    }
    .termine-items > .termine-row {
        flex-wrap: nowrap;
    }
    .carousel-caption-container{
        background-size: 130px;
    } 
    .termine-block .termine-items:nth-child(odd) > .termine-row > .termine-description {
        padding-left: 0;
    }
    .contact-block > .container > .row >.col-sm{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-block > .container > .row >.col-sm >.row{
        margin: 0;
    }
    .contact-item{
        padding-left: 0;
        padding-right: 0;
    }
    .contact-block > .container {
        padding: 0;
    }
    .contact-item .img-card-container{
        width: 290px;
        height: 290px;
    }
    .container > nav .dropdown-menu > li > a{
        padding: 10px 8px 15px 15px;
    }
    /*standort*/
    .page-header-left{
        justify-content: center;
    }
    .page-heading{
        max-width: 90%;
    }
    .alle-vortile-block > .container > .row > .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .rounded-imge-block {
        margin-left: 0;
        max-width: 280px;
        margin: 0 auto;
        margin-bottom: 70px;
    }
    .list-box-dark {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row.lage-block > .col-sm-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .infrastructure-content.border-right-dotted {
        background-image: none;
    }
    .infrastructure-content {
        width: 100%;
        padding-right: 0;
    }
    .infrastructure-links {
        margin-left: 0;
    }
    .row.lage-block > .col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .infrastructure-links {
        margin-left: 0;
        padding-top: 10px;
    }
    .infrastructure-links a:last-child {
        padding-bottom: 5px;
    }
    /*.alle-vortile-block > .container > .row.p-t-50 {
        padding-top: 12px;
    }*/
    .list-box-dark-content{
        padding: 30px 20px;
    }
    .lage-infra-block{
        padding-top: 10px;
    }
    .two-column-block h3 {
        padding-bottom: 20px;
    }
    .two-column-block{
        padding-bottom: 75px;
    }
     .page-header-left:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(233,91,19) 50%);
    }
    .page-header-left {
        justify-content: center;
        position: relative;
    }
    .page-header-left{
        background-image: url(../images/detailpage-heading.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .page-heading {
        z-index: 9;
    }
    .page-heading p{
        font-size: 20px;
    }
    .page-heading h2{
        font-size: 30px;
    }
    .page-header-left{
        padding: 20px 0;
    }
    .entdecken-block .img-card-container {
        width: 250px;
        height: 250px;
    }
    /*standort*/
    /*--------branchen---------*/
    .icon-branch-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .icon-branch-row .icon-branch-item:first-child, .icon-branch-row .icon-branch-item:nth-child(2) {
        margin-top: 0;
    }
    .icon-branch-item a {
        width: 100%;
        font-size: 20px;
    }
    .testimonial-content {
        width: 100%;
    }
    .testimonial-content p {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .testimonial .img-card-container {
        width: 150px;
        height: 150px;
    }
    .testimonial-content p:before, .testimonial-content p:after{
        width: 20px;
        height: 20px;
    }
    .carousel-control-prev:before{
        height: 16px;
        width: 16px;
        left: 0;
    }
    .carousel-control-next:after{
        height: 16px;
        width: 16px;
        right: 0;
    }
    .testimonial-img{
        padding-left: 30px;
        justify-content: center;
    }
    .clients .owl-nav button.owl-prev:before, .clients .owl-nav button.owl-next:after{
        height: 16px;
        width: 16px;
    }
    .full-width-bg-495965-85 h3 {
        padding-top: 40px;
    }
    .icon-container{
        margin-bottom: 35px;
    }
    .icon-branch-item{
        padding-bottom: 40px;
        margin-top: 20px;
    }
    .icon-branch-row .icon-branch-item:nth-child(7), .icon-branch-row .icon-branch-item:last-child {
        padding-bottom: 30px;
    }
    .full-width-bg-495965-85 h3 {
        font-size: 24px;
        font-family: BrotherExtraBold;
    }
    .testimonial h3{
        font-size: 26px;
    }
    .testimonial-auther {
        font-size: 16px;
    }
    .carousel-caption{
        padding-bottom: 60px;
    }
    .page-content.clients {
        padding-top: 30px;
        padding-bottom: 28px;
    }
    .branchen .page-header-left {
        background-image: url(../images/mobile-banner-branchen.png);        
    }
    /*-------/.branchan-------*/
    /*-------Logistik--------*/
    .comapny-container{
        flex-direction:column;
    }
    .company-name a {
        /*word-break: normal;*/
        text-align: center;
        font-family: BrotherExtraBold;
        text-transform: uppercase;
        padding: 0 20px;
    }
    .company-logo img {
        width: 100%;
    }
    .company-logo{
        flex: 0 0 155px;
        height: 155px;
        width: 155px;
        margin-bottom: 30px;
    }
    .comapny-item{
        padding-bottom: 50px;
    }
    .company-list-row .comapny-item:last-child .company-name a {
        text-transform: none;
    }
    .company-list-row .comapny-item:last-child {
        padding-bottom: 20px;
    }
    .network-block h3 {
        padding-bottom: 30px;
        font-size: 26px;
    }
    .network-block {
        padding-bottom: 50px;
    }
    .logistik .page-header-left {
        background-image: url(../images/mobile-banner-logistk.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        
    }
    /*-------/.Logistik--------*/
}
@media (max-width: 645px){
    .termine-items {
        padding-left: 0;
        padding-right: 0;
    }
    .circle-bg-date > h6 {
        font-size: 55px;
        line-height: 55px;
    }
    .circle-bg-date > p {
        font-size: 17px;
    }
    .circle-bg-date{
        width: 130px;
        height: 130px;
    }
    .termine-items > .termine-row > .termine-icon{
        min-width: 130px;
    }
    .termine-description{
        padding-left: 5px;
    }
    .entdecken-block .img-card-container {
        width: 200px;
        height: 200px;
    }
    #loadMore, #loadLess {
        font-size: 12px;
    }
    
}
@media (max-width: 575px){
    footer {
        height: auto;
        align-items: normal;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    footer [class*="col-sm"] {
        height: auto;
        clear: both;
        padding-bottom: 20px;
    }
    /*standort*/
    .map-info {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 5px;
        min-width: 120px;
    }
    .location-list-block.info > .container > .row {
        flex-wrap: wrap;
    }
    /*-------branchan------*/
    .carousel-control-prev:before, .carousel-control-next:after{
        top: 38%;
    }
    .testimonial-content p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .testimonial-content {
        width: calc(100% - 80px);
        margin: 0 auto;
    }
    .testimonial-auther {
        padding-left: 20px;
    }
    .carousel-control-next:after{
        right: 5px;
    }
    .carousel-control-prev:before, .carousel-control-next:after{
        top: 23%;
    }
    .carousel-control-prev:before{
        left: 5px;
    }
    .testimonial-content p:before {
        left: -16px;
    }
    .testimonial-img{
        padding-bottom: 30px;
    }
    .clients .owl-nav button.owl-prev{
        left: -5px
    }
    .clients .owl-nav button.owl-prev:before {
        left: 8px;
    }
    .clients .owl-nav button.owl-next{
        right: -5px;
    }
    .clients .owl-nav button.owl-next:after {
        right: 8px;
    }  
    .icon-branch-item a{
        font-size: 14px;
    }
    .testimonial .carousel-control-next, .testimonial .carousel-control-prev {
        bottom: auto;
        top: 23%;
    }
    .testimonial .carousel-control-prev:before {
        height: 12px;
        width: 12px;
        border-top: 2px solid #495965;
        border-left: 2px solid #495965;
    }
    .testimonial .carousel-control-next:after {
        height: 12px;
        width: 12px;
        border-top: 2px solid #495965;
        border-right: 2px solid #495965;
    }    
    .testimonial-img{
        padding-left: 15px;
    }
    /*-----/.branchan-----*/
    /*-----/.Logistik-----*/
    .company-name a{
        font-size: 16px;
    }
    /*-----/.Logistik-----*/
}
@media (max-width: 545px){
   .pattern-bg .custom-card-body a {
        font-size: 15px;
    }
    .pattern-bg .col-sm-3:nth-child(3), .pattern-bg .col-sm-3:last-child {
        padding-top: 0;
    }
    .pattern-bg .col-sm-3:nth-child(odd) {
        padding-left: 0;
    }
    .pattern-bg .col-sm-3:nth-child(even) {
        padding-right: 0;
    }
    /*off canvas menu start*/
    .navbar-collapse.collapse.show {
        max-width: 360px;
    }
    ul.navbar-nav {
        padding: 25px;
        padding-top: 30px;
    }
    body .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 0px 7px 10px;
        background-image: linear-gradient(to right, #d6d1d1 28%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 6px 2px;
        background-repeat: repeat-x;
    }
    .container > nav ul > li > a {
        font-size: 20px;
    }
    .container > nav .dropdown-menu > ul > li > a {
        color: #fff;
        font-family: BrotherBook;
        font-size: 16px;
        /*border-bottom: 2px dotted #fff;*/
        padding: 13px 0px 10px 10px;
        background-image: linear-gradient(to right, #d6d1d1 28%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 6px 2px;
        background-repeat: repeat-x;
    }
    button.close-menu {
        width: 30px;
        height: 30px;
        left: -42px;
        top: 24px;
    }
    ul.sub-menu .dropdown:after{
        top: 25px;
        right: 5px;
    }
    /*off canvas menu end*/
}
@media (max-width: 485px){
    footer [class*="col-sm"] {
        flex: 0 0 80px;
    }
    .circle-bg-date {
        width: 90px;
        height: 90px;
    }
    .circle-bg-date > h6 {
        font-size: 45px;
        line-height: 45px;
    }
    .circle-bg-date > p {
        font-size: 12px;
    }
    .termine-items > .termine-row > .termine-icon {
        min-width: 90px;
    }
    .termine-block .termine-items:nth-child(odd) > .termine-row > .termine-description {
        padding-left: 0;
    }
    .btn-primary {
        font-size: 14px;
        width: 275px;
    }
    .navbar a.navbar-brand > img {
        max-width: 190px;
    }
    .v-player h3{
        font-size: 20px;
    }
    .contact-details a {
        font-size: 19px;
    }
    .custom-card .contact-details img{
        max-width: 22px;
        margin-top: -9px;
        margin-right: 7px;
    }
    .carousel-caption > h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 18px;
    }
    .carousel-caption > .slider-description > p {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .entdecken-block .img-card-container {
        width: 170px;
        height: 170px;
    }
    /*--standort-----*/
    .location-list-block ul li{
        font-size: 11px;
    }
    .page-heading h2{
        font-size: 30px;
    }
    .page-heading p {
        font-size: 18px;
    }
    /*-----/.standort-------*/
    
    /*----branchan-------*/
    .testimonial-content p{
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .testimonial-content p:before, .testimonial-content p:after {
        width: 15px;
        height: 15px;
    }
    .testimonial-auther {
        padding-left: 10px;
        font-size: 14px;
    }
    /*----/.branchan-----*/
}
@media (max-width: 420px){
    .circle-bg-date {
        width: 80px;
        height: 80px;
    }
    .circle-bg-date > h6 {
        font-size: 40px;
        line-height: 40px;
        padding-top: 7px;
    }    
    /*off canvas menu start*/
    
    ul.navbar-nav {
        padding: 25px;
        padding-top: 30px;
    }
    body .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 0px 7px 10px;
        background-size: 5px 2px;
    }
    .container > nav ul > li > a {
        font-size: 18px;
    }
    .container > nav .dropdown-menu > ul > li > a {
        padding: 13px 0px 10px 10px;
        border: 0;
        background-size: 5px 2px;
    }
    button.close-menu {
        width: 25px;
        height: 25px;
        left: -27px;
        top: 16px;
    }
    table.default > tbody > tr > td{
        padding: 8px 5px;
        padding-left: 10px;
        font-size: 14px;
    }
    .container > nav .dropdown-menu > li > a{
        font-size: 16px;
    }
    .container > nav .dropdown-menu > li > ul > li > a {
        font-size: 15px;
    }
    /*off canvas menu end*/
    /*--------standort---------*/
    
    .page-heading h2{
        font-size: 26px;
    }
    .page-heading p {
        font-size: 15px;
    }
   /* .news-termine-block > .container > .row {
        margin-right: 0;
        margin-left: 0;
    }*/
    .termine-item > a {
        font-size: 17px;
    }
    .termine-items > .termine-row{
        justify-content: space-evenly;
    }
    .btn-primary{
        max-width: 100%;
    }
    .entdecken-block .img-card-container {
        width: 130px;
        height: 130px;
    }
    .location-list-block ul{
        padding-left: 15px;
    }
    .location-list-block ul {
        -moz-column-gap: 45px;
        -webkit-column-gap: 45px;
        column-gap: 45px;
    }
    /*-----------branchen--------*/
    .icon-inner {
        width: 90px;
        height: 90px;
    }
    .icon-container{
        padding: 10px;
    }
    .icon-container:before{
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        left: -10px;
        top: -10px;
    }
    .icon-container:after{
        right: -10px;
        bottom: -10px;
    }
    .icon-container:after{
        width: calc(100% + 20px);
        height: calc(100% + 20px);
    }
    .icon-branch-item{
        padding-bottom: 35px;
    }
    .icon-branch-item a {
        font-size: 13px;
    }
    .testimonial-content p{
        font-size: 17px;
    }
    /*---------/.branchen--------*/
    /*--------Logistik-----------*/
    .company-logo {
        flex: 0 0 125px;
        height: 125px;
        width: 125px;
        margin-bottom: 20px;
    }
    .comapny-item {
        padding-bottom: 30px;
    }
    /*------/.Logistik----------*/
}
@media (max-width: 360px){
    .carousel-caption, .page-heading{
        padding-top: 34px;
        padding-bottom: 34px;
    }
}
@media (max-width: 360px){
    .icon-inner {
        width: 75px;
        height: 75px;
    }
    .clients .owl-item.active{
        margin-left: 10px Important;
    }
}
@media (max-width: 350px){
   .pattern-bg .custom-card-body a {
        font-size: 12px;
    } 
    .icon-branch-item a {
        font-size: 10px;
    }
}

/*Responsive end*/