

@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
/********** SLIDERS **********/


/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


/* exo-300 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/exo-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/exo-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/exo-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/exo-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/exo-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/exo-v20-latin-300.svg#Exo') format('svg'); /* Legacy iOS */
}

/* exo-regular - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/exo-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/exo-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/exo-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/exo-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/exo-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/exo-v20-latin-regular.svg#Exo') format('svg'); /* Legacy iOS */
}

/* exo-500 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/exo-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/exo-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/exo-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/exo-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/exo-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/exo-v20-latin-500.svg#Exo') format('svg'); /* Legacy iOS */
}

/* exo-700 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/exo-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/exo-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/exo-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/exo-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/exo-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/exo-v20-latin-700.svg#Exo') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'SignPainter HouseScript';
    src: url('../fonts/SignPainterHouseScript.woff2') format('woff2'),
        url('../fonts/SignPainterHouseScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Bold.woff2') format('woff2'),
        url('../fonts/DINPro-Bold.woff') format('woff'),
        url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

    @font-face {
    font-family: 'Sans Serif Shaded';
    font-style: normal;
    font-weight: normal;
    src: local('Sans Serif Shaded'), url('../fonts/SansSerifShaded.woff') format('woff');
    }
@font-face {
    font-family: 'Agent-Red';
    src:url('../fonts/Agent-Red.ttf.woff') format('woff'),
        url('../fonts/Agent-Red.ttf.svg#Agent-Red') format('svg'),
        url('../fonts/Agent-Red.ttf.eot'),
        url('../fonts/Agent-Red.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}



* {
	margin: 0;
	padding: 0px;
}

body {
	background: #ffffff;
	margin: 0;
	height: 100%;
	color: #124084;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	max-width: 100vw;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo', sans-serif;
	font-weight: 300;
}

h1, h2 { font-weight: 300; }
h4 { margin-top: 30px; }
p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #124084;
	margin-top: 10px;
}

ol li, ul li { line-height: 24px; font-size: 15px; }
img {
	height: auto;
	max-width: 100%;
}
.label {
	font-size: 85%;
	font-weight: normal;
}

a {
	color: #000000;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

a:hover, a:focus {
	text-decoration: none;
	color: #5b6d68;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}

.centered {
	text-align: center;
}
.grey {
	background: #eee;
}
pre {
	margin: 20px 0;
}
code {
	padding: 5px 10px;
	margin: 10px 0;
	display: block;
}

blockquote p {
	margin-top: 0;
}
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
	display: block;
}
.navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 10px;
	font-size: 18px;
	line-height: auto;
}
.navbar-brand img {
	height: 26px;
	width: auto;
}

/*
.navbar-header{
min-width: 550px;	
}
*/

#HeaderLogoSwitch{
height: 102px;
width: auto;
margin: 10px;
	max-width: 80vw;
}

.navbar-default .navbar-nav > li > a {
	color: #124084;
	font-weight: 700;
	font-size: 23px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-nav > li > a:hover { color: #000000; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000000;
	background-color: transparent;
}

.navbar-default {
	background-color: #fff;
	border-color: transparent;
}

.dropdown-menu {
	background: #fff;
	border: none !important;
	padding-top: 10px;
	padding-bottom: 0;
}
.navbar-default .lang {
	margin-left: 5px;
}
.navbar-default .lang a {
	margin-left: 5px;
	padding-left: 10px;
}
.navbar-default .lang ul a {
	margin-left: 0;
}
.navbar-default .lang:before {
	content: '';
	height: 14px;
	width: 1px;
	float: left;
	position: relative;
	top: 18px;
	border-left: 1px solid #fff;
}
.navbar-default .lang .dropdown-menu {
	min-width: 40px;
	text-transform: uppercase;
}

@media (max-width: 767px){
  .lang-title {
	color: #fff;
	margin-top: 30px;
	padding: 10px;
	background: #5e6772;
  }
  .navbar-default .lang {
	margin-bottom: 20px;
  }
  .navbar-default .lang:before {
    content: none;
  }
  .navbar-default .lang,
  .navbar-default .lang a {
	margin-left: 0;
  }
}

.navbar-right .dropdown-menu { left: 0; }
.dropdown-menu > li > a {
	color: #124084;
	font-weight: 700;
	font-size: 12px;
	padding: 6px 20px;
	border-top: 1px solid #4d5d70;
}

.dropdown-menu > li:first-child > a {
	border-top: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.active,
.dropdown-menu > .active > a {
	color: #fff;
	background: #124084 !important;
}

.xform input[type=submit], .btn-theme {
	color: #fff;
	background-color: #124084;
	border-color: #124084;
	margin: 4px;
}

.xform input[type=submit],
.xform input[type=submit]:focus,
.xform input[type=submit]:active,
.xform input[type=submit].active,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
	color: #fff;
	background-color: #F05A22;
	border-color: #F05A22;
}

.dmbutton:hover,
.dmbutton:active, .dmbutton:focus {
	color: #ffffff;
	background-color: #F05A22;
	border-color: #ffffff;
}

.dmbutton {
	background: rgba(0,0,0,0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing: 0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 190px;  
	margin-bottom: 0px;
}

.mb { margin-bottom: 60px; }
.mt { margin-top: 60px; }

.hline {
	border-bottom: 1px solid #000000;
	margin: 40px 0 20px;
}
.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}

#headerwrap {
	background-color: #F05A22;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap h3, #headerwrap h5 { color: white; }
#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive { margin: 0 auto; }
#service {
	margin-top: 100px;
	margin-bottom: 80px;
}

/* Iconsize */
.service .size2 .fa {
	font-size: 20px;
}
.service .size3 .fa {
	font-size: 26px;
}

.breadcrumb-wrapper {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb-wrapper .home_link {
	padding-left: 10px;
}
.rex-breadcrumb {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0;
}
.rex-breadcrumb>li,
.breadcrumb-wrapper .home_link{
	display: inline-block;
}
.rex-breadcrumb>li+li:before,
.breadcrumb-wrapper .home_link:after {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb-wrapper .home_link:after {
	padding-left: 10px;
}

#service i {
	color: #F05A22;
	font-size: 60px;
	padding: 15px;
}

#portfoliowrap {
	display: block;
	text-align: center;
}
#portfoliowrap h2,
#portfoliowrap h3 {
	padding-bottom: 30px;
}

#portfoliowrap.full.framed {
	padding-left: 30px;
	padding-right: 30px;
}
#portfoliowrap.normal.frameless .row {
	margin-left: 0;
	margin-right: 0;
}
.portfolio {
	display: block;
}
#portfoliowrap.framed .portfolio-item {
	padding-top: 15px;
	padding-bottom: 15px;
}
#portfoliowrap.frameless .portfolio-item {
	padding-left: 0;
	padding-right: 0;
}

.portfolio-item .title:before {
	border-radius: 0;
	display: none;
}

.portfolio-item p { margin: 0px 0 30px; }
.portfolio-item h3 {
	margin: -10px 0 10px;
	font-size: 16px;
	text-transform: uppercase;
}

.portfolio-item h3 {
	color: #fff;
	margin: 0;
	padding: 40px 5px 0;
	font-size: 16px;
	text-transform: uppercase;
}

.portfolio-item .dmbutton {
	display: inline-block;
	margin: 40px 5px 20px 5px;
	font-size: 13px;
}

.portfolio-item .bg {
	height: 100%;
	width: 100%;
	background-color: #F05A22;
	background-color: rgba(56,68,82,0.9);
	text-align: center;
}

.fullpicture {
	position: relative;
	background-color: #5b6d68;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 0px;
	padding-top: 60px;
	text-align: center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.fullpicture .layer {
	background-color: #5b6d68;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 1;
}

.fullpicture .container {
	position: relative;
	z-index: 3;
}
.fullpicture .centered {
	position: relative;
	z-index: 2;
}
.fullpicture i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

.fullpicture p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

.fullpicture h4 { color: #bfc9d3; }

#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 { margin-bottom: 60px; }

#sidenav_title {
	margin-top: 0;
}
.sidebar li a.rex-current {
	font-weight: bold;
}

#sidenav i { margin-right: 10px; }
#sidenav {
	padding-left: 0;
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidenav li {
	padding: 2px 0;
}
#sidenav li a {
	text-transform: uppercase;
	font-weight: 500;
	color: #124084;
}

#sidenav li a:hover,
#sidenav li.active a { color: #F05A22; }
#sidenav li.active li a { color: #124084; }
#sidenav li li a:hover, #sidenav li li.active a { color: #bfc9d3; }
#sidenav ul {
	margin-left: 15px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 15px;
}

#sidenav ul li a {
	text-transform: none;
	font-weight: 300;
	color: #124084;
}

