/* ##### INHALTSVERZEICHNIS :-) ##### */





/* ##### ALLGEMEINES ##### */

/* ##### BOXEN ##### */

/* ##### NAVBAR ##### */

/* ##### SUB-NAV ##### */

/* ##### TOP-NAV ##### */



/* ##### SUCHE ##### */

/* ##### FORMULARE ##### */



/* ##### MEDIA QUERIES ##### */



/* ##### FARBEN ##### */

/* Koennen editiert werden typo3_remblinghausen_62_live/typo3conf/ext/mpccolorchanger/Classes/Controller/ColourschemeController.php */



/* Farben #394D9B >> dunkelblau - colour1 */

/* Farben #5774c2 >> mittelblau - colour3 */

/* Farben #a39472 >> gold - colour2 */

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

/* Navigation - Hintergrundfarbe */        

 #navigation-t3id, #suche-t3id, #sub-nav-t3id ul, .navbar-row-right, .menuzord-menu > li > a, a.menuzord-brand, .menuzord-menu ul.dropdown li:hover > a, .menuzord .showhide {
	background-color: #5774c2;
}
#top-nav-t3id .nav-pills > li > a, .breadcrumb a, .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited, .breadcrumb > li + li::before {
	color: #5774c2;
}
#top-nav-t3id .nav > li > a {
	border-color: #5774c2;
}
/* Aktive Navigationspunkte bis Ebene 2, Textlinks im Inhalt und Kopfbereich */        

.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a, a:hover.menuzord-brand, .menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li a, .menuzord-menu ul.dropdown li ul.dropdown, .menuzord-responsive .menuzord-menu ul.dropdown, .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
	background-color: #394D9B;
}
/* ##### Anpassung Hover SUB-NAV #####
#sub-nav-t3id ul li.active {
	background-color: #394D9B;
}*/
#top-nav-t3id .nav-pills > li.active > a, #top-nav-t3id .nav-pills > li.active > a:hover, #top-nav-t3id .nav-pills > li.active > a:focus, #top-nav-t3id .nav-pills > li.active > a:hover, #top-nav-t3id .nav-pills > li > a:hover {
	color: #394D9B;
}
.breadcrumb a:hover {
	color: #394D9B;
}
/* Überschriften und Links im Text */        

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, hr, a, a:link, a:active, a:visited, a:hover {
	color: #394E96;
}
/* ##### ALLGEMEINES ##### */



body {
	background: url(../pics/bg-body.png);
	font-family: 'Roboto',Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto',Verdana, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.3;
}
h1, h2, h3 {
	margin-top: 0;
}
h1, .h1 {
	font-size: 24px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 18px;
}
h4, .h4 {
	font-size: 14px;
}
h5, .h5 {
	font-size: 13px;
}
h6, .h6 {
	font-size: 13px;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.align-left {
	text-align:left;
}
p.align-center {
	text-align:center;
}
p.align-right {
	text-align:right;
}
/* #### TYPO3 #### */



.csc-textpic-caption {
	font-size: 11px;
}
/* #### BOXEN #### */
/* #### Anpassung Row #### */
.row {
	margin: 0px;
}
/* #### Anpassung Ende #### */
.container {
	background: #fff;
/* #### Anpassung #### */
	padding-right: 0px;
	padding-left: 0px;
/* #### Anpassung Ende#### */
}
#main-container {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(171,171,171,1);
  -moz-box-shadow: 0px 0px 20px 2px rgba(171,171,171,1);
  box-shadow: 0px 0px 20px 2px rgb(171, 171, 171);
}
#logo-wrapper {
/* ###### Anpassung ###### */
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
/* 
	padding-top: 34px;
	padding-bottom: 40px;
###### Anpassung Ende ###### */
}
#logo-t3id {
	height: 120px;
	position: relative;
/*	height: 100px;
###### Anpassung ###### */
}
#logo-right-t3id {
	text-align: right;
	height: 120px;
	position: relative;
}
#logomobil-right-t3id {
	display: none;
}
#top-nav-t3id {
/* ###### Anpassung ###### */
	padding-right: 25px;
	padding-top: 15px;
