@font-face {
    font-family: 'SerifItalic';
    src: url('../fonts/DMSerifDisplay-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'SerifDisplay';
    src: url('../fonts/DMSerifDisplay-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCon';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
}


:root {
    --sobag-primary: #B09B84;
    --sobag-hover: #9C9C9C;
    --sobag-secondary: #F4F6F7;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: RobotoCon;
    color: #1D1D1D;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    width:100vw;
}

.cc-revoke, .cc-window{
    font-family: RobotoCon;
}

a {
    color: #B09B84;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #9C9C9C;
}

h1, h2 {
    font-size: 25px;
    font-family: RobotoCon;
    letter-spacing: 1px;
}

h3 {
    line-height: 22px;
}

h1, h2, h3 {
    font-weight: normal;
    letter-spacing: 0.5px;
}

h4, h5, h6 {
    font-family: SerifDisplay;
}

.text-black {
    color: black;
}

.text-sobag {
    color: #B09B84;
}

#logo {
    width: 100%;
    padding-left: 8px;
    height:64px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #B09B84;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

#myBtn:hover {
    background-color: #9C9C9C;
}


.align-center {
    text-align: center;
}

/*Fontawesome*/
.fab {
    font-family: 'FontAwesome';
    padding: 0 1rem;
    text-decoration: none;
}

.fab:hover {
    color: #9C9C9C;
    text-decoration: none;
}

.fas, .far, .fa, .fab {
    font-family: 'FontAwesome';
    padding: 0 10px;
    text-decoration: none;
}

.fa-arrow-right, .fa-arrow-left, .fa-angle-double-up {
    padding: 0;
}


/*Backgrounds*/
.bg-sobag-primary .container {
    background-color: #B09B84;
    color: white;
    padding: 2rem;
}

.bg-sobag-primary .container a {
    color: white;
}

.bg-sobag-primary .container a:hover {
    text-decoration: underline;
}

.bg-sobag-secondary {
    background-color: #F4F6F7;
}

.bg-sobag-secondary > div {
     margin-top: 70px;
 }

.bg-sobag-secondary > div.sobag-map {
    margin-top: 0px;
    padding: 0;
}

.news {
    margin-top: 29px;
}

.news .extra + .row > div:first-child{
    padding:0;
}

.pagination > .next, .pagination > .previous{
    display: none;
}

.sobag-welcome {
    background-color: #F4F6F7;	margin-bottom:-50px;
}

.sobag-welcome .container {
    margin-top: 380px;
    padding: 66px 80px;
}

.sobag-welcome p {
    font-size: 18px;
    margin-top: 26px;
    line-height: 28px;
}

/*Header & Navigation*/
.container header ~ p {
    width: 100%;
    margin: auto;
    margin-bottom: 0;
}

.navbar {
    font-weight: normal;
    font-size: 14px;
    padding-top: 18px;
    padding-right: 0;
}

.nav-link:active {
    color: #B09B84;
    font-weight: bold;
}.nav-item.current .nav-link{    		color: #B09B84 !important;    		font-weight: bold;}

div.sobag-header {
    background-color: white;
    width: 100%;
    z-index: 99999;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 80px;
    border-bottom: solid 1px #F4F6F7;
}

.maincontent {
    margin-top: 133px;
    background-color: #fff;
}

.sobag-header .row {
    align-items: center;
}

ul.navbar-nav {
    width: auto;
    justify-content: flex-end;
}

.navbar-nav a:hover, .navbar-nav a:focus, .navbar-nav a:active {
    color: #B09B84;
}

@media (max-width: 767px) {
    ul.navbar-nav {
        padding: 20px 0;
    }

    #navbarNavDropdown {
        text-align: center;
        background-color: #fff;
        opacity: 0.9;
        width: 100%;
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .nav-link{
        padding: 2rem 1rem;
    }

    .dropdown-menu {
        text-align: right;
        padding-right: 1em;
        border: none;
        background-color: transparent;
        font-size: 1.5rem;
    }

    .maincontent {
        margin-top: 70px;
    }

    .contact-form {
        padding-left: 2.5rem;
    }

    .loesungen > div {
        margin-bottom: 32px;
    }

    .referenzen ul li {
        margin-bottom: 16px;
    }

    .referenzen ul li:last-child {
        margin-bottom: 0;
    }

}

/*Home*/
.home-banner {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    background-image: url("../../fileadmin/images/header/header.jpg");
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: SerifDisplay;
    font-size: 32px;
    font-weight: normal;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
}


.red {
    font-family: SerifDisplay;
    font-size: 28px;
    letter-spacing: 1px;
}

.red:after {
    content: "|";
    padding: 0 10px;
    font-weight: bold;
    font-size: 32px;
}


/*News*/
.news-list-item {
    background-color: white;
    margin: 4rem 0;
    margin-top: 1rem;
    padding-top:15px;
}

.bg-sobag-secondary .news-list-item {
    border: 10px solid #F4F6F7;
}

.news-list-item .lead {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}

.news-list-item h3 a, .news-list-item h3 a:hover {
    color: #1D1D1B;
    text-decoration: none;
    font-size: 18px;
    font-family: SerifDisplay;
    font-weight: normal;
    letter-spacing: 0.82px;
    line-height: 22px;
}

.news-info {
    font-size: 14px;
    color: #9C9C9C;
    margin-bottom: 0;
    padding-top:1rem
}

.news-details-more {
    position: absolute;
    bottom: -3.8rem;
    padding:1rem;
    left: 0;
    width: 100%;
    height: auto;
    background-color: white;
}

.lead > p:last-child, .news-text-wrap > p:last-child {
    margin-bottom: 1rem;
}

.readmore-text a, .btn-default {
    display: inline-block;
    padding: 0.5rem 10px;
    border-left: solid 2px #B09B84;
    color: #B09B84;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    border-radius: 0;
    height: 32px;
}

.btn-default:hover, .readmore-text a:hover {
    border-left: solid 2px #9C9C9C;
    color: #9C9C9C;
}

a.btn-back {
    position: absolute;
    top: 100px;
    text-transform: lowercase;
    margin-left: -15px;
}

.news-single {
    margin: 4rem 0;
    font-size: 16px;
}

.news-single h1 {
    font-size: 1.5rem;
    font-family: RobotoCon;
    font-weight: normal;
    text-align: center;
    margin-top: 133px;
}

.news-single h3 {
    font-family: SerifDisplay;
    font-size: 18px;
    letter-spacing: 0.82px;
    line-height: 22px;
}

.news-single .extra {
    display: none;
}

.news-single .lead {
    margin-top: 1rem;
    font-size: 16px;
}

.sobag-textwrapper {
    background-color: #B09B84;
    color: #ffffff;
    padding: 27px 20px;
}

.news-text-wrap a {
    color: #ffffff;
}


.news-text-wrap a:before {
    content: '\f08e \00a0 \00a0';
    border-right: solid 2px #fff;
    color: #ffffff;
    font-family: 'FontAwesome';
    display: inline-block;
    padding-right: 9px;
    margin-right: 9px;
}


#carNewsDetail {
    text-align: center;
}

/*loesungen*/
.loesungen:first-child {
    margin-bottom: 32px;
}

.loesungen h3 {
    font-size: 18px;
    font-family: SerifDisplay;
    font-weight: normal;
    padding-top: 5px;
}

.loesungen .fa {
    padding-left: 0;
    padding-right: 10px;
}

.loesungen .col-9 {
    padding-left: 5px;
}

.loesungen .col-3 {
    padding-right: 5px;
}

.container .loesungen header ~ p {
    width: 100%;
    margin-left: 0;
}

.circle {
    color: #B09B84;
    text-align: right;
    font-size: 16px;
    height: 32px;
    padding-top: 5px;
}

.circle span {
    border-right: solid 2px;
}

/*News Details*/
.news {
    padding-left: 15px;
    padding-right: 15px;
}

.news-list-view .page-navigation:first-child {
    display: none;
}


.page-navigation {
    width: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.pagination a, .f3-widget-paginator a {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: transparent;
    color: transparent;
    border: solid 1px #B09B84;
    display: block;
    margin: 2px;
    text-align: center;
    font-weight: normal;
}

.pagination a:hover {
    background: #B09B84;
}

.pagination li.active, .f3-widget-paginator li.current {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #B09B84;
    color: transparent;
    border: solid 1px #B09B84;
    display: block;
    margin: 2px;
    text-align: center;
    font-weight: normal;
}

/*Referenzen*/
.flex-direction-nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}

.flexslider > .slides > li{
    display: none !important;
}

.flexslider > .slides li.flex-active-slide{
    display: block !important;
}

.referenzen {
    margin: 29px 0 32px 0;
}

.referenzen h3 {
    font-family: SerifDisplay;
    font-size: 18px;
    margin-top: 21px;
}

.referenzen ul {
    list-style: none;
    padding-inline-start: 0;
    line-height: 40px;
}


.referenzen li a {
    padding: 9px 0.5em;
    border-left: solid 2px #B09B84;
}

.referenzen li a:hover {
    border-left: solid 2px #9C9C9C;
}

.referenzen li:before {
    content: ' ';
    color: #B09B84;
    display: inline-block;
    height: auto;
    width: 15px;
    margin-left: -16px;
    font-size: 18px;
}

.referenzen > div:last-child {
    background-color: #F4F6F7;
}

.ref-pages{
    width:100%;
    overflow-x: hidden;
}

.ref-pages > div {
    position: relative;
    left: 0;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -ms-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}


.ref-link {
    margin-bottom: 80px;
}

.caption-body {
    margin-left: 1.25rem;
    font-size: 16px;
    font-family: RobotoCon;
}

.caption-body p:last-child {
    margin-top: 20px;
}

.caption-body a:before {
    font-family: "FontAwesome";
    display: inline-block;
    content: '\f08e';
    height: 1.25rem;
    width: 2rem;
    color: #fff;
    padding: 0px;
    margin-right: 9px;
    border-right: solid 2px #fff;
}


.tx-ws-flexslider .caption-title {	margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    margin-left: 1.25rem;
    font-weight: normal;
    font-family: SerifDisplay;
    font-size: 24px;
}
.tx-ws-flexslider .caption-body p {		margin-bottom:1rem;}
.flex-direction-nav a {
    color: transparent;
    overflow: initial;
    background-color: #E4E4E4;
    width: 40px;
    height: 80px;
    padding-top: 12px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next{
    margin-right: -10px;
}

.news-block {
    margin: -30px -15px 80px -15px;
}


/*Kontakt Info*/
.contact-border {
    border-right: solid 2px white;
    align-self: center;
    height: 40px;
    padding-top: 8px;
}

.contact-block {
    margin-bottom: -100px;
}

.contact-form {
    padding-top: 100px;
}

.contact-intro {
    z-index: 200;
}

.contact-intro > div.container:first-child {
    padding-top: 67px;
    padding-bottom: 20px;
}

.contact-intro > div.container:last-child {
    padding-top: 37px;
    padding-bottom: 86px;
}

.row.contact-info p {
    margin-bottom: 0;
}


.contact-info span {
    font-size: 25px;
}

.contact-info > div {
    margin-top: 1rem;
}

.contact-uppercase {
    font-size: 14px;
    font-weight: normal;
}

/*Kontakt Formular*/
.contact-form label {
    color: #9C9C9C;
    font-family: RobotoCon;
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 21px;
}

.contact-form input, .contact-form textarea {
    border-radius: 0;
    border: none;
    background-color: white;
    font-size: 14px;
}

.contact-form .btn-primary {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 0.5rem 1rem;
    border-left: solid 2px #B09B84;
    color: #B09B84;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    border-radius: 0;
}

.contact-form .btn-primary:hover {
    cursor: pointer;
    border-left: solid 2px #9C9C9C;
    color: #9C9C9C;
}

.form-navigation {
    margin-top: 40px;
    padding-bottom: 40px;
}


/*Footer*/
footer.footer {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-partner{
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.img-referenzen{
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin:auto;
}

.sobag-footer {
    background-color: #B09B84;
    color: white;
    padding: 2rem 0;
    font-family: SerifDisplay;
    font-size: 32px;
    font-weight: normal;
    margin-top: 78px;
    margin-bottom: 42px;
}

.sobag-footer img {
    filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    width: 100%;
    max-height: 75px;
    object-fit: contain;
    object-position: right;
}

.copyright {
    font-size: 14px;
    padding-bottom: 91px;
}

.copyright p {
    color: #9C9C9C;
}

.social {
    margin-top: -5px;
    font-size: 1.5rem;
}

.social a:last-child span {
    padding-right: 0;
}

/*Mitarbeiter*/
#allEmp {
    align-items: flex-end;
    margin-bottom: 2rem;
}

#allEmp p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}


#allEmp h3 + p {
    color: black;
    font-family: RobotoCon;
    text-align: center;
    padding-left: 0;
}


.image-emp {
    width: 140px;
    height: auto;
    max-height: 300px;
    max-width: 300px;
    margin-bottom: 27px;
    object-fit: contain;
    object-position: center bottom;
    border-radius: 50%;
    filter: grayscale(1);
}

.ma-overview {
    margin-bottom: 3rem;
    text-align: center;
}

.ma-overview > div {
    background-color: #F4F6F7;
    padding-top: 40px;
    padding-bottom: 29px;
}

.ma-overview .fa-envelope-o {
    border-right: solid 2px #B09B84;
}

.ma-overview a.btn-default {
    background-color: #B09B84;
    color: white;
}


.ma-overview a.btn-default:hover {
    color: white;
    background-color: #9C9C9C;
}

.ma-circle,.ref-circle{
    width:8px;
    height:8px;
    border-radius: 8px;
    border:solid 1px #B09B84;
    background-color:#F4F6F7;
    margin-right: 0.5rem;
}

.ref-circle:nth-child(3),.ref-circle:nth-child(4){
    visibility: hidden;
}

.ma-circle:hover,.ref-circle:hover{
    background-color: #B09B84;
    cursor: pointer;
}

.ma-circle-active{
    background-color: #B09B84;
}

.mitarbeiter {
    max-width: 100%;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 2rem;
    align-items: flex-end;
}

.mitarbeiter > div {
    position: relative;
    left: 0;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -ms-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
    text-align: center;
}

.mitarbeiter h2 {
    font-size: 1.5rem;
}

.mitarbeiter h3, .ma-overview h3 {
    font-family: SerifDisplay;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
    color: #1D1D1B;
}

.mitarbeiter img {
    border-radius: 100%;
    margin-bottom: 27px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}



.mitarbeiter .far {
    font-size: 1em;
}

.mitarbeiter .text-sobag {
    margin-bottom: 0;
}

.mitarbeiter .text-sobag span {
    padding: 8px;
}

.mitarbeiter .text-sobag a:first-child span {
     border-right: solid 2px #B09B84;
 }


#prev, #next {
    color: #F4F6F7;
    position: absolute;
    width: 40px;
    height: 80px;
    padding-top: 30px;
    text-decoration: none;
    background-color: white;
    text-align: center;
}

#prev:hover, #next:hover {
    cursor: pointer;
}