#footerwrap {
	padding-top: 0px;
	padding-bottom: 0px;
	background: #9FBAC2;
	hyphens: auto;
}

#footerwrap .row {
	margin-right: -30px;
    margin-left: -30px;
}
#footerwrap .col-md-4 {
	padding-left: 30px;
	padding-right: 30px;
}

#footerwrap h4 {
	color: white;
}
#footerwrap p {
	color: #bfc9d3;
}
#footerwrap li {
	list-style-type: disc;
	color: #bfc9d3;
}

#footerwrap a { color: #bfc9d3; }
#footerwrap a:hover {
	color: #fff;
	text-decoration: underline;
}
#footerwrap li.active a {
	color: #F05A22;
}

#footerwrap .social-links a { margin-right: 20px; }
#footerwrap i {
	font-size: 15px;
	color: #bfc9d3;
	padding-right: 5px;
}

#footerwrap i:hover { color: #F05A22; }


.slider { position: relative; }
.slider .slides li { position: relative; }
.slider.small-controls .flex-direction-nav a { margin-top: -20px; }
.slider.small-controls .flex-control-nav { display: none; }
.hero-slider {
	padding: 0px;
	position: relative;
}

.hero-slider .slides { overflow: hidden; }
.hero-slider .slides li {
	height: 650px;
	position: relative;
	background-size: cover !important;
}

.hero-slider .slides li .row {
	position: relative;
	z-index: 2;
}

.hero-slider .slides li h3 { font-size: 30px; }
.hero-slider .slides li h2 {
	line-height: 1;
	margin-bottom: 33px;
	padding-bottom: 7px;
}

.hero-slider .slides li h1 {
	line-height: 1;
	font-size: 60px;
	margin-bottom: 33px;
}

.work-slider { margin-top: 28px; }
.work-slider .slides li { height: 400px; }
.slides li .fadeUp { opacity: 0; }
.slides li {
	position: relative;
	color: #fff;
}

.slides li p, .slides li a { color: #fff; }
.slides li .slide-content {
	position: relative;
	z-index: 3;
}

.slides li h1, .slides li p {
	padding-left: 100px;
	padding-right: 100px;
}

.slides li .overlay {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 2;
}

.slides li .btn-theme {
	border: none;
	background-color: #F05A22;
	color: #124084;
}

.slides li .btn-theme:hover, .slides li .btn-theme:focus, .slides li .btn-theme:active, .slides li .btn-theme.active {
	background-color: #124084;
	color: #fff;
}

.hero-slider .slides li .slide-content img { max-height: 500px; }
.hero-slider .flex-direction-nav a {
	height: 60px;
	width: 60px;
	font-size: 0;
}

.hero-slider .flex-direction-nav a:before {
	position: absolute;
	font-size: 40px;
	display: block;
	top: 15px;
	left: 23px !important;
	right: auto !important;
}

.hero-slider .flex-direction-nav a.flex-prev:before { left: 20px !important; }
@media all and (max-width: 1100px) {
	.hero-slider .slides li .slide-content img { max-height: 300px; }
}

.background-breathe {
	-webkit-animation: burnsIn 16s ease infinite alternate;
	-moz-animation: burnsIn 16s ease infinite alternate;
	animation: burnsIn 16s ease infinite alternate;
}

.background-breathe .slide-content {
	-webkit-animation: burnsOut 16s ease infinite alternate;
	animation: burnsOut 16s ease infinite alternate;
	-moz-animation: burnsOut 16s ease infinite alternate;
	position: relative;
	top: 30px;
}

@-webkit-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-webkit-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@-moz-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-moz-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

#headerpic {
	position: relative;
	background: #9FBAC2;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 60px;
/*	margin-bottom: 60px;  */
	padding-top: 80px;
	padding-bottom: 50px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#headerpic .layer {
	background-color: #F05A22;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: 2;
}

#headerpic h3 {
	position: relative;
	text-transform: uppercase;
	z-index: 3;
	color: white;
	display: inline;
	font-weight: 300;
	letter-spacing: 0.3em;
/*	border-bottom: 2px solid #fff; */
	font-family: 'DINPro';
	font-size: 3.0em;
	display: none;
}