/* ###### Anpassung ######
	padding-right: 15px; */
	z-index: 100 !important;
}
#content-top-wrapper {
	padding-bottom: 15px;
    padding-top: 15px;
	position: relative;
}
#content-top-wrapper img {
	position: absolute;
    right: 0;
    bottom: 0;
}
#content-top-t3id {
	text-align: right;
	height: 120px;
	position: relative;
}
.navbar-wrapper .container {
/* #### Anpassung #### */
/* ####padding-bottom: 30px; #### */
	padding-bottom: 0px;
/* #### Anpassung Ende#### */
}
#navbar-row {
/* #### Anpassung wegen Row-aenderung; vorher 15px#### */
	padding-right: 0px;
	padding-left: 0px;
/* #### Anpassung Ende#### */
}
.navbar-row-left {
	padding-right: 0;
	padding-left: 0;
}
.navbar-row-right {
	padding-right: 0;
	padding-left: 0;
}
#suche-t3id {
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}
#carousel-t3id {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
#middle-wrapper .container .row {
/* #### Anpassung Julius Hanses #### */
	margin-left: 5px;
	margin-right: 5px;
/* #### 6px#### */
/* #### Anpassung Ende #### */
	margin-bottom: 15px;
}
.start {
	margin-top: -50px !important;
}
.start #middle-left, .start #middle-right {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.85);
}
.start #middle-left h1, .start #middle-right h1 {
	padding-top: 9px;
	padding-bottom: 15px;
	color: #545454;
	font-size: 28px;
	font-weight: 400;
}
#middle-left {
	padding-right: 15px;
	/* #### Anpassung #### padding-left: 0px;*/
	padding-left: 15px;
	padding-bottom:20px;
	/* #### Anpassung Ende#### */
}
#content-left-wrapper {
	margin-top: 0px;
	padding: 15px;
	padding-top:0;
	font-size:13px;
}
#middle-right {
	padding-bottom:20px;
}
#sub-navcontent-t3id {
	padding-top: 15px;
}
/* #### SUB-NAV #### */
#sub-nav-t3id {
	margin-left: -20px;
}
#sub-nav-t3id a, #sub-nav-t3id a:link, #sub-nav-t3id a:active, #sub-nav-t3id a:visited {
	color: #fff;
	background-color:transparent;
	text-decoration: none;
}
#sub-nav-t3id li:hover {
	color: #fff;
	background-color:#394D9B;
	border-left: 2px solid white;
	-webkit-transition: all 0.6s ease; /* Firefox */
	-moz-transition: all 0.6s ease; /* WebKit */
	-o-transition: all 0.6s ease; /* Opera */
	transition: all 0.6s ease; /* Standard */
}
.nav-pills > li > a {
	border-radius: 0;
	padding-left:10px;
}
.nav-stacked > li + li {
	margin-top: 0;
}
/* Ebene 1 */
#sub-nav-t3id ul {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
#sub-nav-t3id ul li{
	padding: 5px;
    margin-top: 8px;
	margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
}
#sub-nav-t3id ul li.active {
	background-color:#394E96;
	border-left: 2px solid white;
}
/* Ebene 2 */
#sub-nav-t3id ul li ul {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	list-style: none;
	margin-top:0px;
	background-color: #394E96;
}
#sub-nav-t3id ul li ul li {
	padding-bottom: 12px;
	padding-top: 12px;
	margin-left:-20px;
}
#sub-nav-t3id ul li ul li:last-child {
	padding-bottom: 10px;
}
#sub-nav-t3id ul li ul li.active, #sub-nav-t3id ul li ul li ul li.active {
	font-weight: 400;
}
#sub-nav-t3id ul li ul li:hover {
	background-color:#5774c2;
}
#sub-nav-t3id ul li ul li ul li {
	margin-left:-20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sub-nav-t3id ul li ul li ul li:hover {
	background-color:#5774c2;
}
.navbar-inverse .navbar-nav > .active > a,  .navbar-inverse .navbar-nav > .active > a:hover,  .navbar-inverse .navbar-nav > .active > a:focus {
	background-color:transparent;
}
/* ##### Anpassung Hover SUB-NAV #####
#sub-nav-t3id ul li.active {
	background-color:#394E96;
} */
#sub-nav-t3id ul li ul {
}
#sub-nav-t3id ul li ul li.active {
	background-color:#5774c2;
	border-left: 2px solid white;
}
#sub-nav-t3id ul li ul li ul {
	padding-top:0px;
}


