/*
<!--
noindexstart
-->
*/
/*	CSS - Duale Akademie - Onepager Bundeslaender
	wird verwendet bei OOE, S, V
	last change: HS 20200303
	green #3fa535 */
@font-face {
	font-family: DIN;
	src: url(../fonts/DINWeb.eot) format('embedded-opentype'), url(../fonts/DINWeb.woff) format('woff');
}
@font-face {
	font-family: DIN-Bold;
	src: url(../fonts/DINWeb-Bold.eot) format('embedded-opentype'), url(../fonts/DINWeb-Bold.woff) format('woff');
}
body {
	font-family: DIN,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 17px;
	padding-top: 0 !important;
}
.front section:nth-child(odd) {
	background-color: rgba(214,209,202,0.3);
}
p { line-height: 1.5; }
h1, h2, h3, h4, h5, h6 {
	font-family: DIN-Bold,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
h1 {
	margin: 0 0 10px;
	font-size: 60px;
}
h2 {
	font-size: 30px;
	margin-bottom: 25px;
}
h1, h2 {
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}
#ausbildungspartner h3 {
	margin-bottom: 30px;
	text-align: center;
    margin-top: 0;
}
#unternehmen h2,
#ausbildungsangebot h2 { margin-bottom: 40px; }
#unternehmen h3 {
	margin-top: 0;
    font-size: 20px;
}
#unternehmen h3 a:hover {
	border-bottom-style: solid;
}
#duale-akademie .container {
	padding-top: 10px;
}
#duale-akademie .container .cm_videoWrapper {
	text-align: center;
	margin-top: 40px;
}
iframe,
img {
	max-width: 100%;
}
a {
	color: #E20613;
	border-bottom: 1px dotted #E20613;
	-webkit-transition: border-color linear 0.2s;
	-moz-transition: border-color linear 0.2s;
	-o-transition: border-color linear 0.2s;
	transition: border-color linear 0.2s;
}
a:hover {
	border-bottom-style: solid;
	text-decoration: none;
}
section > .container {
	padding: 40px 0 50px 0;
}
/* Navigation */
.navbar {
	background-color: #FFF;
	min-height: 125px;
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 999;
	border-radius: 0;
}
.navbar.navbar-default.navbar-fixed-top {
	position: fixed;
	top: 0;
}
.navbar.navbar-default > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.container > .navbar-header {
	margin: 0;
	padding: 0;
}
.navbar .container {
	padding: 0;
}
.navbar-default .navbar-brand {
	border-bottom: none;
	height: auto;
}
.navbar-collapse {
	padding: 0;
}
.navbar-default .navbar-collapse {
	background: #FFF;
}
.navbar-nav {
	width: 100%;
	padding: 0;
}
.navbar-default .navbar-nav > li {
	border-right: 1px solid #3fa535;
}
.navbar-default .navbar-nav > li:first-child {
	border-left: 1px solid #3fa535;
}
.navbar-default .navbar-nav > li > a {
	border: none;
	padding-top: 14px;
	padding-bottom: 11px;
	color: #111;
	font-size: 20px;
	font-family: DIN, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: background-color linear .2s;
	-moz-transition: background-color linear .2s;
	-o-transition: background-color linear .2s;
	transition: background-color linear .2s;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #FFF;
	background: #3fa535;
}
/* Burgermenue */
.navbar-default .navbar-toggle {
	background: none !important;
	border: none;
	margin: 15px 15px 6px;
	min-height: 32px;
	padding: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	height: 4px;
	width: 40px;
	border-radius: 4px;
	transition: all 0.2s;
	background-color: #3fa535;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 11px;
	position: relative;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2),