.ctitle {
	color: #F05A22;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}

csmall2 {
	font-size: 12px;
	color: #f39c12;
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme { background: #F05A22; }

.pictext h2,
.pictext h3 {
	margin-bottom: 25px;
}


.downloads h3 { margin-bottom: 25px; }
.downloads i.fa {
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}

downloads a i.fa { color: #5b6d68; }
downloads a:hover i.fa { color: #F05A22; }

#contactwrap {
	margin-top: -60px;
	padding-top: 0px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comments {
	padding-top: 10px;
	margin-top: 50px;
	border-top: 2px solid #bfc9d3;
}

.comments h2 {
	font-size: 24px;
	padding-bottom: 30px;
}

#commentList li {
	margin-top: 30px;
	margin-bottom: 30px;
}

#commentList li::after {
	content: '';
	display: block;
	background: #bfc9d3;
	width: 100%;
	height: 1px;
	margin-left: -20px;
}

.board h1 { font-size: 24px; }
.board h2 { font-size: 20px; }

.parallax {
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.teaser h2 {
	margin-top: 0;
}
.teaser .hline {
	margin-top: 30px;
	margin-bottom: 40px;
}

table {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	width: 100%;
}

table tr { border-bottom: 1px solid #ccc; }
table th {
	vertical-align: top;
	min-width: 200px;
	padding: 20px 0;
	border-top: 1px solid #5b6d68;
	border-bottom: 1px solid #5b6d68;
	text-transform: uppercase;
}

table td {
	vertical-align: top;
	padding: 20px 0;
}

.board table h2 {
	margin-top: 0;
	font-size: 18px;
}

.accordion .title {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accordion .content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.accordion li.active .content { max-height: 2000px; }
.accordion p:last-child { margin-bottom: 0; }
.accordion-1 li { margin-bottom: 10px; display: block; }
.accordion-1 li:last-child { margin-bottom: 0; }
.accordion-1 .title {
	background: #f5f5f5;
	padding: 13px 23px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.bg-secondary .accordion-1 .title { background: #2d4f6d; }
.bg-secondary .accordion-1 .title:hover { background: #2d4f6d; }
.accordion-1 .title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.accordion-1 .active .title {
	background: #2d4f6d;
	color: #fff;
}

.accordion-1 .content {
	border: 1px solid #eee;
	border-top: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
}

.accordion-1 .content p { padding: 13px; 
	color: #000000;}
.accordion-1 .active .content {
	opacity: 1;
	transform: translate3d(0,0px,0);
	-webkit-transform: translate3d(0,0px,0);
	-moz-transform: translate3d(0,0px,0);
}

.accordion-1 .title:hover {
	color: #2d4f6d;
	background: #dce7f0;
}

.accordion-1 .active .title:hover {
	color: #fff;
	background: #3c6991;
}

.accordion-2 li {
	display: block !important;
}
.accordion-2 .title {
	font-size: 16px;
	font-weight: 500;
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .7;
}

.accordion-2 .title:before {
	content: "\f067";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 10px;
	margin-right: 10px;
}

.accordion-2 .active .title {
	opacity: 1;
	color: #2d4f6d;
}

.accordion-2 .active .title:before { content: '\f068'; }
.accordion-2 .content p,
.accordion-2 .content ul,
.accordion-2 .content ol { padding: 16px 0; }
.accordion-2 .title:hover {
	opacity: 1;
	color: #2d4f6d;
}

.tabs {
	overflow: hidden;
}
.tabs ul.tabs {
	padding-top: 20px;
}
.tabs ul.tabs,
.tabs ul.content {
	padding-left: 0;
}
.tabs li {
	display: inline-block;
	cursor: pointer;
}

.tabs.thirds { width: 100%; }
.tabs.thirds li { width: 33.3333333%; }
.tabs.thirds .tab-title { width: 100%; }
.button-tabs .tabs {
	display: inline-block;
	overflow: hidden;
}

.button-tabs .tabs > li {
	margin-bottom: 8px;
	float: left;
}

.button-tabs .tabs > li:last-child { margin-right: 0; }
.button-tabs .tab-title {
	padding: 13px;
	display: inline-block;
	text-align: center;
	min-width: 150px;
	background: #E0E4E6;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.bg-secondary .button-tabs .tab-title { background: #eee; }
.button-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.button-tabs .active .tab-title {
	background: #2d4f6d;
	color: #fff;
}

.button-tabs .tab-title:hover { background: #C7D2D8; }
.button-tabs .active .tab-title:hover { background: #2d4f6d; }
.button-tabs.vertical { overflow: hidden; }
.button-tabs.vertical > .tabs {
	width: 30%;
	float: left;
}

.button-tabs.vertical > .content {
	padding-left: 3%;
	width: 70%;
	float: right;
}

.button-tabs.vertical > .tabs li, .button-tabs.vertical .tab-title { width: 100%; }
.button-tabs.vertical > .tabs li { margin-bottom: 10px; }
.bg-dark .button-tabs .tab-title span { color: #222; }
@media all and (max-width: 767px) {
	.button-tabs .tabs li {
		width: 49%;
		margin-bottom: 15px;
	}

	.button-tabs.vertical .tabs, .button-tabs.vertical .content {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}

}

.tabbed-content .content > li {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	display: none;
}

.tabbed-content .content .active {
	opacity: 1;
	visibility: visible;
	display: block;
}

.text-tabs .tabs {
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
	overflow: visible;
}

.text-tabs.no-border .tabs { border-bottom: none; }
.text-tabs .tab-title {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	padding: 0 24px;
	opacity: 0.5;
	position: relative;
}

.text-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.text-tabs .tab-title:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #91a05c;
	bottom: 10px;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	bottom: -17px;
	left: 0;
}

.text-tabs .active .tab-title {
	opacity: 1;
	color: #2d4f6d;
}

.bg-primary .text-tabs .tab-title:after {
	background: #2d4f6d;
}
.text-tabs .active .tab-title:after {
	opacity: 1;
}
.text-tabs .tab-title:hover {
	opacity: 1;
}


@media all and (max-width: 767px) {
	.text-tabs .tabs { padding-bottom: 0; }
	.text-tabs .tabs li {
		width: 49%;
		margin-bottom: 15px;
	}

	.text-tabs .tab-title:after { display: none; }
	.text-tabs:not(.text-center) .tabs li:first-child .tab-title { padding-left: 24px; }
}

.icon-tabs .tabs li {
	width: 24.5%;
	margin-bottom: 24px;
}

.icon-tabs .tab-title {
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .5;
}

.icon-tabs .tab-title:hover { opacity: 1; }
.icon-tabs .active .tab-title {
	color: #91a05c;
	opacity: 1;
}

.icon-tabs .active .tab-title i { color: #91a05c; }
.image-bg .icon-tabs .active .tab-title i { color: #fff; }
.icon-tabs .tab-title i {
	display: block;
	margin-bottom: 16px;
}

.icon-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
@media all and (max-width: 1199px) {
	.sidebar {
		clear: both;
	}
	.teaser .image-deco {
		margin-bottom: 20px;
		width: 100%;
	}
}
@media all and (max-width: 767px) {

	.container > .navbar-header {
		margin-bottom: 10px;
		margin-left: 15px;
		max-width: 95vw;
	}
	.navbar-brand {
		margin-left: 15px;
	}
	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 15px;;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}
	.navbar-collapse {
		max-height: none;
	}
	.navbar-fixed-top {
		position: static;
	}
	.dropdown-menu {
		box-shadow: none;
		position: relative;
		display: block;
		float: none;
		padding-top: 0;
		padding-bottom: 20px;
		list-style-type: disc;
	}
	.navbar-default .dropdown-toggle a {
		border-bottom: 1px solid #5e6772;
	}
	.navbar-default .dropdown-menu li a,
	.navbar-default .dropdown-toggle:last-child a {
		border-bottom: none;
	}
	.dropdown-menu {
		margin-left: 0;
		padding-left: 30px;
	}
	.dropdown-menu > li {
		color: #fff;
		list-style-type: disc;
		list-style-position: outside;
	}
	.dropdown-menu > li > a {
		border: none;
		padding: 6px 0;
	}
	.dropdown-menu > li > a:hover {
		background: none;
	}

	.icon-tabs .tabs li {
		margin-bottom: 16px;
		margin-right: 0;
		width: 49%;
	}
	.icon-tabs .tab-title i {
		font-size: 32px;
	}
	.mtb {
		margin-bottom: 40px;
	}

    #footerwrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }
	.parallax {
		background-attachment: scroll !important;
	}

}


@media (max-width: 1280px){
.mtb {
	margin-top:200px;
}
}

@media (max-width: 1000px){
.mtb {
	background-image: none;
	background-color: #d0d0d2;
	}
}

@media (max-width: 500px){
.mtb {
	margin-top:0px;
	margin-bottom:0px;
}
}


 .search_it-form {
        box-sizing: border-box;
        font-size: 1rem;
        font-family: sans-serif;
        max-width: 640px;
        padding: 1rem;
        margin: 0 auto;
        display: inline-block;
    }
    .search_it-form fieldset {
        display: flex;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .search_it-flex {
        display: flex;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .search_it-form legend, label {
    /*    display: none;  */
    }
    .search_it-flex > * {
        flex: 2 2 200px;  
    }
    .search_it-flex > .search_it-button {
        flex: 1 1 100px;  
    }

    .search_it-form input:focus::-webkit-input-placeholder{
      color: transparent;
    }
    .search_it-form input:focus::-moz-placeholder {
      color: transparent;
    }
    .search_it-form input:focus:-ms-input-placeholder {
      color: transparent;
    }
    .search_it-form input:focus:-moz-placeholder {
      color: transparent;
    }
	
	
	.search_it-button{
	color: #124084;
	background-color: Transparent;
	background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;  
	margin-left:10px;	
	transition: 1.0s;
	}
	
	.search_it-button:hover{
	color: #F05A22;
	}
	
	 .search_it-modul {
        box-sizing: border-box;
        font-size: 1rem;
        font-family: sans-serif;
        max-width: 80%;
        margin: 0 auto;
 //       border: 1px solid rgba(0,0,0,0.2);
        padding: 0 2rem 2rem 2rem;
    }
    .search_it-demotitle {
        font-size: 1.8rem;
        font-weight: bold;
 //       border-bottom: 1px solid  rgba(0,0,0,0.2);
        color: rgba(0,0,0,0.4);
        margin-bottom: 2rem;
		padding-top: 25px;
    }
    .search_it-results {
        padding: 0;
        margin: 0;
    }
    .search_it-result {
 //       background: rgba(0,0,0,0.05);
 //       border: 1px solid rgba(0,0,0,0.4);
        padding: 1rem;
		padding-left: 0px;
        margin: 1rem 0;
        list-style-type: none;
        list-style-position: inline;
    }
    .search_it-title,
    .search_it-title a {
		color: #124084;
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 20px;
    }

    .search_it-result .search_it-teaser {
        color: rgba(0,0,0,0.7);
    }
    .search_it-result .search_it-url {
		display: none;
        color: rgba(0,0,0,0.4);
    }
    .search_it-missing_type,
    .search_it-zero {
        background: rgba(180,0,0,0.05);
        padding: 1rem;
        border: 1px solid rgba(255,0,0,0.7);
        margin: 1rem 0;
        color: rgba(255,0,0,0.7);
    }
    .search_it-request,
    .search_it-type {
        font-weight: bold;
    }

.search_it-headline{
			color: #124084;
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 28px;
margin-bottom: 20px;
}

.oberkirch_tag{
	color: #e42b37;
	font-size: 	4.0em ;
	font-family: 'SignPainter HouseScript';
}

.oberkirch_tag:hover{
	color: #F05A22;
}

.oberkirch_tag_h4{
	color: #e42b37;
	font-family: 'SignPainter HouseScript';
	font-size: 4.0em !important;
	margin-bottom: 1.0em;
}

.berufsinfomesse_header{
	color: #fff;
	font-size: 	4.0em ;
	font-family: 'DINPro';
	text-transform: uppercase;
	font-family: 'DINPro';
    font-weight: bold;
    font-style: normal;
	margin-top: -20px;
}

.berufsinfomesse_header a{
	color: #124084 !important;
}


.search_it_text{
	font-size: 	2.1em ;
}

@media (max-width: 560px) {
.oberkirch_tag{
	font-size: 	2.0em ;
}

.berufsinfomesse_header{
	font-size: 	2.0em ;
	margin-top: -10px;
}
}


@media (min-width: 1300px) {
  .container {
    width: 1240px;
  }
  
}
  @media (min-width: 1400px) {
  .container {
    width: 1340px;
  }
 } 
  @media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
  }
  
 
  
    @media (max-width: 1600px) {
  .navbar-right{
	  margin-top:10px !important;
  }
  }
  
      @media (max-width: 1700px) {
  .navbar-nav{
	  margin-top:0px !important;
  }
    .search_it-form{
    display:block !important;
  }
  
  .linkbox-title-lb-mod-3 h3{
	  font-size: 1.5em !important;
  }
  }
  
  @media (min-width: 1600px) {
  .container {
    width: 1540px;
  }
  }
  @media (min-width: 1700px) {
  .container {
    width: 1640px;
  }
 } 
  @media (min-width: 1800px) {
  .container {
    width: 1800px;
  }
  } 
  
    @media (max-width: 1200px) {
.quader{
	width: 80%;
}
.linkbox-title-lb-mod-3 h3{
	margin-top: 3% !important;
	margin-bottom: 3% !important;
}
 } 
  
  
      @media (max-width: 770px) {
.hline{
margin-bottom: 0px !important;
}

.search_it_text{
	font-size: 	2.0em !important;
}
	  } 
	  
	  
  .navbar-nav{
	  margin-top:25px;
  }
  
.breadcrumb-wrapper{
	display: none;
}

.abstand{
	margin-left: 1.16%;
	margin-right: 1.16%;
	margin-top: 1.16%;
	margin-bottom: 1.16%;
}

@media (min-width: 1201px) {
.linkbox-title-lb-mod-3 h3{
	color: #4D4D4D;
	font-size: 	3.0em ;
	font-family: 'DINPro';
	font-family: 'DINPro';
    font-weight: bold;
    font-style: normal;
	transition: 1.0s;
	text-transform: uppercase;
	background-color: #fff;
/*	writing-mode: sideways-lr; 
	padding-right: 80%;*/
	margin-left: 18%;
	min-height: 40%;
	padding-bottom: 7%;
	writing-mode: tb-rl;
    transform: rotate(-180deg);
	padding-left: 100%;
	padding-top: 7%;
	/* hyphens */
   hyphens: auto; 

}

.quader{
	height: 200%;
	transition: 0.4s;
    overflow: hidden;
	box-shadow: 0px 0px 0px 30px #fff inset;
}
}


@media (min-width: 1301px) {
.linkbox-title-lb-mod-3 h3{
	height: 35% !important;
}
}

@media (max-width: 1300px) {
.linkbox-title-lb-mod-3 h3{
	height: 30% !important;
}
}

@media (max-width: 1200px) {
.linkbox-title-lb-mod-3 h3{
	color: #4D4D4D;
	font-size: 	2.3em ;
	font-family: 'DINPro';
	font-family: 'DINPro';
    font-weight: bold;
    font-style: normal;
	transition: 1.0s;
	text-transform: uppercase;
	background-color: #fff;
	margin-left: 10%;
	padding-left: 5%
}

.quader{
	height: 200%;
	transition: 0.4s;
    overflow: hidden;
	box-shadow: 0px 0px 0px 25px #fff inset;
}
}

@media (max-width: 900px) {
.quader{
	box-shadow: 0px 0px 0px 20px #fff inset;
}
}

@media (max-width: 560px) {
.quader{
	box-shadow: 0px 0px 0px 12px #fff inset;
}
}


.quader:hover{
	height: 200%;	
/*	border-radius: 150px;	*/
    transform: translateY(4px) translateX(4px);
	}
}

.quader:hover h3{
	color: #000000;
}

.middelline{
	font-family: 'DINPro';
	font-size: 	2.5em ;
	margin-bottom: -20px;
}

.hline{
margin-bottom: -40px;
}

.container_start{
margin-left: 16%;
}

@media (min-width: 1501px) {
.videoplayer{
	max-width: 60% !important;
	box-shadow: 5px 5px 15px 5px hsla(300,15%,25%,0.3);
}
}



.hline_subnav{
margin-bottom: 0px !important;
}


@media (max-width: 1300px) {
	
	#headerpic{
	display: none;	
	}
	
	.oberkirch_tag {
    font-size: 2.0em !important;
}
	.berufsinfomesse_header {
    font-size: 2.0em !important;
	margin-top:0px !important;
}
	.navbar-default .navbar-nav > li > a {

	font-size: 15px !important;
}

}

@media (max-width: 1200px) {
.video_intro {
          display: flex;
          flex-flow: column;
        }
.one {
order: 2;
}
.two {
order: 1;
}

}


@media (max-width: 990px) {
.video_intro {
margin-top: 13% !important;
        }

}


@media (max-width: 768px) {
.video_intro {
margin-top: 0% !important;
        }

}

@media (max-width: 501px) {
.video_intro {
margin-top: 25% !important;
        }

}

@media (max-width: 450px) {
.video_intro {
margin-top: 40% !important;
        }

}

.frontpage_start{
	background-size: 100% auto !important;
    background-repeat: no-repeat !important;
	background-attachment:fixed !important;	
    background: #9FBAC2;
}

.frontpage_input{
	 background-color: rgba(255, 255, 255, 0.75) !important;
	color: #000000;
	padding-top: 25px;
	padding-bottom: 25px;
}




#footerwrap_partnerline {
	background: #9FBAC2;
	width: 100%;
    text-align: center;
}
}

#footerwrap_partnerline .row {
	margin-right: -30px;
    margin-left: -30px;
}
#footerwrap_partnerline .col-md-4 {
	padding-left: 30px;
	padding-right: 30px;
}

#footerwrap_partnerline h4 {
	color: white;
}
#footerwrap_partnerline li {
	list-style-type: disc;
	color: #bfc9d3;
}

#footerwrap_partnerline a { color: #bfc9d3; }
#footerwrap_partnerline a:hover {
	color: #fff;
	text-decoration: underline;
}
#footerwrap_partnerline li.active a {
	color: #F05A22;
}

#footerwrap_partnerline .social-links a { margin-right: 20px; }
#footerwrap_partnerline i {
	font-size: 15px;
	color: #bfc9d3;
	padding-right: 5px;
}

#footerwrap_partnerline i:hover { color: #F05A22; }

#footerwrap_partnerline img{
	max-height: 25px !important;
}

.footer_partner{
	padding: 5px;
	float: left;
}

.text_footer_partner{
	padding: 0px;
	font-size: 0.8em;
}

.text_footer_partner p{
	font-family: 'DINPro';
	color: #fff !important;
	font-size: 1.1em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}


.start_partnerlogo{
	display: block;
	margin-top: 0px;
}

.start_partnerlogo img{
max-height: 25px !important;
}

  
.consent_manager-cookiegroup-checkbox input[type="checkbox"]{
	margin-top:-15px !important;  
	position: absolute !important;
  }

.consent_manager-cookiegroup-checkbox{
	margin-top: 5px;
	margin-bottom: 5px;
}

.consent_manager-cookiegroups{
	display: grid;	
}

.social_icon{
	max-width: 30px;
	margin-top: 10px;
}

@media (max-width: 450px) {
	.social_icon{
	max-width: 20px;
	}
}

#footerwrap .row {
	margin-right: -30px;
    margin-left: -30px;
	max-width: 100vw;
}
#footerwrap .col-md-4 {
	padding-left: 30px;
	padding-right: 30px;
}

#footerwrap h4 {
	color: black;
	text-transform:uppercase;
	font-size:40px;
	text-align:center;
}
#footerwrap p {
	color: white;