/* ##### TOP-NAV ##### */



#top-nav-t3id ul {
	float: right;
}
#top-nav-t3id a {
	font-size: 12px;
	text-decoration: none;
}
#top-nav-t3id .nav-pills > li.active > a, #top-nav-t3id .nav-pills > li.active > a:hover, #top-nav-t3id .nav-pills > li.active > a:focus {
	background-color: transparent !important;
}
#top-nav-t3id .nav-pills > li > a {
	border-radius: 0px;
}
#top-nav-t3id .nav-pills > li > a:hover {
	background-color: transparent;
}
#top-nav-t3id .nav > li > a {
	display: inline;
	padding: 0;
	padding-left:5px;
	padding-right:5px;
	border-right: 1px solid;
}
#top-nav-t3id .nav > li.last > a {
	border-right: 0px;
}
/* ##### SUCHE ##### */





input#suche-t3id {
	margin-right: 10px;
}
 5774c2 .btn {
 color: #fff;
 border: 0;
 padding: 6px 9px 5px 9px;
 font-size: 13px;
 line-height: 1.428571429;
 border-radius: 0;
}
.tx-indexedsearch-info {
	font-size: 11px !important;
	padding: 2px !important;
}
.tx-indexedsearch .searchbox-tmpl-css LABEL {
	margin-right: 13px;
	width: 90px;
}
input.tx-indexedsearch-searchbox-sword {
	background-color: #f2f2f2;
	border: 1px solid #DEDEDE;
	color: #333333;
	font-size: 13px;
	height: 30px;
	width: 200px !important;
	margin-left: 0;
}
input.tx-indexedsearch-searchbox-button {
	color: #fff;
	font-size: 13px;
	height: 30px;
	width: 200px !important;
	margin-top: 10px;
	margin-left: 102px;
}
.tx-indexedsearch legend {
	display: none;
}
.tx-indexedsearch-browsebox {
	padding: 13px 0 13px 0;
}
.tx-indexedsearch ul {
	padding-left: 0;
}
/* ##### FORMULARE ##### */



input {
	background-color: #fff;
}
 5774c2 .input-group .form-control {
 float:right;
 width: 50%;
}
.form-control {
	font-size: 13px;
	color: #333333;
	background-color: #fff;
	border: 0px;
	border-radius: 0px;
	width:70% !important;
	box-shadow:none;
	height: 28px;
}
.form-control:focus {
	border-color: #333333;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
 .form-control:-moz-placeholder {
 color: #333333;
}
 .form-control::-moz-placeholder {
 color: #333333;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #333333;
}
 .form-control::-webkit-input-placeholder {
 color: #333333;
}
#recaptcha_response_field {
	border: 1px solid #dedede !important;
	font-size: 11px !important;
}
.btn-default {
	background-color: #fff;
	border-color: #fff;
	color: #333;
}
.btn {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	padding:4px 10px 3px 10px;
	margin-left: 4px !important;
	margin-right: 4px;
}
.error {
	color: #FF0000;
}
#suche-t3id .glyphicon {
	margin-right:0px;
}
/* ##### IMAGEBILD ##### */

div.csc-textpic .csc-textpic-imagewrap img {
	height: auto;
    max-width: 100%;
}

