
.row {
    list-style: none;
    padding: 0;
    margin: 0;
}

.row-eq-height {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}


body {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.container {
    padding: 0;
}

section {
    padding: 30px 0 50px 0;
}

h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 1.4em;
}

h2 {
    font-weight: 600;
    font-size: 30px;
    color: #007339;
    text-align: center;
    line-height: 1.4em;
}

header h2 {
    font-weight: 200;
}

h3 {
    font-weight: 200;
    font-size: 30px;
}

ul {
    padding-left: 20px;
}

p,
li {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 400;
    color: #000000;
}

.clear {
    clear: both;
}

.navbar {
    padding: 30px 0;
    box-shadow: none;
    background: transparent;
}

.navbar div,
.navbar a,
header div {
    height: 100%;
}

.navbar-brand img {
    max-height: 80px;
}

.navbar-fixed-top,
.navbar-sbs {
    background: rgba(255,255,255,.95);
    padding: 10px 0;
    margin-top: -110px;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.52);
    -moz-box-shadow:    0px -1px 10px 0px rgba(50, 50, 50, 0.52);
    box-shadow:         0px -1px 10px 0px rgba(50, 50, 50, 0.52);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar-fixed-top.active,
.navbar-sbs {
    margin-top:0;
}

.navbar-fixed-top .navbar-brand img,
.navbar-sbs .navbar-brand img{
    max-height: 40px;
}

.navbar-sbs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    padding: 0 !important;
    background: white !important;
}

#none, #none:after { height: 40px !important; }

header {
    width: 100%;
    height: 30vw;
    background-size: cover;
    background-attachment: fixed;
}

header.contentpage {
    height: 35vw;
}

#job-overview,
#job-single {
    background: url('/sbs/home.nsf/job-overview-header-bg.png') no-repeat center center;
}

#default { background: url('/sbs/home.nsf/header_01.jpg') no-repeat center center; }
#none { background-color: transparent; }
#custom1 { background: url('/sbs/home.nsf/bilder_zeigen/header_01.jpg/$file/header_01.jpg') no-repeat center center; }
#custom2 { background: url('/sbs/home.nsf/bilder_zeigen/header_02.jpg/$file/header_02.jpg') no-repeat center center; }
#custom3 { background: url('/sbs/home.nsf/bilder_zeigen/header_03.jpg/$file/header_03.jpg') no-repeat center center; }
#custom4 { background: url('/sbs/home.nsf/bilder_zeigen/header_04.jpg/$file/header_04.jpg') no-repeat center center; }
#custom5 { background: url('/sbs/home.nsf/bilder_zeigen/header_05.jpg/$file/header_05.jpg') no-repeat center center; }
#custom6 { background: url('/sbs/home.nsf/bilder_zeigen/header_06.jpg/$file/header_06.jpg') no-repeat center center; }
#custom7 { background: url('/sbs/home.nsf/bilder_zeigen/header_07.jpg/$file/header_07.jpg') no-repeat center center; }
#custom8 { background: url('/sbs/home.nsf/bilder_zeigen/header_08.jpg/$file/header_08.jpg') no-repeat center center; }
#custom9 { background: url('/sbs/home.nsf/bilder_zeigen/header_09.jpg/$file/header_09.jpg') no-repeat center center; }
#custom10 { background: url('/sbs/home.nsf/bilder_zeigen/header_10.jpg/$file/header_10.jpg') no-repeat center center; }

header > .container {
    margin-top:-180px;
}

header.contentpage > .container {
    margin-top: 0;
}

header:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8));
    height: 30vw;
}

header.contentpage:after {
    height: 35vw;
}

.headline {
    text-align: right;
    z-index: 1;
    position: relative;
}

.headline div {
    height: 100%;
}

.headline-container {
    height: auto !important;
    position: absolute;
    right: 0;
    bottom: 80px;
}

header.contentpage .headline-container {
    bottom: 40px;
}

header.contentpage .navbar-header {
    width: 100%;
}

header.contentpage .nav {
    float: right;
    padding: 29.5px 15px;
}