/*	text-align: center;  */
	font-family: 'DINPro';
	font-size: 1.0em;
	line-height:14px;
	margin-top:0px;
	margin-bottom:0px;
}
#footerwrap li {
	list-style-type: none;
	color: white;
	display: inline-block;
	font-family: 'DINPro';
	font-size: 1.4em;
	margin-left: 10px;
}

#footerwrap a { color: white; }
#footerwrap a:hover {
	color: #fff;
	text-decoration: underline;
}
#footerwrap li.active a {
	color: #124084;
}

#footerwrap .social-links a { margin-right: 20px; }
#footerwrap i {
	font-size: 15px;
	color: #bfc9d3;
	padding-right: 5px;
}

#footerwrap i:hover { color: #124084; }

.footer_nav{
	margin-top: 3%;
	text-align: center;
}



.headerid21{
	background: #943E81 !important;
}

.headerid22{
	background: #42617D !important;
}

.headerid23{
	background: #D18200 !important;
}

.headerid24{
		background: #63A8B4 !important;
}

.headerid25{
	background: #315406 !important;
}

.headerid26{
	background: #767676 !important;
}

.headerid27{
		background: #5B492F !important;
}

.headerid28{
	background: #9F020C !important;
}

.headerid29{
		background: #8D5005 !important;
}

.headerid103{
		background: #88B84A !important;
}

#map_canvas {
  width: 100%;
  height: 500px;
}

.Branche{
	margin-top: 15px;
	margin-bottom: 15px;
float: left;
}