#prev {
    left: 1rem;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-right: 5px;
}

#next {
    right: 1rem;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-left: 5px;
}


/*Mitarbieter Detailansicht*/
.ma-detail img {
    width: 100%;
    height: auto;
    filter: grayscale(100%)
}

ma-detail h2, .ma-detail h5 {
    font-family: SerifDisplay;
    font-weight: normal;
    text-align: left;
}

.ma-detail .red:after {
    content: '';
    padding: 0;
}

.ma-links ul {
    list-style: none;
    padding-inline-start: 0px;
    display: flex;
    flex-wrap: wrap;
}

.ma-links ul li {
    margin-right: 2rem;
}


.ma-links li a {
    padding-left: 0.5em;
}


.ma-links li:before {
    content: '\f007';
    color: #B09B84;
    font-family: 'FontAwesome';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-left: -1rem;
}

.ma-links li:first-child:before {
    content: '\f0c0';
}

.ma-links li:after {
    content: "/";
    margin-left: 1rem;
}

.ma-links li:last-child:after {
    content: "";
}


@media (max-width: 350px) {
    .home-banner {
        font-size: 1rem;
    }
}

/*Mobile*/
@media (max-width: 767px) {
    div.sobag-header {
        height: auto;
        max-height: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-banner{
        height: 350px;
    }

    .sobag-welcome .container {
        margin-top: 180px;
    }

    .tx-maps2 > div {
        height:300px !important;
    }

    .contact-block{
        margin-top: 0;
    }

    .contact-form {
        padding-top: 0px;
    }

    .sobag-welcome p {
        font-size: 15px;
        line-height: 22px;
    }

    .sobag-welcome h2, .sobag-welcome .red{
        font-size: 25px;
    }

    .sobag-welcome .red:after {
        padding: 0 10px;
        font-weight: bold;
        font-size: 20px;
    }

    #logo{
        max-height: 60px;
        width: 100%;
        margin: 0 !important;
        object-fit: contain;
        object-position: left;
    }

    .sobag-welcome .container{
        padding: 30px;
    }

    .sobag-welcome > div,.contact-intro{
        padding:0;
    }

    .contact-info .row{
        justify-content: center;
    }

    .copyright {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .social {
        margin-top: 0;
        text-align: center !important;
    }

    .circle {
        border-right: solid 2px;
    }

    .circle span {
        border: none;
    }

    .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-toggler {
        position: absolute;
        top: -1em;
        right: 10px;
        border:none;
    }

    .navbar-toggler:focus,.navbar-toggler-icon:focus{
        outline:none;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon{
        transform: rotate(45deg);
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M15 4v22M4 15h22M4'/%3E%3C/svg%3E");
    }

    .navbar-toggler-icon{
        width: 1.8em;
        height: 1.8em;
    }

    .navbar {
        padding: 0px;
        width: 100%;
        position: fixed;
        left: 0;
    }

    #tx-indexedsearch-searchbox-sword, #tx-indexedsearch-searchbox-button-submit {
        display: none;
    }

    .loesungen{
        padding:0;
    }

    .loesungen  > div > .row{
        justify-content: center;
    }

    .ref-link {
        margin-bottom: 80px;
        margin-left: 9px;
    }

    .sobag-footer {
        padding: 2rem 15px;
    }

    .sobag-footer img {
        margin-top: 20px;
        object-position: center;
    }

    .sobag-footer .container > .row{
        margin: 10px 0;
    }

    .bg-sobag-secondary .news-list-item{
        border:none;
    }
}

@media (max-width: 840px){
    h2{
        font-size: 20px;
    }

    h2 .red{
          font-size: 24px;
    }

    h2 .red::after{
        font-size: 28px;
    }
}

@media (max-width: 525px){
    h2{
        font-size: 18px;
    }

    h2 .red{
        font-size: 20px;
    }

    h2 .red::after{
        font-size: 24px;
    }
}

@media (max-width: 440px){
    h2{
        font-size: 16px;
    }

    h2 .red{
        font-size: 18px;
    }

    h2 .red::after{
        font-size: 20px;
        padding: 0 5px;
    }
}

@media (max-width: 350px){

    .sobag-welcome .container {
        margin-top: 280px;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        justify-content: flex-end;
    }

    .nav-item {
        padding-right: 20px;
    }

    .bg-sobag-secondary .news-list-item:first-child {
        border-left: none;
    }

    .bg-sobag-secondary .news-list-item:last-child {
        border-right: none;
    }
}


@media (min-width: 1024px) {
    .circle {
        border-right: solid 2px;
    }

    .circle span {
        border: none;
    }
}

/*Media Queries Contact Form*/
@media (max-width: 575px){
    .contact-form {
        padding-right: 2.5rem;
    }

    .sobag-footer{
        text-align: center;
    }

    .ref-circle:nth-child(3),.ref-circle:nth-child(4){
        visibility: visible;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-form {
        max-width: 525px;
        margin: auto;
    }

    .bg-sobag-primary .container{
        max-width: 490px;
    }
}

@media (min-width: 768px) {
    .contact-form {
        max-width: 345px;
    }

    .bg-sobag-primary .container{
        max-width: 690px;
    }
}

@media (min-width:768px) and (max-width: 992px){
    .nav-item {
        padding-right: 0px;
    }
}

@media (min-width: 992px) {
    .contact-form {
        max-width: 466px;
    }

    .bg-sobag-primary .container{
        max-width: 930px;
    }

}

@media (min-width: 1200px) {
    .contact-form {
        max-width: 555px;
    }

    .bg-sobag-primary .container{
        max-width: 1110px;
    }
}


/*Typo 3 Overwrite*/
.frame-space-before-extra-large {
    margin-top: 78px;
}

/*Search-Box*/
nav #tx-indexedsearch-searchbox-sword {
    border: none;
    border-right: solid 2px #1D1D1B;
    height: 27px;
    width: 30px;
}

#tx-indexedsearch-searchbox-button-submit {
    border: none;
    background: transparent;
}

form#tx_indexedsearch{
display:none;
}