.navbar-toggle.collapsed .icon-bar:nth-child(3),
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 100;
	margin-top: 0;
}
.navbar-toggle.collapsed .icon-bar:nth-child(3),
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
	margin-top: 9px;
	width: inherit;
}
.navbar-toggle .icon-bar:nth-child(2) {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-toggle .icon-bar:nth-child(3) {
	width: 0;
	opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(4) {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -19px;
}

/* Slider Headerbilder */
.fullscreenslider {
	margin-top: 125px;
}
.carousel .copyright {
	margin-top: -20px;
    color: #666;
    padding: 2px 4px;
    background-color: rgba(255,255,255,0.7);
}
.carousel .carousel-control {
	background: none;
	filter: none;
	opacity: 1;
	width: 30px;
	bottom: auto;
	top: 45%;
	border-bottom: none;
}
.carousel-control span.glyphicon {
	color: #FFF;
	margin-top: 0;
}
.carousel-control span.glyphicon:hover {
	color: #CCC;
}
.carousel .carousel-control {
	top: 30%;
}
.sub .carousel .carousel-control {
	top: 36%;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 55px;
	height: 140px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	margin-left: 20px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	margin-right: 20px;
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
	content: "";
}
.carousel-control .glyphicon-chevron-left {
	background: url(/Content.Node/kampagnen/dualeakademie-ooe/arrow-slider-left.png) no-repeat 0 0;
}
.carousel-control .glyphicon-chevron-right {
	background: url(/Content.Node/kampagnen/dualeakademie-ooe/arrow-slider-right.png) no-repeat 0 0;
}
.carousel-inner {
	height: 100%;
}
.carousel-inner a img {
	border-bottom: 2px solid transparent;
	transition: border-bottom-color 0.4s ease 0s;
	margin-bottom: 30px;
}
.button-ausbildungsbetrieb {	
    border-radius: 50%;
    background: #E20613;
    display: block;
    width: 260px;
    height: 260px;
    margin: 40px auto;
}
.button-ausbildungsbetrieb h3,
.button-ausbildungsbetrieb p {
	color: #FFF;
    width: 200px;
    position: relative;
    top: 80px;
    left: 25px; 
    transform: rotate(-15deg);
}
.button-ausbildungsbetrieb h3 {
    text-align: center;
    text-transform: uppercase;   
    font-size: 28px;
}
.button-ausbildungsbetrieb p {
    text-align: right;
    font-size: 24px;
    left: 10px;
}
#stoerer {
	position: fixed;
    right: -86px;
    bottom: 100px;
    display: inline-block;
    width: 290px;
    height: 85px;
    padding: 30px 10px;
    background: #E20613;
    transform: rotate(-90deg);
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    z-index: 10000;
    display: none;
}
#stoerer a {
	color: #FFF;
    border-bottom: none;
}

p a.pdf::after,
a.pdf::after {
	content: '[ pdf ]';
	font-size: 0.7em;
	padding: 0 3px 0 12px;
}