.Branche h2{
	color: #000000;
font-size: 3.5em;
font-family: 'Arial Black' !important;
text-transform: uppercase;
font-family: 'DINPro';
font-weight: bold;
font-style: normal;
	hyphens: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

.Branche_links h3{
font-weight: 700 !important;
font-size: 1.5em !important;
padding-right: 10px !important;
	margin-top: 10px;
}

.accordion-1 .handel{
	color: #fff;
    background: #DD99CE;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accordion-1 .handel:hover{
	color: #fff;
    background: #943E81;
}

.accordion-1 .active .handel {
    color: #fff;
    background: #943E81;
}

.accordion-1 .active .handel:hover {
    color: #fff;
    background: #943E81;
}



.accordion-1 .bildung{
	color: #fff;
    background: #AEC88D;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accordion-1 .bildung:hover{
	color: #fff;
    background: #88B84A;
}

.accordion-1 .active .bildung {
    color: #fff;
    background: #88B84A;
}

.accordion-1 .active .bildung:hover {
    color: #fff;
    background: #88B84A;
}


.accordion-1 .handwerk{
	color: #fff;
    background: #87A8C7;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accordion-1 .handwerk:hover{
	color: #fff;
    background: #42617D;
}

.accordion-1 .active .handwerk {
    color: #fff;
    background: #42617D;
}

.accordion-1 .active .handwerk:hover {
    color: #fff;
    background: #42617D;
}


.accordion-1 .dienstleistung{
	color: #fff;
    background: #F1B500;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accordion-1 .dienstleistung:hover{
	color: #fff;
    background: #D18200;
}

.accordion-1 .active .dienstleistung {
    color: #fff;
    background: #D18200;
}

.accordion-1 .active .dienstleistung:hover {
    color: #fff;
    background: #D18200;
}


.accordion-1 .gesundheitswesen{
	color: #fff;
	background: #92BDC6;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accordion-1 .gesundheitswesen:hover{
	color: #fff;
    background: #63A8B4;
}

.accordion-1 .active .gesundheitswesen {
    color: #fff;
	    background: #63A8B4;
}

.accordion-1 .active .gesundheitswesen:hover {
    color: #fff;
	    background: #63A8B4;

}


.accordion-1 .verwaltung{
	color: #fff;
    background: #6D9442;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accordion-1 .verwaltung:hover{
	color: #fff;
    background: #315406;
}

.accordion-1 .active .verwaltung {
    color: #fff;
    background: #315406;
}

.accordion-1 .active .verwaltung:hover {
    color: #fff;
    background: #315406;
}


.accordion-1 .finanzwesen{
	color: #fff;
    background: #AFAFAF;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accordion-1 .finanzwesen:hover{
	color: #fff;
    background: #767676;
}

.accordion-1 .active .finanzwesen {
    color: #fff;
    background: #767676;
}

.accordion-1 .active .finanzwesen:hover {
    color: #fff;
    background: #767676;
}




.accordion-1 .finanzen{
	color: #fff;
    background: #AFAFAF;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accordion-1 .finanzen:hover{
	color: #fff;
    background: #767676;
}

.accordion-1 .active .finanzen {
    color: #fff;
    background: #767676;
}

.accordion-1 .active .finanzen:hover {
    color: #fff;
    background: #767676;
}


.accordion-1 .industrie{
	color: #fff;
    background: #B29879;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accordion-1 .industrie:hover{
	color: #fff;
    background: #5B492F;
}

.accordion-1 .active .industrie {
    color: #fff;
    background: #5B492F;
}

.accordion-1 .active .industrie:hover {
    color: #fff;
    background: #5B492F;
}


.accordion-1 .schulische{
	color: #fff;
    background: #AEC88D;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}


.accordion-1 .schulische:hover{
	color: #fff;
    background: #88B84A;
}

.accordion-1 .active .schulische {
    color: #fff;
    background: #88B84A;
}

.accordion-1 .active .schulische:hover {
    color: #fff;
    background: #88B84A;
}


.accordion-1 .bildungsweg{
	color: #fff;
    background: #AEC88D;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}



.accordion-1 .bildungsweg:hover{
	color: #fff;
    background: #88B84A;
}

.accordion-1 .active .bildungsweg {
    color: #fff;
    background: #88B84A;
}

.accordion-1 .active .bildungsweg:hover {
    color: #fff;
    background: #88B84A;
}





.accordion-1 .gastro{
	color: #fff;
    background: #E4878B;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accordion-1 .gastro:hover{
	color: #fff;
    background: #9F020C;
}

.accordion-1 .active .gastro {
    color: #fff;
    background: #9F020C;
}

.accordion-1 .active .gastro:hover {
    color: #fff;
    background: #9F020C;
}


.accordion-1 .logistik{
	color: #fff;
	background: #C8975A;
    padding: 13px 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accordion-1 .logistik:hover{
	color: #fff;
   background: #8D5005;
}

.accordion-1 .active .logistik {
    color: #fff;
	background: #8D5005;
}

.accordion-1 .active .logistik:hover {
    color: #fff;
	background: #8D5005;
}

.zentrieren{
  display: flex;
  align-items: center;
  justify-content: center;
}
	

.Unternehmensseite h3{
	font-size: 2.5em;
}

.Firmenkontakt{
margin-top: 20px;
}	
	
.Firmenkontakt a{
font-size: 1.4em;	
}

.Firmenkontakt_direkt{
float: left;	
	margin-right: 20px;
}

.Firmenkontakt_social7
float: left;
}

.media_container{
margin-top: 10%;
float: left !important;	
}

.firmenvideo{
margin-top: 15px !important;	
padding-right: 15px !important;
}

.Firmenbeschreibung{
	color: #000000;	
// margin-top: 5%;	
	margin-bottom: 5%;
}

.Firmenbeschreibung h2{
font-size: 1.7em;
}

.Unternehmensdaten{
color: #000000;	
padding-right: 50px !important;
}

.Unternehmensdaten p{
color: #000000;	
	font-size: 1.4em;
}

.kennzahl{
	color: #000000;	
	text-align: center;
}

.kennzahl h4{
	font-family: 'Agent-Red';
font-size: 4.5em;
	font-weight: bold;
}

.kennzahl h5{
	font-size: 3.0em;
	font-weight: bold;
}

.alle_kennzahlen{
margin-top: 3%;
margin-bottom: 3%;	
}


.Unternehmen_Berufe{
	color: #000000;	
// margin-top: 5%;	
}

.Unternehmen_Berufe h4{
	font-size: 2.0em;
	font-weight: bold;
}


.neuer_beruf{
margin-top: 1%;	
}

.berufsbezeichnung{
	font-weight: bold;
	font-size: 1.5em;
}

.berufsbranche{
	font-weight: bold;
	font-size: 1.5em;
}

.berufspdf{
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

.berufslink{
	font-size: 1.0em;
	margin-right: 2%;
}

.Handel{
	background-color: #943E81;
}

.Schulische{
	background-color: #88B84A;
}

.Jede{
	background-color: #9FBAC2;
}


.Handwerk{
	background-color: #42617D;
}

.Dienstleistung{
	background-color: #D18200;
}

.Gesundheitswesen{
		background-color: #63A8B4;	
}

.Gesundheit{
		background-color: #63A8B4;	
}

.Finanzwesen{
	background-color: #767676;
}

.Finanzen{
	background-color: #767676;
}

.Industrie{
	background-color: #5B492F;
}

.Gastronomie{
	background-color: #9F020C;
}

.Gastro{
	background-color: #9F020C;
}

.Logistik{
	background-color: #8D5005;
}

.Öffentlicher{
	background-color: #315406;
}

.Verwaltung{
	background-color: #315406;
}

.handel{
	background-color: #943E81;
}

.schulische{
	background-color: #88B84A;
}

.bildungsweg{
	background-color: #88B84A;
}

.handwerk{
	background-color: #42617D;
}

.dienstleistung{
	background-color: #D18200;
}

.gesundheitswesen{
		background-color: #63A8B4;	
}

.finanzwesen{
	background-color: #767676;
}

.finanzen{
	background-color: #767676;
}

.industrie{
	background-color: #5B492F;
}

.gastronomie-hotellerie{
	background-color: #9F020C;
}
.gastronomie{
	background-color: #9F020C;
}
.gastro{
	background-color: #9F020C;
}

.logistik{
	background-color: #8D5005;
}

.öffentlicher{
	background-color: #315406;
}

.verwaltung{
	background-color: #315406;
}

.reset_filter{
	background-color:#9FBAC2;
}

.checkbox{
	color: #000000;	
margin-top: 5%;	
	margin-bottom: 5%;

}

.checkbox_item{
font-size: 1.4em;	
}

.checkbox h4{
	font-size: 2.0em !important;
	font-weight: bold;
}

.Branchentext{
color: #000000;	
	margin-bottom: 25px;
}


	
.Branchentext h3{
font-size: 1.5em;
}

.tabs{
	color: #000000;	
}

.tab_title h3{
	font-size: 2.0em;
	font-weight: bold;
}

.bild_beschriftung{
// margin-top: 5%;	
//margin-top: 3%;
margin-top: 18px;

}

@media (max-width: 540px) {
.footer_nav a{
	font-size: 0.7em;
	}
}



@media (max-width: 1700px) {
	.branchenbild1{
min-height: 200px !important;
}
}

.branchenbild1{
	background-size: 100% auto;
min-height: 300px;
}



.branchenname{
	position: absolute;
bottom: 0;
	width: 100%;
}

.branchenname h3{
	text-transform: uppercase;
	color: #fff;
	font-family: 'DINPro';
	font-weight: bold;
font-size: 2.5em;
	margin-left:2%;
}

.unternehmensheader{
// position: fixed;	
	z-index: 999;
	background-color: #fff;
	border-bottom:solid;
	border-color: #9FBAC2;
}

@media (max-width: 1400px) {
	.unternehmensheader{
	position: absolute !important;
	margin-top: -3%;
	}
	.Unternehmensseite{
		margin-top: 8%;
	}
}


@media (max-width: 1000px) {
	.unternehmensheader{
		margin-top: 60px !important;
	}
}

@media (max-width: 780px) {
	.unternehmensheader{
		margin-left: 30px !important;
		width: 700px;
	}
}

@media (max-width: 720px) {
	.unternehmensheader{
		margin-left: 30px !important;
		width: 600px;
	}
}

@media (max-width: 620px) {
	.unternehmensheader{
		margin-left: 30px !important;
		width: 530px;
	}
}


@media (max-width: 550px) {
	.unternehmensheader{
		margin-top: 80px !important;
		margin-left: 30px !important;
		width: 460px;
	}
}

@media (max-width: 500px) {
	.unternehmensheader{
		margin-top: 200px !important;
		margin-left: 30px !important;
		width: 300px;
	}
}


@media (max-width: 500px) {
	.unternehmensheader{
display: none;
	}
}


.positioner{
margin-top: -190px;	
}

.video_intro h4{
	margin-top: -25px;
	font-size: 2.0em;
}



.scroll-icon,
.scroll-icon:before {
  position: absolute;
  left: 50%;
}

.scroll-icon {
  height: 100px;
  margin-left: -18px;
  margin-top: -30px;
/*  border: 2px solid #fff; */
  border-radius: 6px;
  transition: all 1.0s ease;
	
}
@media only screen and (min-width: 768px) {
  .scroll-icon {
	  	margin-top: 10px;
 /*   border: 1px solid #fff; */
    border-radius: 18px;
  }
}
.scroll-icon:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  top: 8px;
  border-radius: 3px;
  animation-duration: 2.0s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@media only screen and (min-width: 768px) {
  .scroll-icon:before {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px #124084 solid ;
    animation-name: scroll2;
  }
}

@keyframes scroll {
  0% {
    transform: translateY(50px);
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}


.Branche_links .col-lg-4{
	padding-left:0px !important;
}

.col-sm-12, .col-md-12, .col-lg-12{
padding-left:0px !important;	
}


@media (max-width: 768px) {
.col-sm-12, .col-md-12, .col-lg-12{
padding-left:30px !important;	
	padding-right:40px !important;	
}
}




.Firmenkontakt_social{
float: left;
	margin-right: 20px;
}

.unternehmen_logo{
float: right;
	display: inline-block;
}

.unternehmen_logo img{
max-height: 60px;	
}

.footer_kontakt{
font-size: 10px;	
}

.video_intro{
margin-top: 12%;	
}

.Branche_links h3{
	display: inline;
}

.Unternehmensdaten{
//	margin-left: -26px;
}

.media_container{
//	margin-left: -26px;
	margin-top: 10%;
}

.unternehmenshead{
	min-height: 3px;
margin-top: 110px;
	min-width: 150%;
	margin-left: -25%;
	background: #9FBAC2;
}

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 10;
  min-height: 150px;
  top: 0;
  left: 0;
  background-color: #9FBAC2;
  overflow-x: hidden;
  transition: 0.5s;
margin-top: 340px;
	border-radius: 0px 25px 25px 0px;
	z-index: 1000;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  display: block;
  transition: 0.3s;
	margin-bottom: -14px !important;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel p {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  display: block;
  transition: 0.3s;
	margin-top: 10px;
	margin-bottom: -10px !important;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
min-width: 15%;
  position: fixed;
  z-index: 1;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
margin-top: 460px;
position: fixed;
  font-size: 20px;
  cursor: pointer;
  background-color: #9FBAC2;
  color: white;
  padding: 10px 15px;
  border: none;
	transform: rotate(-90deg);
	margin-left: -7%;
	border-radius: 15px;
	overflow: hidden;
}

.openbtn:hover {
  background-color:#A7C0D9;
}

.openbtn p{
color: #fff;
	font-family: 'Lato', sans-serif;
font-weight: bold;
	font-size: 20px;
		margin-top: 0px;
}

.kontaktformular{
	color: black;
	    margin-top: 5%;
    margin-bottom: 5%;
	font-size: 1.2em;
}

.kontaktformular h4{
font-size: 1.66em !important;
font-weight: bold;
margin-bottom: 1.0em;
}

.uk-textarea{
display: block;	
max-width: 100%;
}




.formblock label{
	min-width: 34.5%;
	padding-bottom: 0px;
}
.form-group{
margin-bottom: 0px;
}
	


.dateiinfo{
min-width: 91%;	
margin-top:5px;
}


.checkspan input[type="checkbox"]{
	transform: scale(1.2);
	top: 0px;
	margin-left: 2%;
}

.formsubmit{
min-width: 20%;	
}

.nodisplay{
display: none !important;	
}


.Unternehmen{
background-color: #9FBAC2;
}

.Ausbildungsberufe{
background-color: #9FBAC2;
}

.Studiengänge{
background-color: #9FBAC2;
}

.Praktika{
background-color: #9FBAC2;
}

.Bildungseinrichtungen{
background-color: #9FBAC2;
}

.sprung {visibility: hidden; height: 0px !important; position: absolute; margin: -180px;}

.dropdown-menu {
	min-width: 180px;
}

.firma{
	font-size: 1.4em;
	list-style-type: square;
}

#firmenderbranche{
	font-size: 2.0em !important;
	font-weight: bold;
	color: #000000;
}

#ausbildungenderbranche{
	font-size: 2.0em !important;
	font-weight: bold;
	color: #000000;
}

#studiengaengederbranche{
	font-size: 2.0em !important;
	font-weight: bold;
	color: #000000;
}

#praktikaderbranche{
	font-size: 2.0em !important;
	font-weight: bold;
	color: #000000;
}

#bildungsgaengederbranche{
	font-size: 2.0em !important;
	font-weight: bold;
	color: #000000;
}