header.contentpage .nav > li {
    float: left;
    border-right: 1px solid black;
    line-height:0;
    text-align: center;
}

header.contentpage .nav li:last-child {
    border-right: none;
}

header.contentpage .nav li a {
    color: black;
    font-weight: 400;
}

header.contentpage .dropdown-menu {
    margin-top: 10px;
    box-shadow: none !important;
    border-radius: 0;
    padding: 15px;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
.nav li>a:hover, .nav li>a:focus,
.nav a:hover, .nav a:focus {
    background-color: transparent !important;
    color: #007339 !important;
}

#default .headline-container {
    max-width: 800px;
    float: right;
}

.headline h1,
.headline h2,
.headline h3 {
    color: white;
}

.custom li.active .icon, .custom li.active h3, .custom li.active .text, .custom li.active .btn {
	display:none !important;
}

.mouseover { display:none !important; color:white !important; }
.custom li.active .mouseover { display:block !important; }


.fourelements {
    list-style: none;
    margin-top: 20px;
}
/* margin-top: 50px; */

.fourelements li h3 {
	font-size: 20px;
    font-weight: 600;
    color: black;
}

.fourelements li {
    font-size: 20px;
    font-weight: 600;
    color: black;
    text-align: center;
    line-height: 1.2em;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.fourelements li:first-child {
    background-color: #F2F2F2;
}

.fourelements li:nth-child(2) {
    background-color: #E9E9E9;
}

.fourelements li:nth-child(3) {
    background-color: #E4E4E4;
}

.fourelements li:nth-child(4) {
    background-color: #DEDEDE;
}

.fourelements li.active {
    background-color: #007339;
    color: white;
}

.fourelements li.active button {
    border: 2px solid white;
    color: white;
}

.fourelements li.active a {
    color: white !important;
}

.fourelements li.active h3 {
    color: white;
}


.twoelements.row-eq-height iframe {
    float: right;
    width: 100% !important;
    min-height: 328px;
}

.twoelements h2 {
    text-align: left;
    max-width: 400px;
    margin-top: 0;
}

.twoelements p,
.twoelements li {
    max-width: 76%;
}

.twoelements .fb-box {
    background: #F2F2F2;
    width: 100%;
    height: 118px;
    position: absolute;
    bottom: 0;
    padding: 30px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.twoelements .fb-box .logo a img {
    max-height: 100%;
}

.twoelements .fb-box .logo {
    float: left;
    margin-right: 30px;
}

.twoelements .fb-box p {
    margin-top:5px;
}

.fb-box a i {
    color: black;
}

.fb-box.active {
    background: #3b5998;
}

.fb-box.active i,
.fb-box.active p {
    color: white;
}

.greybg {
    background: #F2F2F2;
}

.fullwidth p {
    width: 80%;
    margin: 0 auto;
}

.fullwidth .fourelements li {
    padding-top: 0 !important;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-between;
    flex-direction: column;
}

.fullwidth .fourelements li h3 {
    display: flex;
    /* flex: 1; */
    margin-top: 25px;
    margin-bottom: 20px;
}

button.btn-primary.btn-default {
    background: transparent !important;
    border: 2px solid #007339;
    color: #007339;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    box-shadow: none;
    text-transform: none;
    border-radius: 0;
}

.fullwidth .fourelements button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
}

.fullwidth .fourelements button:hover {
    background: #007339 !important;
    color: white;
}

#openjobs ul {
    min-height: 220px;
}

#openjobs a,
#openjobs a:hover,
#openjobs a:active {
    color: black;
    text-decoration: none;
}

.cta-element {
    background: #007339;
    padding: 30px !important;
}

.cta-element h2,
.cta-element i,
.cta-element p {
    color: white;
}

.cta-element i {
    float: left;
    height: 120px;
    padding-right: 30px;
    padding-top: 30px;
    margin-right: 20px;
    border-right: 1px solid white;
}

.cta-element h2,
.cta-element p {
    width: 65%;
    float: right;
}

button.btn-primary.btn-default.btn-inverse {
    border: 2px solid white;
    color: white;
    padding: 10px 20px !important;
}