#ausbildungspartner .copyright,
#kooperationspartner .copyright { display: none; }
#ausbildungspartner .contentpic a { border: none; }
#bewerberinnen .container > div,
#unternehmen .container > div,
#duale-akademie .container > div,
#ausbildungsangebot .container > div,
#overview .container > div,
#ausbildungspartner .container > div,
#ausbildungspartner .container > div > div,
#bewerberinnen .container > div > div:first-child {
	padding-left: 0;
}
#unternehmen .container > div { padding-right: 0; }
#unternehmen .container > div > div:last-child { border-right: 1px solid #3fa535; }
#unternehmen .container > div > div {
	border-left: 1px solid #3fa535;;
}
#overview .container > div { padding-right: 0; }
#overview .container > div > div {
	border: 4px solid transparent;
	background: rgba(214,209,202,0.3);
}
.front section:nth-child(odd)#overview .container > div > div {
	border: 4px solid #FFF;
	background-color: #FFF;
}
@media (min-width: 768px) {
	html:not([class*="aloha"]) #overview .container > div > div {
    	width: 60%;
    	margin-right: 15px;
    	margin-bottom: 15px;
	}
	html:not([class*="aloha"]) #overview .container > div > div:last-child {
    	margin-right: 0;
	}
}
@media (min-width: 992px) {
	html:not([class*="aloha"]) #overview .container > div > div {
    	width: 49.2%;
    }
    html:not([class*="aloha"]) #ausbildungsangebot > .container > div,
	html:not([class*="aloha"]) #ausbildungsangebot > .container > div > div {
		display: flex;
	}
	html:not([class*="aloha"]) #ausbildungsangebot > .container > div.box-salzburg {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#bewerberinnen .container > div > div { width: 49%; }
	#unternehmen .container > div > div {
		width: 60%;
	}
}
#overview .container > div > div > div {
	padding: 15px 0 5px 0;
}
#ausbildungspartner .container > div {
	padding-top: 20px;
}
#ausbildungspartner .container > div > div,
#kooperationspartner .container > div > div {
	text-align: center;
	margin-bottom: 20px;
}
#kooperationspartner > .container > div > div {
	min-height: 110px;
}
#unternehmen .container > .col-xs-12 {
	margin-bottom: 30px;
}
#overview .container {
	padding-top: 60px;
}
#bewerberinnen span a {
	display: block;
}
#bewerberinnen .contentpic {
	width: 98%;
    margin-top: -20px;
}
#bewerberinnen .contentpic .copyright { display: none; }
#ausbildungsangebot .container div {
	padding-left: 0;
	padding-right: 0;
}
#ausbildungsangebot .container div .copyright,
#ausbildungsangebot .container div .imagedescription { display: none; }
#ausbildungsangebot .container div h3,
#ausbildungsangebot .container div ul li,
#ausbildungsangebot .container div h3 a,
#ausbildungsangebot .container div ul li a {
	color: #FFF;
}
#ausbildungsangebot .container div h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
    font-size: 20px;
}
#ausbildungsangebot .container div a {
	border-bottom: none;
}
#ausbildungsangebot .container div a:hover {
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
#ausbildungsangebot .container > div > p a.aloha-link-text:hover {
	color: #333;
}
#ausbildungsangebot .container div ul {
	padding-left: 20px;
	margin-bottom: 15px;
}
.btn-default {
    color: #3fa535;
    background-color: #FFF;
    border-color: #3fa535;
    display: block;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
}
.btn-default:hover {
    color: #FFF;
    background-color: #3fa535;
}
.btn-default.focus, .btn-default:focus,
.btn-default.active, .btn-default:active,
.btn-default:active:focus {
    color: #3fa535;
    background-color: #FFF;
    border-color: #3fa535;
    box-shadow: none;
}
.front section:nth-child(odd) .btn-default {
	/*color: #111;
    background-color: #FFF;
    border-color: #FFF;*/
    font-weight: bold;
    margin-top: 15px;
}
/*.front section:nth-child(odd) .btn-default:hover {
	color: #fff;
    background-color: #3fa535;
    border-color: #3fa535;
}*/
#ausbildungsangebot .sales-market {
	background-color: #c31924;
}
#ausbildungsangebot .technics {
	background-color: #73ae42;
}
#ausbildungsangebot .it-software {
	background-color: #3e9387;
}
#ausbildungsangebot .logistics-management {
	background-color: #779bc7;
}
#ausbildungsangebot .tourism-management {
	background-color: #973b6e;
}
#ausbildungsangebot .banking-finance {
	background-color: #1f468a;
}
.border-top {
    padding: 10px 0 20px 0;
    border-top: 1px solid rgba(214,209,202,0.6);
}
.border-top .col-md-3 { padding-left: 0; }
.border-top .contentpic { margin-top: 20px; }
html:not([class*="aloha"]) #ausbildungsangebot .container > div > div > div {
	display: flex;
	min-height: 120px;
	margin-bottom: 25px;
	padding-left: 0;
}
html:not([class*="aloha"]) #ausbildungsangebot .container > div > div > div > div:last-child {
	min-height: 120px;
	padding: 0 5px 0 10px;
	font-size: 15px;
}
html:not([class*="aloha"]) #ausbildungsangebot .container > div > div > div > div:first-child {	
	border-right: 5px solid #FFF;
	display: flex;
    justify-content: center;
    align-items: center;
}
#ausbildungsangebot .container > div > div > div > div:first-child img {
	width: 100%;
}
@media (min-width: 992px) {
	html:not([class*="aloha"]) #ausbildungsangebot .container > div > div > div > div:first-child {
		width: 28%;
	}
	html:not([class*="aloha"]) #ausbildungsangebot .container > div > div > div > div:last-child {
		width: 72%;
	}	
}
@media (max-width:600px) {
	html:not([class*="aloha"]) #ausbildungsangebot .container > div > div {
		width: 70%;
	}
	html:not([class*="aloha"]) #ausbildungsangebot .container > div > div > div > div:first-child {
		width: 28%;
	}
	html:not([class*="aloha"]) #ausbildungsangebot .container > div > div > div > div:last-child {
		width: 72%;
	}
}
@media (max-width:480px) {
	html:not([class*="aloha"]) #ausbildungsangebot .container > div > div {
		width: 100%;
		padding-right: 0;
	}
	html:not([class*="aloha"]) #ausbildungsangebot .container > div > div > div > div:first-child {
		width: 28%;
	}
	html:not([class*="aloha"]) #ausbildungsangebot .container > div > div > div > div:last-child {
		width: 72%;
	}
}