#button {
  display: inline-block;
  background-color: #124084;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #0E6C9C;
}
#button:active {
  background-color: #0E6C9C;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.company img{
height: 50px;	
}

.company{
height: 350px;	
}

@media (max-width: 1500px) {
.company{
	height: 400px;
	}
}

@media (max-width: 1200px) {
.company{
	height: 450px;
	}
}

@media (max-width: 1000px) {
.company{
	height: 280px;
	max-height: 500px;
	margin-top: 20px;
	}
	
}

@media (max-width: 650px) {
.company{
	height: 450px;
	}
}


@media (max-width: 900px) {
.thisTrainingLogo{
	height:	40px !important;
	}
}
.thisTrainingLogo{
height:	70px;
margin-left: 20px;
	margin-top:20px;
}


#googlemap.bereichswrapper {
  margin: 5px 0 5px 0;
  background: #f5f5f5;
  padding: 5px 15px 5px 15px;
  border: 1px solid #9da6b2;
}

#googlemap .control-label {
  font-weight: normal;
  font-size: 12px;
  margin-top: -6px;
}

#googlemap  h2 {
  font-size: 12px !important;
  padding: 0 10px 10px 10px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #31404F;
}

#map {
  width: 100%;
  height: 150px;
}


.sidepanel2  {
  width: 0;
  position: fixed;
  z-index: 10;
  height: 240px;
  top: 0;
  right: 0;
  background-color: #9FBAC2;
  overflow-x: hidden;
  transition: 0.5s;
margin-top: 340px;
	border-radius: 25px 0px 0px 25px;
	z-index: 1000;
}

.sidepanel2 a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

.sidepanel2 a:hover {
  color: #f1f1f1;
}

.sidepanel2 p {
  padding: 2px 2px 2px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  display: block;
  transition: 0.3s;
	margin-top: 10px;
}

.sidepanel2 .closebtn2 {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px;
}

.openbtn2 {
min-width: 15%;
  position: fixed;
  z-index: 1;
  height: 50px;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
margin-top: 460px;
position: fixed;
  font-size: 20px;
  cursor: pointer;
  background-color: #9FBAC2;
  color: white;
  padding: 10px 15px;
  border: none;
	transform: rotate(-90deg);
	margin-right: -6.7%;
	border-radius: 15px;
	overflow: hidden;
}