button.btn-primary.btn-default.btn-inverse:hover {
    background: white !important;
    color: #007339;
}

.cta-element .button-container {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
}

footer {
    background: #E9E9E9;
    padding: 50px 0;
}

footer ul {
    list-style: none !important;
    padding: 0;
}

footer .footer-navi {
    list-style: none;
    padding: 0;
    float: right;
}

footer .footer-navi li {
    display: inline;
}

footer .footer-navi li::after {
    content: ' | ';
}

footer .footer-navi li:last-child::after {
    content: '';
}

footer ul li a,
footer ul li a:hover {
    color: #222222;
}

footer .partnerlogos {
    width: 62%;
    float: right;
    margin-top: 30px;
}

footer .partnerlogos li {
    text-align: right;
}

footer .partnerlogos img {
    max-height: 40px;
    margin-top: 10px;
}

/* Single Job Page */
.tasklist {
    list-style: none;
    padding: 0;
}

.tasklist li,
.tasklist li h2 {
    display: inline;
}

.tasklist li:after {
    content: ' | ';
    color: white;
    font-size: 30px;
}

.tasklist li:last-child::after {
    content: '';
}

header#job-single .headline-container {
    bottom: 250px;
}

#location-salary {
    padding-top: 70px;
}


/* GRID */

.grid {
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-template-rows: 15vw 15vw 15vw;
    color: white;
    text-transform: uppercase;
    text-align: center;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.grid p {
    font-size: 1.3vw !important;
    font-weight: normal;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.grid p strong {
    font-size: 1.7vw;
    line-height: 1vw;
}

.grid-item {
    background-color: lightgrey;
    padding: 20px;
}

.grid-item-container {
    display: table;
    width: 100%;
    height: 100%;
}

.grid-item-container.with-icon {
    text-align: left;
}

.grid-item-container.with-icon .icon {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}

.grid-item-container.with-icon.skyscraper .icon,
.grid-item-container.with-icon.skyscraper p {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
}

.grid-item-container.with-icon img {
    width: 80%;
    color: white;
    filter: invert(100%);
}

.grid-item-container.with-icon p {
    padding-left: 30px;
}

.grid-item strong.mega {
    font-size: 4vw;
    display: block;

}

.item-a {
    grid-column: 1 / 2;
}

.item-b {
    grid-column: 2 / 4;
}

.item-c {
    grid-column: 4;
    grid-row: 1 / 3;
}

.item-d {
    grid-column: 5;
}

.item-e {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
}

.item-f {
    grid-column: 5;
    grid-row: 2 / 4;
}

.item-g {
    grid-column: 1;
    grid-row: 3;
}

.item-h {
    grid-column: 2;
    grid-row: 3;
}

.item-i {
    grid-column: 3 / 5;
    grid-row: 3;
}

.row-eq-height .col-xs-12 {
    width: 99.9%;
}

/* GRID ENDE */

/* Boxen mit Icons */

.fourelements.with-icon .icon img {
    margin: 60px 0 0 0;
    height: 40px;
}

/* margin: 40px 0; */

.fourelements.with-icon li.active .icon img {
    filter:invert(100%);
    }

.fourelements.with-icon span.text {
    font-weight: 400;
    font-size: 16px;
    display: table;    
    margin-top: 10px;
    padding-bottom: 20px;
}

/* display: inline-block; */

.fourelements.with-icon li {
	padding-bottom: 20px; 
	}
	
/* justify-content: flex-start; */

.fourelements.with-icon button {
	margin-top: 0px; 
	margin-bottom: 30px; 
	bottom: 0 !important;
}

.fourelements.with-icon h3 {
	margin-top: 0
}

/* Portfolio Items (icon 100% statt 50%) */

.portfolio.with-icon .icon img {
    height: auto;
    width: 100%;
    max-width: 250px;
}

.portfolio li.active .icon img {
    filter: invert(0) !important;
}

.portfolio li.active {
    color: black;
}

.portfolio li {
    background-color: white !important;
    border-right: 1px solid #979797;
}

.portfolio li:last-child {
    border-right: none !important;
}

.portfolio li.active h3 {
    color: black;
}

.portfolio li h3 {
    max-width: 200px;
    margin: 0 auto;
    }

/* Nur Internet Explorer 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .portfolio li h3 {
    	max-width: 200px;
    	margin: 35px;
    }
}

/* Nur MS Edge */
@supports (-ms-ime-align:auto) {
	
    .portfolio.with-icon button {
		margin-top: 50px;
	}
	
	.fourelements.with-icon span.text {
    	font-weight: 400;
    	font-size: 16px;
    	display: table;    
    	margin-top: 10px;
    	padding-bottom: 60px;
	}
	
	.fullwidth .fourelements button {
    	margin-top: 1px;
	}
	
	.fullwidth .fourelements .text {
		margin-bottom: -20px;
	}
	
}


.fullwidth button.outside {
    position: relative !important;
    display: block;
    padding: 5px 20px !important;
    margin: 20px auto;
}

/* Twoelements with 2 CTAs */

.twoelements .cta-element:first-child {
    border-right: 2px solid white;
}

/* Formular */
.submit-button {
    padding: 10px 30px !important;
}

button.btn-primary.btn-default.submit-button:hover,
button.btn-primary.btn-default.outside:hover {
    background: #007339 !important;
    color: white !important;
}


/* Map */

#map {
    height: 350px;
}

.location {
    display: flex;
    align-items: center;
    margin-top:20px;
}

.location-icon,
.location-desc {
    float: left;
    display: inline-flex;
    align-items: center;
}

.location-icon img {
    max-height: 30px;
}

.location-desc {
    margin-left: 20px;
}

.location-desc h5,
.location-desc p {
    margin: 0;
}

#locations .twoelements p {
    max-width: none;
}