footer {
	background: #d6d1ca;
}
footer .container {
	padding: 30px 0 30px;
	color: #111;
	font-size: 0.9em;
}
footer .container > div:first-child { padding-left: 0; }
footer .container > div:last-child { padding-right: 0; }
footer .logo-extern {
	float: right;
	margin-bottom: 20px;
}
footer .logo-extern + p {
	clear: right;
    text-align: right;
}
@media (max-width:991px) {
	footer .container > div:last-child {
		padding-left: 0;
		padding-top: 20px;
	}
	footer .logo-extern { float: none; }
	footer .logo-extern + p { text-align: left; }
}
footer h3 {
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: 0;
}
footer a,
footer a:hover {
	color: #111;
	border-bottom: 1px dotted #111;
	text-decoration: none;
}
/* Goto Top */
.goto-top {
	background: transparent url('/Content.Node/kampagnen/die-lehre/background-60.png') repeat 0 0;
	border: 1px solid #3fa535;
	bottom: 2%;
	right: 1%;
	/* right: 6%; wenn stoerer eingeblendet ist */
	box-sizing: border-box;
	height: 40px;
	overflow: hidden;
	padding: 0 0 0 40px;
	position: fixed;
	width: 0;
	z-index: 1000;
	cursor: pointer;
	display: none;
}
.goto-top::after {
	border-bottom: 8px solid #3fa535;
	border-left: 6px solid transparent;
	border-right: 7px solid transparent;
	content: '';
	display: block;
	left: 14px;
	position: absolute;
	top: 15px;
}
.goto-top:hover,
.goto-top:hover::after {
	border-bottom-color: #FFF;
	-webkit-transition: background-color linear .5s;
	-moz-transition: background-color linear .5s;
	-o-transition: background-color linear .5s;
	transition: background-color linear .5s;
}
.goto-top:hover {
	background-color: #3fa535;
	border-color: #FFF;
}

.aloha-webkit .navbar.navbar-default.navbar-fixed-top.main-nav {
	display: none;
}