.openbtn2:hover {
  background-color:#A7C0D9;
}

.openbtn2 p{
color: #fff;
	font-family: 'Lato', sans-serif;
font-weight: bold;
	font-size: 20px;
		margin-top: 0px;
}

.container .footer_partner img{
margin-left: 20px;
}

.text_partner .teasertext{
	font-size: 2.0em;
	font-family: 'Exo', sans-serif;
font-weight: 300;
}

.partner_logo img{
	height: 80px;
	width: auto;
}


.mmimp img {
    height: 50px;
    width: auto;
}

@media (max-width: 551px) {
	.Firmenbeschreibung{
margin-top: 220px !important;
}
}

@media (max-width: 500px) {
	.Firmenbeschreibung{
margin-top: 260px !important;
}
}


@media (max-width: 430px) {
	.Firmenbeschreibung{
margin-top: 260px !important;
}
}


@media (max-width: 991px) {
	.Branche_head{
margin-top: 20px;
}
.Unternehmensseite{
margin-top: 20px !important;
}
}

@media (max-width: 777px) {
	.Branche_head{
margin-top: 100px;
}
}

@media (max-width: 767px) {
.Unternehmensseite{
margin-top: -200px !important;
}
}

@media (max-width: 1200px) {
	.Firmenbeschreibung{
margin-top: 220px;
}
	
}

@media (max-width: 1300px) {
	.Unternehmensseite{
margin-top: -40px;
}
}

@media (max-width: 1200px) {
	.openbtn {
		margin-left: -8%;
	}
		.openbtn2 {
		margin-right: -8%;
	}
}

@media (max-width: 900px) {
	.openbtn {
		margin-left: -10%;
	}
		.openbtn2 {
		margin-right: -10%;
					display:none;
	}
}


@media (max-width: 777px) {
		.openbtn {
		margin-left: -12%;
	}
			.openbtn2 {
		margin-right: -12%;
	}
	#firmenderbranche{	
	margin-top: -180px;
	}
		#ausbildungenderbranche{	
	margin-top: -130px;
	}
			#studiengaengederbranche{	
	margin-top: -180px;
	}
				#praktikaderbranche{	
	margin-top: -180px;
	}
	.bottomplace{
		padding-bottom: 180px;
	}
	
	.Branchentext{
		padding-bottom: 180px;
	}
}

@media (max-width: 640px) {
		.openbtn {
		margin-left: -14%;
	}
			.openbtn2 {
		margin-right: -14%;
	}
}

@media (max-width: 570px) {
		.openbtn {
		margin-left: -18%;
	}
			.openbtn2 {
		margin-right: -16%;
	}
	.Branche_links{
	margin-top:20px;	
	}
}

@media (max-width: 400px) {
		.openbtn {
		margin-left: -23%;
	}
			.openbtn2 {
		margin-right: -16%;
	}
	.footer_kontakt {
    font-size: 9px;
}
	.container .footer_partner img {
    margin-left: 5px;
}
	#footerwrap_partnerline img {
    max-height: 30px !important;
}

}




.showPanel{
min-width:33%;	
}
.showPanel2{
min-width:15%;	
}

@media (max-width: 1300px) {
	.showPanel{
min-width:50%;	
}
		.showPanel2{
min-width:20%;	
}
}

@media (max-width: 1000px) {
	.showPanel{
min-width:70%;	
}
		.showPanel2{
min-width:40%;	
}

	
}

@media (max-width: 700px) {
	
	.centerimg{
		    display: flex; 
    justify-content: center; 
    align-items: center;
	}

	
	.partner_logo img {
    height: 35px;
    width: auto;
    margin-bottom: 20px;
}
	
	.wenigerabs{
		margin-top: -150px;
	}
	
	.showPanel{
min-width:80%;	
}
		.showPanel2{
min-width:50%;	
}
	.Unternehmensseite h3{
	font-size: 1.7em;
}
		.Firmenkontakt_social{
		padding-bottom:20px;
	}

	.partnerline_logo{
		padding-bottom:10px;
	}
	
	.accordion-1 .title span{
		
	}
	.kennzahl h5{
	font-size: 2.0em;
	font-weight: bold;
}
	.kennzahl h4{
	font-size: 2.8em;	
	}
	
	.kontaktformular{
	margin-left:20px;	
	}
	.dateiinfo {
    min-width: 90%;
}

	ol, ul {
    padding-left: 0px;
}
.accordion-1 .title span {
	font-size: 13px;
	}
	
}




@media (max-width: 1700px) {
	.kennzahl h4{
	font-size: 3.0em;	
	}
	
	.kennzahl h5 {
	font-size:2.5em;
	}
}


.partner_font h4{
	font-size: 1.7em;
font-family: 'Exo', sans-serif;
font-weight: 300;
}

.teasertext{
	font-size: 1.7em;
font-family: 'Exo', sans-serif;
font-weight: 300;
	line-height: 1.1;
color: inherit;
}

.partner_font{
margin-top:80px;	
}


@media (max-width: 1600px) {
.video_intro h4{
	margin-top: -25px;
	font-size: 1.7em;
}
	.oberkirch_tag_h4 {
		font-size: 3.0em !important;
	}
	#footerwrap_partnerline img {
		max-height: 15px !important;
	}
	
.text_footer_partner p {
	font-size: 0.8em;
	}

.branchenname h3 {	
	font-size: 2.0em;
	}
}



@media (max-width: 1200px) {

	#footerwrap_partnerline img {
		max-height: 30px !important;
	}
	
.text_footer_partner p {
	font-size: 1.3em;
	}


.Firmenkontakt a {

    font-size: 1.2em;

}

}

@media (max-width: 440px) {
	.footer_kontakt {
    font-size: 9px;
}
	.container .footer_partner img {
    margin-left: 5px;
	max-height: 50px;
width: auto;
margin-bottom: 5px;
}
	#footerwrap_partnerline img {
    max-height: 30px !important;
}
	#footerwrap p {
		font-size: 0.9em;
	}

.kontaktformular{
	display:none !important;
}
	
}



.container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.col-xs-12{
		padding-left: 0px !important;
	padding-right: 0px !important;
}

.col-lg-6{
			padding-left: 0px !important;
	padding-right: 0px;
}

.col-lg-7{
				padding-left: 0px !important;
	padding-right: 0px !important;
}

.onel{
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.oner{
	padding-right: 0px !important;
	margin-right: 0px !important;
}


@media all and (max-width: 767px) {
.soner{
	padding-right: 0px !important;
	margin-right: 0px !important;
}
}



.googleMaps{
	margin-top: 5%;
margin-bottom: 5%;
}

.branchenfilter {
  margin-top: 30px;
  display: table;
 table-layout: fixed;
 width: 100%;
 border-spacing: 10px;
}

.filter{
	margin-left:10px;
	margin-right:10px;
	display: table-cell;
	min-width: 7%;
}

.filter > div{
     padding: 5px;
}
	
.filter h4 {
  color: #fff;
  font-weight: 700;
  font-size: 0.7em;
  margin-top: 30px;
margin-bottom: 20px;
font-size: 1.3em;
}

.filter:hover{
	cursor: pointer;
}

.filter:last-child{
	padding-right: 0px !important;
	margin-right: 0px !important;
}

.filterCatName{
	min-height:100px;
	text-align: center;
}





@media (max-width: 1280px){
.filter h4{
	color: #fff;
	font-size: 1.0em;
}	

.filter:hover{
	cursor: pointer;
	border-radius: 30px;
}
	
}



@media (max-width: 1024px){
.filter h4{
	color: #fff;
	font-size: 0.8em;
}	

.filter:hover{
	cursor: pointer;
	border-radius: 30px;
}

.filter{
	margin-left:10px !important;
	margin-bottom:10px;
	min-width: 20%;
	display: inline-block;
}

.filter:last-child{
	margin-right: 10px !important;
}
	
}

@media (max-width: 700px){

.filter{
	min-width: 40%;
}
.filter h4{
font-size: 0.7em;
}	

}

@media (max-width: 776px){
	.branchenfilter {
		margin-bottom:100px;
	}
}


.linodisplay{
	display: none !important;
	margin-bottom: 0px !important;
}

.grey{
	background-color: #eee;
}

#footerwrap_partnerline{
	display: none;
}

.Branche_links_over{
display: table;
table-layout: fixed;
width: 100%;
}

.Branche_links{
display: table-cell;
}

@media (max-width: 1280px){
	.Branche_links{
width: 100%;
float: left;
}
}





.col-lg-05{
	width: 3%;
	float: left;
	position: relative;
min-height: 1px;
}