/* ##### Search ##### */
.input-group-btn:last-child > .btn {
	border-radius: 2px;
}
.input-group .form-control:first-child {
		border-radius: 2px;
}
/* ###### BREADCRUMB ###### */



.breadcrumb {
	background-color: #fff;
	border-radius: 0;
/* ###### Anpassung ###### */
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
/* ###### Anpassung Ende ###### */
/*	margin-bottom: 30px;*/
	padding: 0;
}
.breadcrumb > .active {
	color: #333;
}
.breadcrumb a {
	text-decoration: none;
}
/* #### SLIDER #### */



ol.carousel-indicators {
	top:15px;
}
/* NEWS */



.news .article .news-img-wrap img {
	height: auto;
	width: 140px;
}
.news-single .article .news-img-wrap {
	width: 140px;
}

#logo-wrapper img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 120px;
	position: absolute;
    left: 0;
    bottom: 0;
}



/* ##### MEDIA QUERIES ##### */



@media (max-width: 767px) {

.breadcrumb {
	background-color: #fff;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#top-nav-t3id a {
	font-size: 11px;
}
#top-nav-t3id .nav > li > a {
	padding: 0px 3px;
}
#logo-wrapper {

	padding-bottom: 10px;
	margin-left: -5px;
	padding-top: 10px;
}
#logo-wrapper img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100px;
}

#logo-t3id {
	height: 100px;
}

#logo-right-t3id {
	display: none;
}
#logomobil-right-t3id {
	display: block;
	text-align: right;
	text-align: right;
    height: 100px;
    position: relative;
}
#logomobil-right-t3id img {
	width:auto;
	height:auto;
	max-height:70px;
}
#content-top-wrapper {
	padding-bottom: 10px;
    padding-top: 10px;
	margin-right: -5px;
}
.navbar-row-left {
	background-color: #fff;
}
#suche-t3id {
	display: none;
}
#suche-t3id .form-control {
	width: 50% !important;
	color: #333;
	background-color: #dbdbdb;
}
#suche-t3id .btn-default {
	background-color: #dbdbdb;
	border-color: #dbdbdb;
	color: #333;
}
.start {
	margin-top: 0 !important;
}
.start #middle-left h1, .start #middle-right h1 {
	font-size: 20px;
	text-align: center;
    color: white;
    background-color: #7FC53E;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
#middle-left {
	padding-left: 5px;
	padding-right: 5px;
}
#middle-right {
	padding-left: 5px;
	padding-right: 5px;
}
#sub-nav-t3id {
	display: none;
}
}
 @media (min-width: 768px) and (max-width: 992px) {
.start #middle-left h1, .start #middle-right h1 {
	font-size: 18px;
	padding-top: 15px;
}
#logo-wrapper img {
	max-height: 100px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
}
 @media (min-width: 1200px) {
.container {
	width: 940px;
}
}

/* Cookie Hint */
.cc_banner-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    border-top: 1px solid #888;
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}
.cc_container, .cc_message, .cc_btn {
    -webkit-animation-name: unset;
    animation-name: unset;
}
.cc_container {
  position: relative;
  background: none;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-top: none;
}
.cc_container .cc_message {
	color: #222;
	line-height: 1.5em;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #FFF;
  background-color: #13398a;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #d3d3d3;
  color: #000;
}
@media screen and (min-width: 300px) {
	.cc_container .cc_btn {
		font-size: 0.8em;
		margin-top: 0px;
		padding: 15px;
	}
	.cc_container .cc_message {
	margin-top: 0.0em;
	}
}
@media screen and (min-width: 421px) {
	.cc_container .cc_btn {
		padding: 10px;
	}
}
@media screen and (min-width: 503px) {
	.cc_container .cc_btn {
		font-size: 1.0em;
		margin-top: 3px;
		padding: 11px;
	}
}
@media screen and (min-width: 780px) {
	.cc_container .cc_btn {
		font-size: 0.8em;
		margin-top: 0px;
		padding: 8px 15px
	}
	.cc_container .cc_message {
		margin-top: 0.4em;
	}
}