.sub section.content {
	margin-top: 125px;
}
.sub .content > .container,
.sub .content > .container .main {
	padding-left: 0;
    padding-right: 0;
}
.sub .content > .container > .main > h1 {
	font-size: 30px;
    text-align: left;
}
.sub .content > .container > .main > h2 {
	font-size: 22px;
	margin-top: 10px;
    text-align: left;
    text-transform: none;
}
.metalinks {
	float: right;
    margin-top: 28px;
    text-transform: uppercase;
    height: auto;
}
.metalinks a {
	border-bottom: none;
	color: #111;
}
.metalinks a:hover,
.metalinks a:focus {
	border-bottom: 1px solid #111;
}
.chosen-select {
	width: 220px !important;
    margin-top: 20px;
    height: 36px;
    border: none;
    border-bottom: 1px solid #3fa535;
}
@media (max-width:991px) {
	.aside { margin-top: 40px; }
}
.aside { padding-right: 0; }
.buttons-aside {
	margin-top: 50px;
}
.buttons-aside a {
    border-bottom: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

#kontakt-duale-akademie {
	padding-left: 30px;
    margin-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(214,209,202,0.3);
    padding-right: 0;
}
@media (max-width:767px) {
	#kontakt-duale-akademie { 
		margin-left: 0;
		margin-right: 15px;
	}
	.sub .content > .container .main {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sub .content > .container .main h1 {
		padding-left: 0;
	}
}
#kontakt-duale-akademie h3 {
	margin-top: 0;
    margin-bottom: 30px;
    font-family: DIN,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
#kontakt-duale-akademie .vcard {
	margin-bottom: 20px;
}
#kontakt-duale-akademie .btn {
	display: inline-block;
	margin-bottom: 0;
}
.btn .icon {
	width: .75em;
    height: .75em;
    margin-right: 8px;
}

/* Bundeslandwechsler */
.icon {
    display: inline-block;
    fill: currentColor;
}
.dropdown > .btn > .icon-arrow-down {
    position: absolute;
    left: auto;
    right: 3px;
    top: 0;
    width: 25px;
    height: 35px;
    padding: 5px;
    transition: transform .25s;
    transform: rotate(0deg);
}

.dropdown--bundesland {
	float: left;
	height: auto;
}
.dropdown--bundesland .btn {
    padding-left: 5px;
    border-width: 1px;
    border-color: #111;
    background: #FFF;
    margin-top: 19px;
    width: 220px;
    height: 36px;
    border-radius: 0;
    position: relative;
}

.dropdown--bundesland .btn:hover,
.dropdown--bundesland .btn:focus {
    color: #776565
}

.dropdown--bundesland .btn > span {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 17px;
}