.col-lg-055{
	width: 6.5%;
	float: left;
	position: relative;
min-height: 1px;
}

.col-lg-030{
	width: 30%;
	float: left;
	position: relative;
min-height: 1px;
}

@media (max-width: 1750px) {
	.col-lg-055{
	width: 8.0%;
	}
	
}

@media (max-width: 650px) {
	.col-lg-05{
	width: 5%;
}
}

@media (max-width: 400px) {
	.col-lg-05{
	width: 8%;
}
}

.googleMaps h4{
font-size: 2.0em !important;
font-weight: bold;
color: #000000;
}


.icons-bar {
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
position: fixed;
margin-top: 105px;
width: 50px;
  background-color: #555; /* Dark-grey background */
  z-index: 1000;
}

.icons-bar a {
  display: block; /* Make the links appear below each other instead of side-by-side */
  text-align: center; /* Center-align text */
  padding: 4px; /* Add some padding */
  transition: all 0.3s ease; /* Add transition for hover effects */
  color: white; /* White text color */
  font-size: 25px; /* Increased font-size */
}

.icons-bar a:hover {
	border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
  background-color: #124084; /* Add a hover color */
}

.icons-bar .active{
		border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
	background-color: #124084;
}

.afabutton img{
	height: auto;
    max-width: 25px;
}



@media (max-width: 1700px) {
	.icons-bar {
margin-top: 20px !important;	
	}
	.icons-bar a {
		padding: 4px;
		font-size: 25px;
	}
.afabutton img{
height: 25px;
}		
}


@media (max-width: 1500px) {
	.icons-bar {
margin-top: 50px !important;	
	}		
}


@media (max-width: 820px) {
	.icons-bar {
margin-top: 70px !important;
width: 30px;	
	}	

	.icons-bar a {
		padding: 4px;
		font-size: 20px;
	}
}


	
@media (max-width: 820px) {
.afabutton img{
height: 20px;
}		
}


.afadiv{
	margin-top: 50px;
	z-index: 1000;
	max-width:60%;
	margin-left: 20%;
	position: fixed;
    background-color: rgba(159,186,194,0.75);
}

.afadiv h3{
	text-align:center;
	color: #fff;
	font-weight: 700;
}

#outer{
		width:inherit;
}


.cross{	
	content: "\274c";
}

.afaCross{
	float:right;
	margin-right: 20px;
margin-top: 20px;
font-size: 1.5em;
}

.company_logo{
	background-color: #fff;
	border: 1px;
border-style: solid;
border-color: #000;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
}

.company_info_text{
		border: 1px;
border-style: solid;
border-color: #000;
min-height: 260px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.company_info_text h4{
margin-top:0px;
padding-top: 30px;
margin-left: 10px;
margin-right: 10px;
}

.company_info_text p{
margin-left: 10px;
margin-right: 10px;
}

.bild_mit_infotext {
	margin:25px;
align-items: center;
min-height: 150px;
background-color: #fff;
width: 28.7%;
}



 @media (max-width: 1850px) {
	 .bild_mit_infotext {
		width: 20%; 
	 }
 }
 
  @media (max-width: 1600px) {
	 .bild_mit_infotext {
		width: 25%; 
	 }
	 
	 .afadiv {
		 max-width: 80% !important;
		 margin-left: 10% !important;
	 }
 }
 
   @media (max-width: 1000px) {
	 .bild_mit_infotext {
		width: 98%; 
		margin: 5px;
		min-height: 50px;
	 }
	 
	 .bild_mit_infotext img{	 
	 max-height: 50px;
	 }
	 
	 .text_zum_bild{
		 min-height: 20px !important;
	 }
	 
	 .afadiv {
		 margin-top: 0px !important;
		 max-width: 80% !important;
		 margin-left: 10% !important;
	 }
 }
 
    @media (max-width: 900px) {
	 .bild_mit_infotext {
		width: 98%; 
		margin: 5px;
		min-height: 50px;
	 }
	 
	 .text_zum_bild{
		 display: none;
	 }
	 
	 .afadiv {
		 max-width: 80% !important;
		 margin-left: 10% !important;
	 }
 }
 
     @media (max-width: 500px) {
	.afadiv{
	margin-top:  -50px !important;
	}
		 
 .afadiv .mb{
	 margin-bottom: 0px;
 }
	 }

.bild{
	text-align:center;
	margin-top: 15px;
}

.text_zum_bild{
	text-align:center;
	min-height: 100px;
}

.button_zum_bild{
	text-align:center;
	margin-bottom: 20px;
}




.ansprechpartner{
	margin-top: 5%;
margin-bottom: 5%;
	color: black;
}

.ansprechpartner h4{
	font-size: 2.0em !important;
font-weight: bold;
margin-bottom: 1.0em;
}





.ansprechpartner_einzeln{
	margin-left: 10px;
	margin-right: 40px;
	border-color: #9FBAC2;
border-width: 2px;
border-style: solid;
padding-right: 0px;
box-shadow: 10px -11px 5px silver;
}

@media (max-width: 1200px) {
	.ansprechpartner_einzeln{
		width: 100%;
	}
	
.ansprechpartner_einzeln .weitere_informationen {
  margin-top: 10px;
}
	
}


.ansprechpartner_item{
	background-color: #fff;
display: inline-block;
line-height: 20px;
padding: 8px 20px 8px 20px;
margin-top: 10px;
width: 100%;
padding-left: 20px !important;
word-wrap: break-word;
font-size: 20px;
}


.ansprechpartner_item:last-child {
	margin-bottom:15px;
	}

.ansprechpartner_bild{
	text-align: center;
	margin-top: 15px;
margin-bottom: 15px;
}

.ansprechpartner_bild img{
	max-height:200px;
}

.ansprechpartner a{
	font-size: 20px;
}

.statement_text{
	font-size: 28px !important;
	font-style: italic;
}

.icon_statement_Azubi{
	font-size: 50px
}

.absoben{
	margin-top:10px;
}


.outer_statement_Azubi{
	background-color: #9FBAC2;
	padding-top: 25px;
padding-bottom: 25px;
}

.bewerben_innenfeld{
	border-color: #9FBAC2;
border-width: 2px;
border-style: solid;
padding-right: 0px;
box-shadow: 10px -11px 5px silver;
padding: 20px;
}

.dateiupload{
	margin-top:10px;
	margin-bottom: 10px;
}

.weitere_informationen{
	margin-top: 120px;
}

.accordion-info{
	margin-bottom: 0px !important;
}

.a1{
	font-size:1.0em !important;
}

.weiterestandorte{
	font-size: 1.0em;
	min-height: 45px;
}

.berufslink a{
	color: #124084;
}

.partner_partner{
	height: 300px;
}

@media (max-width: 800px) {
	.partner_partner{
		margin-left:20px;
		width: 100%;
	}
}

.partner_partner .image{
	height: 120px;
	align-items: center;
}

.partner_partner img {
	max-height: 80px;
	width: auto;
	 display: block;
 margin: 0px auto;
}

@media (max-width: 500px) {
	.partner_partner img {
		max-height: 50px;
	}
}


.icons-bar span {
font-size: 1em;
display: block;
margin-left: 0px;
margin-left: 0px;
background-color: #555;
opacity: 1;
margin-left: 46px;
min-width: 250px;
z-index: 1000;
margin-top: -45px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
visibility: hidden; 
position: absolute;
}

.icons-bar p{
font-size: 1em;
color: #fff;
padding-top: 0.25em;
opacity: 1;
z-index: 1000;
}


.show_icon_text:hover span{
	visibility: visible !important;
	}


.hero-stand {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    /*align-items: baseline;*/
    align-content: flex-start;
	font-family: 'Exo', sans-serif;
	max-width: 90vw;
hyphens: auto;
}

.hero-stand > .stand {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    padding: 10px;
    background-color: red;
    color: white;
    text-align: center;
	margin-right: 20px;
}

.hero-stand > .headline {
	color: black;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
	margin-top: 6px;
}

.hero-stand > .headline > h2 {
    margin: 0;
	font-size: 2.1em;
	font-weight: bold;
}
.hero-stand > .headline > p {
    margin: 0;
	color: black;
	font-size: 1.9em;
}

.hero-stand > .stand > h4 {
    margin: 0;
	font-size: 2em;
	font-weight: 500;
}
.hero-stand > .stand > h6 {
    margin: 0;
	font-size: 1.3em;
	font-weight: 500;
}

@media (max-width: 1200px) {
	.hero-stand{
margin-top: 100px;
}
}

@media (max-width: 1000px) {
	.hero-stand{
margin-top: 170px;
}
}


  @media (max-width: 780px){
	.hero-stand{
  margin-left: 30px !important;
		max-width:350px !important;
}
}