.gm-style-iw h6 {
    margin-bottom: 0;
}

/* Table Substitute */

.tablesub {
}

.tablesub li {
    background-color: #f2f2f2 !important;
    border: 2px solid white;
    justify-content: inherit;
}

.tablesub_xxx li:hover {
    background-color: #222222 !important;
}

/* Mitarbeiter */

.tablesub.ma {
    overflow: hidden;
}

.tablesub.ma .image {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.tablesub.ma .info {
    margin-top: 225px;
}

.tablesub.ma.nopic .info,
.tablesub.ma.smallpic .info{
    margin-top: 0;
    float: left;
}


/*
.tablesub.ma.nopic .info .text {
	border:1px solid red;
	overflow:hidden;
	width:95%;
	height:33%;
	}
*/


.tablesub.ma.smallpic .image,
.tablesub.ma.smallpic h3{
    position: relative;
    float: left;
    width: 46%;
    display: inline-block;
}

.download .button-container h4 {
color: white;
text-align: center;
float: left;
width: 100%;
margin-top: 0;
}

.download .icon-container {
float: left;
width: 20%;
display: flex;
align-items: center;
justify-content: center;
}

.download .button-container {
float: left;
width: 70%;
}

.download .button-container p {
text-align: center;
width: 100%;
max-width: 100%;
float: left;
display: block;
}

.download i {
display: flex;
border-right: none;
}

.download .fa-download:before {
align-self: center;
justify-content: center;
}

.twoelements.single li {
max-width: 100%;
}

.twoelements.single.download .icon-container {
width: 15%;
}

header.contentpage .nav li.chose-lang {
border-right: none;
}

header.contentpage .nav li.chose-lang {
padding-left: 35px;
font-size: 1em;
}

header.contentpage .nav li.chose-lang a {
display: inline-block;
padding: 10px 0;

}


/*
=== CUSTUM START ===
*/

.twoelements p {
    max-width: 96%;
}

.half_image {
    margin: 0%;
    width: 95%;
}

.full_image {
    margin: 0%;
    width: 95%;
}

.fullwidth p {
    width: 100%;
    margin: 0 auto;
}

.fullwidth p a {
    color: #007339;
}

.twoelements p a {
    color: #007339;
}

.oneelement a {
    color: #007339;
}

.fullbg, .fullbg_klein, .fullbg_mittel, .fullbg_gross {
    height: 60vh;
    background-size: cover;
    background-attachment: local;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 30px;
    padding-bottom: 30px;
}

.fullbg span.copyright, .fullbg_klein span.copyright, .fullbg_mittel span.copyright, .fullbg_gross span.copyright {
	font-size: 14px;
	color: white;
	}

.fullbg#working, .fullbg_klein#working, .fullbg_mittel#working, .fullbg_gross#working {
    background-image: url('/sbs/home.nsf/leer_bankomatkarte.jpg');
}