.dropdown--bundesland .btn .icon-arrow-down {
    top: 3px;
    right: 3px
}
@media (max-width: 500px) {
    .dropdown--bundesland .btn {
        padding-top: 6px;
        padding-bottom: 2px;
        font-size: 90%;
        width: 200px;
    }
    .dropdown--bundesland .btn .icon-arrow-down {
        top: -1px;
        right: 2px
    }
}
.open > #dropdown-aktuelles-bundesland-list {
	z-index: 1000000;
	padding-top: 5px;
}
.dropdown-menu {
	box-shadow: none;
    border-radius: 0;
    border: 1px solid #111;
    border-top: none;
    margin-top: 0;
    width: 220px;
    padding: 0;
}
.dropdown-menu>li>a {
	padding: 5px 10px;
    font-size: 17px;
    border: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: rgba(214,209,202,0.3);
}
.chosen-container { margin-top: -16px; }
.chosen-container-single .chosen-drop { z-index: 10000; }
.chosen-container-single .chosen-single { border: 1px solid #797979; }
.header__content__flex .chosen-search { display: none; }
.btn-right { float: right; }
.btn-ghost--red {
    border: 1px solid #E00512;
    color: #E00512;
}
.chosen-container .chosen-results li { color: #3C3C3C; }
.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.highlighted:hover {
    background-color: #F0EFE2;
    color: #3C3C3C;
}
@media (min-width: 1200px) {
	html:not([class*="aloha"]) #duale-akademie .container > p {
		padding-left: 150px;
		padding-right: 150px;
	}
}
@media (max-width:1199px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
    	padding-left: 5px;
    	padding-right: 5px;
	}
	#stoerer {
    	bottom: 80px;
    	width: 230px;
    	height: 65px;
    	padding: 20px 10px;
    	font-size: 18px;
	}
}
@media (min-width: 992px) {
	.buttons-aside a {
		display: block;
		margin-left: 15px;
	}
}
@media (max-width:991px) {	
	.buttons-aside a {
		margin-right: 20px;
	}
	.contentpic.right img {
		margin: 10px 0;
		float: none;
	}
	.carousel-control { display: none; }

	#ausbildungsangebot .container > div > div {
		width: 60%;
	}
	#ausbildungsangebot .container > div > div > div > div:first-child {
		width: 28%;
	}
	#ausbildungsangebot .container > div > div > div > div:last-child  {
		width: 72%;
	}
	#ausbildungsangebot .contentpic { text-align: center; }
	#ausbildungsangebot img {
		max-width: 90%;
	}
	section > .container { padding-top: 0; }
	#unternehmen h2, #ausbildungsangebot h2 { margin-bottom: 20px; }
}
@media (min-width:992px) { 
	#ausbildungsangebot .container > div > div:first-child,
	#ausbildungsangebot .container > div > div:nth-child(2),
	#ausbildungsangebot .container > div > div:nth-child(4),
	#ausbildungsangebot .container > div > div:nth-child(5),
	#ausbildungsangebot .container > div > div:nth-child(7),
	#ausbildungsangebot .container > div > div:nth-child(8) {
		padding-right: 15px;
	}
}
@media (min-width:768px) {
	.contentpic.right img {
		margin: 0 0 10px 20px;
	}
	.navbar-nav {
		display: table;
	}
	.navbar-nav>li {
		float: none;
		display: table-cell;
		text-align: center;
	}
	.carousel-indicators {
    	bottom: 30px;
	}
}
@media (max-width:767px) {
	.navbar-nav { padding-top: 10px; }
	.navbar-default .navbar-brand { padding-bottom: 0; }
	.dropdown--bundesland .btn { margin-bottom: 15px; }
	.navbar-collapse { padding: 0; }
	.navbar-default .navbar-nav > li > a {
		font-size: 17px;
    	color: #FFF;
	}
	.dropdown--bundesland {
		margin-left: 15px;
    	margin-top: 2px;
	}
	.metalinks {
		margin-top: 10px;
    	margin-right: 15px;
	}
	section > .container,
	footer .container {
		padding-left: 15px;
    	padding-right: 15px;
	}
	h1 {
		padding: 0 15px;
		font-size: 36px;
    	margin-top: 15px;
	}
	.carousel-indicators { display: none; }
	#unternehmen h3 { margin-top: 20px; }
	.navbar .container {
		height: inherit;
		overflow: inherit;
	}
	.navbar-collapse,
	.navbar-nav {
		margin: 0 !important;
		padding: 0 0 10px 0;
		background-color: #3fa535;
		z-index: 999;
	}
	.navbar-default .navbar-nav > li > a {
		border-bottom: none;
		padding-bottom: 7px;
		padding-top: 10px;
	}
	#ausbildungsangebot .container > div > div {
		width: 70%;
	}
	#ausbildungsangebot .container > div > div > div > div:first-child {
		width: 28%;
	}
	#ausbildungsangebot .container > div > div > div > div:last-child {
		width: 72%;
	}
	#ausbildungsangebot img {
		max-width: 80%;
	}
	#stoerer {
    	bottom: 70px;
    	right: -74px;
    	width: 180px;
    	height: 40px;
    	padding: 10px 10px;
    	font-size: 14px;
	}
}
@media (max-width:600px) {
	footer .container {
		padding: 20px 15px 30px;
	}
}
@media (max-width:480px) {
	h1 {
		font-size: 28px;
		margin: 10px 0;
	}
	h2 { font-size: 24px; }
	h3 { font-size: 20px; }
	.buttons-aside a {
    	margin-right: 0;
    	margin: 0 auto;
    	display: block;
    	margin-bottom: 20px;
	}
}
/*
<!--
noindexend
-->
*/