.fullbg#bankomatkarte, .fullbg_klein#bankomatkarte, .fullbg_mittel#bankomatkarte, .fullbg_gross#bankomatkarte {
    background-image: url('/sbs/home.nsf/leer_bankomatkarte.jpg');
}

.fullbg#whiteboard, .fullbg_klein#whiteboard, .fullbg_mittel#whiteboard, .fullbg_gross#whiteboard {
    background-image: url('/sbs/home.nsf/leer_whiteboard.jpg');
}

.fullbg#foyer, .fullbg_klein#foyer, .fullbg_mittel#foyer, .fullbg_gross#foyer {
    background-image: url('/sbs/home.nsf/leer_foyer.jpg');
}

.fullbg#transaktion, .fullbg_klein#transaktion, .fullbg_mittel#transaktion, .fullbg_gross#transaktion {
    background-image: url('/sbs/home.nsf/leer_transaktion.jpg');
}

.fullbg#aussen, .fullbg_klein#aussen, .fullbg_mittel#aussen, .fullbg_gross#aussen {
    background-image: url('/sbs/home.nsf/leer_aussen.jpg');
}

.fullbg#programmierer, .fullbg_klein#programmierer, .fullbg_mittel#programmierer, .fullbg_gross#programmierer {
    background-image: url('/sbs/home.nsf/leer_programmierer.jpg');
}
.fullbg#sbsvilla, .fullbg_klein#sbsvilla, .fullbg_mittel#sbsvilla, .fullbg_gross#sbsvilla {
    background-image: url('/sbs/home.nsf/leer_sbsvilla.jpg');
}

.fullbg_gross {
    height: 60vh;
    background-size: cover;
    background-attachment: fixed;
}

.fullbg_mittel {
    height: 40vh;
    background-size: cover;
    background-attachment: fixed;
}

.fullbg_klein {
    height: 20vh;
    background-size: cover;
    background-attachment: fixed;
}

.headline h2 {
    text-align: right;
}

.twoelements ul li {
    list-style-type: square;
}

.oneelement li {
    list-style-type: square;
}

.custom_image {
	margin-left:20px;
}

.info h3 {
	text-align: left;
	}

.info {
	overflow:hidden;
}

.info span.text {
	text-align: left;	 
	}
	
/*
display: table;
word-break: break-all;
*/




li.no_hover {
	cursor: default;
	}


/*
=== CUSTUM END ===
*/



/* Media Queries */

@media screen and (min-width:769px) {
    .twoelements.row-eq-height .col-sm-6 {
        width: 49.95%;
        padding-left: 0;
        padding-right: 0;
    }

    .row-eq-height .col-lg-3,
    .row-eq-height .col-md-3{
        width: 24.95% !important;
    }

    .row-eq-height .col-lg-4{
        width: 33.27% !important;
    }

    .row-eq-height .col-lg-6 {
        width: 49.9% !important;
    }

    .responsive-x,
    .responsive-burger {
        display: none !important;
    }

    .map-right {
        padding-left: 80px !important;
    }
    
    ul.nav {
		display:block !important;
	}
    
}

@media screen and (min-width: 800px) { header, header:after { height: 42vw !important; } }
@media screen and (min-width: 1200px) { header, header:after { height: 27vw !important; } }
@media screen and (min-width: 1600px) { header, header:after { height: 24vw !important; } }
@media screen and (min-width: 2000px) { header, header:after { height: 20vw !important; } }

@media screen and (max-width: 1199px) {
    .fullwidth .fourelements li {
        padding-top: 30px !important;
    }
	
	.fullwidth .fourelements button {
	    position: relative;
	    margin-top: 20px;
	    bottom: 0;
	    }

}

@media screen and (max-width: 768px) {
	
	.custom_image {
		margin-left:0px;
		width:100%;
	}
	
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
      	}
    h3 {
        font-size: 23px;
    }
	
	header.contentpage > .container, header.contentpage:after {
		margin-top: 80px;
	}
	
    header,
    header:after {
        height: 120vw;
    }
	
	#none, #none:after { height: 0px !important; }
	
    .headline {
        text-align: center;
    }

    .headline-container {
        width: 100%;
    }

    .navbar-brand img {
        margin: 0 auto;
    }

    .twoelements li,
    .twoelements p {
        max-width: 100%;
    }

    .twoelements h2 {
        text-align: center;
    }

    .twoelements .fb-box {
        position: relative;
    }

    .twoelements > li:nth-child(2) {
        margin-top: 20px;
    }

    .twoelements .fb-box p {
        margin-top: -5px;
        float: left;
        width: 75%;
    }

    .twoelements h2 {
        margin-right: auto;
        margin-left: auto;
    }

    .fullwidth .fourelements li {
        padding-top: 30px !important;
    }

    .fullwidth .fourelements button {
        position: relative;
        margin-top: 20px;
        bottom: 0;
    }

    .cta-element i {
        float: none;
        height: 120px;
        padding-right: 0px;
        padding-top: 20px;
        margin-right: 0px;
        border-right: none;
        text-align: center;
        width: 100%;
    }

    .cta-element h2,
    .cta-element p {
        width: 100%;
    }

    .cta-element h2 {
        float: none;
    }

    .cta-element p {
        text-align: center;
    }

    .navbar-default .navbar-brand {
        width: 100%;
    }
	
    header.contentpage {
        height: 100vw;
    }

    header.contentpage:after {
        height: 100vw;
    }

    .navbar-sbs .navbar-brand {
        width:0;
        margin-left: 10px;
    }

    .navbar-sbs .nav {
        position:fixed;
        height: 100%;
        background: white;
        width: 80%;
        right: 0;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
        padding-top: 8px !important;
    }

    .navbar-sbs .nav li {
		padding: 13px;
        border-right: none !important;
        width: 100%;
        text-align: right !important;
    }

	.navbar-sbs .nav .dropdown-menu .divider {
        padding: 0;
    }
    
    .navbar-sbs .nav .dropdown-menu {
        width: 100%;
        margin-top:0;
        padding-top:5px;
    }
    
    .navbar-sbs .nav .dropdown-menu li {
        padding: 0;
        word-break: break-all;
        font-size: .9em;
    }
	
	.navbar-sbs .nav .dropdown-menu li a {
        white-space: pre-wrap;
    }
	
    .responsive-x {
        display: inline-block;
    }

    .navbar-sbs .responsive-burger {
        float: right;
        line-height: 20px;
        font-size: 30px;
        padding: 23px 0;
        cursor: pointer;
    }

    .navbar-sbs .responsive-x {
        font-size: 30px;
        padding: 5px !important;
    }

    .navbar-fixed-top .navbar-brand img {
        margin: 0 auto;
    }

    footer .footer-navi {
        float: left;
    }

    footer .partnerlogos {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    footer .partnerlogos li {
        text-align: center;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

	.headline h2 {
    	text-align: center;
	}
	
	ul.nav {
	    display:none;
	}
	
	.fullbg {
		display: none !important;
	}
	
	.fullbg_gross {
    	height: 60vh;
    	background-size: cover;
    	background-attachment: local;
    	display: none !important;
	}

	.fullbg_mittel {
    	height: 40vh;
    	background-size: cover;
    	background-attachment: local;
    	display: none !important;
	}

	.fullbg_klein {
    	height: 20vh;
    	background-size: cover;
    	background-attachment: local;
    	display: none !important;
	}
	
}
