/* CSS Document */

/* CSS Document */

    @font-face{
        font-family:"Helvetica Neue LT W01_47 Lt Cn";
        src:url("../fonts/ee259578-3cae-4dd8-a23a-297d352ec2dc.eot?#iefix");
        src:url("../fonts/ee259578-3cae-4dd8-a23a-297d352ec2dc.eot?#iefix") format("eot"),url("../fonts/244ff804-5735-41ed-92a1-ce5438185e9c.woff2") format("woff2"),url("../fonts/9cd26200-0d62-40ef-94b8-46fd1d8b255f.woff") format("woff"),url("../fonts/7b72d33f-8b87-4c48-b397-42d28164d598.ttf") format("truetype"),url("../fonts/07dba647-d830-4ba8-8b84-1e4c9858f3d3.svg#07dba647-d830-4ba8-8b84-1e4c9858f3d3") format("svg");
    }
    @font-face{
        font-family:"Helvetica Neue LT W01_57 Cond";
        src:url("../fonts/3808766e-26cf-47cb-97a7-1f1c64db9c48.eot?#iefix");
        src:url("../fonts/3808766e-26cf-47cb-97a7-1f1c64db9c48.eot?#iefix") format("eot"),url("../fonts/946b2f3f-a9d7-47e4-9738-ee963004d697.woff2") format("woff2"),url("../fonts/ce90a9c3-4580-4fa7-b453-9a4e86d0c271.woff") format("woff"),url("../fonts/a621a6bf-fa40-4115-9f42-6ffb55c017e2.ttf") format("truetype"),url("../fonts/436f9358-58a7-4f85-bdef-f4cd10831df6.svg#436f9358-58a7-4f85-bdef-f4cd10831df6") format("svg");
    }
    @font-face{
        font-family:"Helvetica Neue LT W01_67 Md Cn";
        src:url("../fonts/13e5efa8-b7a2-4f0f-a459-c966f7d3f458.eot?#iefix");
        src:url("../fonts/13e5efa8-b7a2-4f0f-a459-c966f7d3f458.eot?#iefix") format("eot"),url("../fonts/108e1ff6-3205-4c92-9aa5-9abb2823fe92.woff2") format("woff2"),url("../fonts/f61c722b-9236-445e-bb7e-eeb1009cd627.woff") format("woff"),url("../fonts/5cd6e481-b6d9-47fa-b568-1636d8a6cc52.ttf") format("truetype"),url("../fonts/0134ff8c-b1ae-47f0-9219-d1bdce3ec1db.svg#0134ff8c-b1ae-47f0-9219-d1bdce3ec1db") format("svg");
    }
    @font-face{
        font-family:"Helvetica Neue LT W01_77 Bd Cn";
        src:url("../fonts/1527aeed-e69d-4399-82e3-7b53d48da7a2.eot?#iefix");
        src:url("../fonts/1527aeed-e69d-4399-82e3-7b53d48da7a2.eot?#iefix") format("eot"),url("../fonts/5f4620bc-98f7-4b13-9f90-3a54ea6a9c55.woff2") format("woff2"),url("../fonts/ac30e84e-cb19-4576-b6f9-491fccbd42ff.woff") format("woff"),url("../fonts/b583b782-0709-4a13-899f-7e9ab1a7eccd.ttf") format("truetype"),url("../fonts/d5dd03f5-3afb-46e9-aad0-234de8607afa.svg#d5dd03f5-3afb-46e9-aad0-234de8607afa") format("svg");
    }

    @font-face{
        font-family:"CaflischScriptW01-Regul";
        src:url("../fonts/298da8d7-7a9e-4a2b-b3da-c23ec3380f73.eot?#iefix");
        src:url("../fonts/298da8d7-7a9e-4a2b-b3da-c23ec3380f73.eot?#iefix") format("eot"),url("../fonts/9c44a2e1-b176-47e5-bf83-0c81b05eb26e.woff2") format("woff2"),url("../fonts/7388ede0-dfe3-46ea-94d7-575538279641.woff") format("woff"),url("../fonts/cc9fbbef-6172-4c69-99bb-42f6f61de218.ttf") format("truetype"),url("../fonts/917504de-e5a6-46df-80cb-f077187256a0.svg#917504de-e5a6-46df-80cb-f077187256a0") format("svg");
    }

	@font-face {
	  font-family: "Font Awesome 5 Free";
	  font-style: normal;
	  font-weight: 900;
	  src: url("../fonts/fa-solid-900.eot");
	  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
	  }

	.fa, .fas {
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;
	}


    .font-light{
        font-family:"Helvetica Neue LT W01_47 Lt Cn" !important;
		font-weight: normal;
    }

    .font-regular{
        font-family:"Helvetica Neue LT W01_57 Cond" !important;
		font-weight: normal !important;
    }

    .font-medium{
        font-family:"Helvetica Neue LT W01_67 Md Cn" !important;
		font-weight: normal !important;
    }

    .font-bold{
        font-family:"Helvetica Neue LT W01_77 Bd Cn" !important;
		font-weight: normal !important;
    }

body{
	-webkit-font-smoothing: antialiased !important;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/* Basis CSS */

.noshow{
	display: none;
}

/* .row { */
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  /* display: -ms-flexbox; */
  /* display:	flex; */
  /* flex-wrap: wrap; */
/* } */
/* .row > [class*='col-'] { */
  /* display: flex; */
  /* flex-direction: column; */
/* } */

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

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

b, strong {
    font-weight: normal !important;
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
}

a{
	color: #213A8F;
}

a:hover, a:focus {
    color: #49494a;
    text-decoration: underline;
}

.telmail {
	display: inline-block;
	width: 5em;
}

.font-black, .font-black a{
	color: #242422;
}

.font-white, .font-white a{
	color: #FFFFFF;
}

.font-red, .font-red a{
	color: #213A8F;
}

.font-regular{
	font-family:"Helvetica Neue LT W01_57 Cond";
}

.font-bold, strong, b{
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
}


.navbar {
    border-radius: 0px !important;
	margin-bottom: 0px !important;
	background: none !important;
	border: 0px;
	padding-top: 0px

}

.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 18px;
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
	font-size: 17px;
	color: #213A8F !important;
}

.navi-margin-top{
	margin-top: 5px;
}

a:link, a:hover{
	text-decoration: none !important;
}

.margin-bottom-content{
	margin-bottom: 15px;
}

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    background: none !important;
    color: #213A8F !important;
}

.navbar-nav a:hover, .navbar-nav a:focus {
    background: none !important;
    color: #213A8F !important;
}

.navbar-toggle {
    background-color: #213A8F;
    background-image: none;
    border: none;
    border-radius: 0 !important;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 12px 10px;
    position: relative;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: #213A8F !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.navbar-toggle .icon-bar {
    border-radius: 0px;
    display: block;
    height: 4px;
    width: 25px;
}

.navbar .navbar-brand img {
	max-width: 225px !important;
	transition: 0.2s;
	-webkit-transition:  0.1s;
}

.navbar.navbar-fixed-top.fixed-theme .navbar-brand img {
	max-width: 105px !important;
	transition: 0.2s;
	-webkit-transition:  0.1s;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none !important;
}

.dropdown-menu{
	background-color: #FFFFFF;
	font-family: "Helvetica Neue LT W01_57 Cond";
}

.dropdown-menu > li > a {
    clear: both;
    color: #213A8F;
    display: block;
    font-weight: normal;
	font-size: 16px;
    line-height: 26px;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #FFFFFF;
    color: #213A8F;
    outline: 0 none;
    text-decoration: none;
}

.dropdown-menu > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #FFFFFF;
    color: #213A8F;
    outline: 0 none;
    text-decoration: none;
}

/* Main CSS */

.navbar-header{
	position: absolute;
	float: right;
	top: 0px;
	z-index: 500;
	height: auto;
	background: #FFFFFF;
	padding: 0px 15px 12px 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}

.navbar-brand {
    float: right;
    height: auto;
    padding: 0px 0px 0px 10px;
    font-size: 18px;
    line-height: 20px;
	text-align: right;
}

.carousel {
    margin-top: 0px;
	position: relative;
}

.carousel-inner {
}

.carousel-caption{
	display: none;
}

.carousel-inner > .item {
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0.6s ease-in-out 0s;
}

.carousel-indicators {
    bottom: 0%;
}

.carousel-indicators li {
    background-color: #FFFFFF;
    border: solid 1px #213A8F;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0;
    text-indent: -999px;
    width: 12px;
}

.carousel-indicators .active {
    background-color: #213A8F;
    height: 12px;
    margin: 0;
    width: 12px;
}

p.font-slider, h3.font-slider{
	font-size: 45px;
	text-align: left;
}


.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}

.margin-subimage{
	margin-bottom: 115px;
}

.margin-top-content{
	margin-top: 45px;
}

.mgb25{
	margin-bottom: 25px;
}



html body div.container div#carousel1.carousel.margin-subimage div.carousel-inner div.item.active{
	overflow: hidden;
}

.text-content{
	font-family:"Helvetica Neue LT W01_47 Lt Cn";
}

.text-content p strong{
	font-family:"Helvetica Neue LT W01_57 Cond";
	font-weight: normal !important;
}

.text-content p {
    color: #242422;
    font-size: 24px;
    line-height: 38px;
    text-align: center !important;
}

.text-content p i{
	font-size: 45px !important;
	line-height: 40px !important;
	text-align: center;
	color: #213A8F;
}

.text-content table {
    color: #242422;
    font-size: 24px;
    line-height: 38px;
}

p {
    margin: 0px 0 30px;
}

.text-content h1{
	color: #213A8F;
	font-size: 65px;
	line-height: 65px;
	font-weight: normal !important;
	font-family:"CaflischScriptW01-Regul";
}

.text-content span.headline{
	color: #213A8F;
	font-size: 65px;
	line-height: 65px;
	font-weight: normal !important;
	font-family:"CaflischScriptW01-Regul";
	margin-top: 15px;
}

.text-content span.subline{
	color: #213A8F;
	font-size: 50px;
	line-height: 60px;
	font-weight: normal !important;
	font-family:"CaflischScriptW01-Regul";
	margin-bottom: 25px;
}

.text-content h2{
	color: #213A8F;
	font-size: 50px;
	line-height: 60px;
	font-weight: normal !important;
	font-family:"CaflischScriptW01-Regul";
}

.text-content h3{
	color: #213A8F;
	font-size: 34px;
	font-weight: normal !important;
	font-family:"CaflischScriptW01-Regul";
}

.text-content h4{
	color: #213A8F;
	font-size: 32px;
	font-weight: normal !important;
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
}

.text-content h5{
	color: #213A8F;
	font-size: 30px;
	font-weight: normal !important;
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
}

.text-content h6{
	color: #213A8F;
	font-size: 28px;
	font-weight: normal !important;
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
}

.text-content h5.subtext{
	color: #213A8F;
	font-size: 20px;
	font-weight: normal !important;
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
}

.text-content ul li{
	margin: 25px 0 10px;
	font-size: 14px;
	line-height: 22px;
}


.text-center, .text-content p.text-center{
	text-align: center !important;
}

.text-right, .text-content p.text-right{
	text-align: right !important;
}

.text-left, .text-content p.text-left{
	text-align: left !important;
}

.font-size35{
	font-size: 35px !important;
	line-height: 40px !important;
}

.font-size25{
	font-size: 25px !important;
	line-height: 30px !important;
}

.font-size20{
	font-size: 20px !important;
	line-height: 25px !important;
}

.img-center{
	margin: 0px auto;
	text-align: center;
}

.btn-green {
    color: #fff;
    background-color: #213A8F;
    border-color: #242422;
	margin: 10px auto 10px;
}

.btn-red:hover {
    color: #fff;
    background-color: #242422;
    border-color: #213A8F;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
	margin-top: 15px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

hr {
	margin-top: 75px;
	margin-bottom: 50px;
	border: 0;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: currentcolor;
	border-top: 1px solid #213A8F;
}

.bg-grey{
	background: #DADADA;
	min-height: 210px;
	padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 50px;
}

.evgborder{
	border: solid 1px #213a8f;
}

.evgtitle{
	font-family:"Helvetica Neue LT W01_67 Md Cn";
	font-weight: normal !Important;
	font-size: 14px;
	color: #213a8f !important;
}

.flexdownloads {
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: flex-end;
}


.btn{
	padding: 5px 10px 5px 10px;
	font-family:"Helvetica Neue LT W01_67 Md Cn";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 25px;
	white-space: normal !important;
    box-shadow: none;
	text-transform: uppercase;
}

.btn-egv {
  color: #FFFFFF !important;
  background-color: #213A8F;
  border-color: #213A8F;
  min-width: 200px;
}

.btn-egv:hover,
.btn-egv:focus,
.btn-egv:active,
.btn-egv.active,
.open .dropdown-toggle.btn-egv {
  color: #213A8F !important;
  background-color: #FFFFFF;
  border-color: #213A8F;
}

.btn-egv:active,
.btn-egv.active,
.open .dropdown-toggle.btn-egv {
  background-image: none;
}

.btn-egv .badge {
  color: #FFFFFF;
  background-color: #213A8F;
}

.btn-left{
	float: left !important;
}

.btn-center{
	float: none !important;
}

.btn-right{
	float: right !important;
}

.btn-left::after, btn-right::after{
	clear: both;
}

.serviceBox{
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
	margin-bottom: 25px;
}
.serviceBox:hover{
    transform: scale(1.05, 1.05);
}
.serviceBox .service-icon{
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50%;
    border: 5px solid #DADADA;
    font-size: 42px;
    color: #DADADA;
    margin: 0 auto 30px;
    position: relative;
    transition: all 0.2s ease-out 0s;
}
.serviceBox:hover .service-icon{
    border-color: #213A8F;
}
.serviceBox .service-icon i{
    transform: rotate(0);
    transition: all 0.2s ease-out 0s;
}
.serviceBox:hover .service-icon i{
    transform: rotate(360deg);
    color: #213A8F;
}
.serviceBox .title{
    font-size: 24px;
    color: #213A8F;
    line-height: 40px;
    margin: 0 0 35px 0;
    position: relative;
}

.serviceBox .ansprechpartner{
    font-size: 36px;
}

.serviceBox .title:after{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #213A8F;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}
.serviceBox:hover .title:after{
    width: 100%;
}
.serviceBox .description{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 20px;
}
.serviceBox .read-more{
    display: inline-block;
    padding: 8px 22px;
    background: #DADADA;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    border-radius: 40px;
    transform: scale(1);
    transition: all 0.2s ease-out 0s;
}
.serviceBox .read-more:hover{
    transform: scale(1.1, 1.1);
}
.serviceBox:hover .read-more{
    background: #213A8F;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 40px; }
}

.bg-footer{
	background: #FFFFFF;
	min-height: 150px;
	padding-top: 50px;
	margin-top: 50px;
	border-top: solid 1px #213A8F;
}


.sidebar-box h4{
	font-family:"CaflischScriptW01-Regul";
	font-weight: normal !Important;
	font-size: 40px;
	line-height: 35px;
	text-align: center;
}

.sidebar-box p{
	font-size: 18px !important;
	line-height: 20px !important;
	text-align: center;
}

.sidebar-box p i{
	font-size: 90px !important;
	line-height: 95px !important;
	text-align: center;
	color: #213A8F;
}

p.bezirke{
	font-size: 24px !important;
	line-height: 26px !important;
	text-align: center;
}

.martopimg{
	margin-top: 5px !important;
	margin: auto auto;
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

h3.download-gruppe{
	color: #213A8F;
	font-size: 24px;
	font-weight: normal !important;
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
	margin-bottom: 25px;
}


h4.download-title{
	color: #213A8F;
	font-size: 18px;
	font-weight: normal !important;
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
}

span.download-subtext{
	text-align: left !important;
	font-size: 18px;
}

span.download-text{
	text-align: left !important;
	font-size: 16px;
}

.boxen-margin-bottom{
	margin-bottom: 25px;
}

.box-title-link {
    position: absolute;
    margin-top: -45px;
    width: auto;
    padding: 5px 15px 5px 10px;
    background: #FFFFFF;
    margin-bottom: 35px;
	font-family:"Helvetica Neue LT W01_57 Cond";
    font-size: 20px;
    color: #000000;
}

.box-title-link:hover{
	color: #FFFFFF;
	background: #242422;
}

h3.losung-titel{
	color: #213A8F;
	font-size: 22px;
	font-weight: normal !important;
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
	text-align: center !important;
}

p.losung-text{
	text-align: center !important;
	font-size: 20px;
}

.footer-logo{
	max-width: 100px;
}

.colums {
  width: auto;
  column-count: 3;
  column-gap: 60px;
  color: #FFFFFF;
}

ul.footer-menu{
	list-style-type: none;
}

.footer-menu{
	color: #FFFFFF;
    line-height: 38px;
}

.footer-menu li a{
	color: #FFFFFF;
	font-family:"Helvetica Neue LT W01_57 Cond";
	font-size: 18px;
}

.footer-menu li a:hover{
	color: #FFFFFF;
}

.footer-menu li ul{
	margin:0;
	padding:0;
}

.footer-menu li ul li a{
	color: #a0a0a0;
	font-family:"Helvetica Neue LT W01_57 Cond";
	font-size: 14px;
}


.embed-responsive-16by7 {
  padding-bottom: 48%;
}



/* Anfang Formular-CSS */

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	color: #242422;
	font-size: 20px;
	font-weight: normal !important;
	font-family:"Helvetica Neue LT W01_57 Cond";
}

div.mpform .form-group{
    display: inline-block;
    height: auto;
    margin-bottom: 15px;
    min-height: 35px;
    width: 100%;
}

div.mpform p {
    padding:1px;
    margin:1px;
}

div.mpform p.help_txt {
    color:#600;
}

div.mpform fieldset {

}

/* IE7 specific: */
*:first-child+html div.mpform fieldset {

}

div.mpform legend {

}

/* IE7 specific: */
*:first-child+html div.mpform legend {

}

div.mpform input[type=text] {
    padding:5px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.mpform input[type=text]:focus {
    border-color:#333;
}

div.mpform textarea {
    padding:5px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.mpform textarea:focus {
    border-color:#333;
}

/* >>>>>>>> Layout without main table: */
div.mpform div.newline {
  clear: both;
  margin: 0;
  padding: 0;
}

div.mpform div.questionbox {
  clear: left;
  float:left;
  height:auto;
  padding: 4px;
  margin: 2px 0px 2px 2px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #aa3;
  text-align: right;
}

div.mpform fieldset div.questionbox {
  clear: left;
  float:left;
  height:auto;
  padding: 4px;
  margin: 2px 0px 2px 2px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #aa3;
  text-align: right;
}

div.mpform div.answerbox {
  float:left;
  width:100%;
  height:auto;
  padding: 4px;
  margin: 2px 2px 2px 0;
}

div.mpform fieldset div.answerbox {
  float:left;
  width:100%;
  height:auto;
  padding: 4px;
  margin: 2px 2px 2px 0;
  border: 1px solid #cccccc;
}

div.mpform div.submitbox {
  clear: both;
  float: left;
  height: 26px;
  padding: 8px;
  margin: 2px;
  text-align: center;
}

div.mpform div.submitbox input {
    cursor: pointer;
    border: 2px solid #999;
    color:#666;
    text-align: center;
    margin: 2px 2px 2px 180px;
}
/* <<<<<<<<< Layout without main table */

.mpform_title, .mpform_help {
font-weight: normal;
vertical-align: top;
padding: 6px;
background-color: #FFE;
color: black;
}

.mpform_error .mpform_title,
.mpform_error .mpform_field,
.captcha_err  .mpform_title,
.captcha_err  .mpform_field {
color: red;
}

div.mpform form fieldset fieldset div.form-group div.col-md-8.inputGroupContainer div.input-group{
	width: 100%;
}

.mpform_field {
	width: 100%;
}

.mpform_date, .mpform_email, .mpform_textarea, .mpform_text, .mpform_select {
	width: 100%;
}

.mpform_err_date, .mpform_err_email, .mpform_err_textarea,
.mpform_err_text, .mpform_err_radio, .mpform_err_select,
.captcha_err input {
background-color:#F4A4A4;
border: 1px solid red;
}

div.mpform_missing {
	background-color: red;
	border: 2px solid yellow;
	color: yellow;
	font-weight: bold;
	padding: 6px;
}

.mpform_textfield.mpform_readonly input.mpform_text {
	background-color: #ddd;
}

/* old classes: */
.mpform_date:hover, .mpform_email:hover, .mpform_textarea:hover, .mpform_text:hover,
.mpform_radio:hover, .mpform_select:hover, .mpform_checkbox:hover, .mpform_err_date:hover,
.mpform_err_email:hover, .mpform_err_textarea:hover, .mpform_err_text:hover, .mpform_err_radio:hover,
.mpform_err_select:hover, .mpform_err_checkbox:hover {
background-color: white;
}

.mpform_date, .mpform_err_date{
}

.mpform_date_img{
cursor: pointer;
border: 0;
vertical-align: middle;
}
.mpform_email, .mpform_err_email {
}

/*.mpform_textarea, .mpform_err_textarea {
width:410px;
height:100px;
}*/

.mpform_text, .mpform_err_text {

}
.mpform_radio, .mpform_err_radio, .captcha_input{
margin-right: 5px !important;
}
.mpform_checkbox, .mpform_err_checkbox{
	margin: 4px 10px 0 0 !important;
}
.mpform_select, mpform_err_select{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}

.mpform_heading {
	background-color: #fcc;
	padding: 5px;
}

.mpform_submit {
cursor: pointer;
border: 2px solid #999;
color:#666666;
}
.mpform_submit:hover{
border: 2px solid #333;
}

span.mpform_required {
color:red;
}

.captcha input {
background-color:#F4F4D4;
border: 1px solid #CCCCCC;
}

.captcha .captcha_expl{
font-weight:normal;
}

.mpform_a_img{
border:0;
}
.mpform_img_help{
border:0;
width:16px;
height:16px;
}

.mpform_help_box_td{
border:1px solid #336699;
padding:6px;
background-color:#ECF3F7;
color:#003366;
}

.mpform_help_box_div{
color:#003366;
background-color:#ECF3F7;
}

#mpform_help_box_hr {
color:#336699;
/*background-color:#336699;*/
margin:0;
padding:0;
}

h5.mpform_help_box_h5 {
color:#036;
background-color:transparent;
font-size:1.0em;
font-weight:normal;
margin:0;
padding:0;
}

.mpform_help_box_h6 {
color:#003366;
background-color:#ccf;
font-size:1.0em;
font-weight:normal;
margin:0;
padding:4px;
}

div.mpform_results {
	background-color: #cfc;
	border: 2px solid #090;
	padding: 6px;
}

/* >>> Start Calendar */
.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(http://orthointern/include/jscalendar/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 99;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
/* <<< End Calendar */

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

/*  deprecated definitions, only for forms created with mpform < 0.3.0
	mpform_td_help is now called mpform_help
*/

.mpform_td_help{
width:16px;
vertical-align:top;
}

.input-group {
    border-collapse: separate;
    display: inline;
    position: relative;
}

/* Ende Formular-CSS */


.show_calendar {margin-bottom:20px;}
.calendarmod {border-collapse:collapse;background:#fff;width:100%;font-size:12px;font-family:arial,helvetica,sans-serif;border:1px solid #bbb;}
.calendarmod a {text-decoration:none;display:block;}
.calendarmod td {height:20px;text-align:center;line-height:20px;border:1px solid #bbb;}

.arrows {float:left;width:50%;}
tr.calendarmod-header td {text-align:center;font-weight:bold;background:#01457f;color:#fff;}
tr.calendarmod-header td a {display:block;height:20px;line-height:20px;background:#bcbdc0;font-size:16px;}
tr.calendarmod-header td a:hover {background:#9ad5f4;color:#01457f;}
td.calendar_weekday {background:#01457f;width:14%;color:#fff;}
td.calendar_markday {background:#eee;font-weight:bold;}
td.calendar_markday:hover {background:#ddd;}
td.calendar_noday {background:#fff;}
td.procal_today {border:2px solid #ff7600;} /*ori ff0000;}*/

.event_details {min-height:350px;}

.actionlist {min-height:197px;}
.actionlist_header {font-weight:bold;}

.actionlist_date {white-space:nowrap;padding:3px 5px !important;}
.actionlist_time {white-space:nowrap;padding:3px 5px !important;}
.actionlist_name {padding:3px 5px !important;}
.actionlist_actiontype {white-space:nowrap;padding:3px 5px !important;}

.actionlist_table  {width:100%;font-size:12px;font-family:arial,helvetica,sans-serif;border:1px solid #bbb;}
.actionlist td {padding:3px 0;vertical-align:top;}
.actionlist tr {background:#fff;}
.actionlist tr:nth-child(odd) {background:#eee;}
.actionlist tr:hover {background:#ddd;}

.actionlist_headernav {margin:10px 0;}
.actionlist_headernav h2 {padding:0 !important;margin:0 !important;}
.actionlist_headernav a {text-decoration:none;}
.actionlist_headernav td.arrow_left {padding:3px 0 0 10px;font-size:11px;text-align:left;}
.actionlist_headernav td.arrow_right {padding:3px 10px 0 0;font-size:11px;text-align:right;}

a.go_back {font-weight:bold;text-decoration:none;}

.info_block {position:relative;float:right;width:170px;padding:10px;border:1px solid #ccc;background:#f4f4f4;margin:5px 0 15px 15px;background:#eee;}
.info_block .field_line {width:100%;clear:both;line-height:15px;margin-bottom:8px;}
.info_block .field_title {width:100%;font-weight:bold;padding:0;margin:0;}

.float_right {float:right;}

/* EXAMPLE STYLES FOR CATEGORIES
#acttype1 {background:red;}
#acttype2 {background:green;}
#acttype3 {background:cyan;}
#acttype4 {background:blue;}
#acttype5 {background:brown;}
#acttype6 {background:purple;}
/* END OF EXAMPLE STYLES FOR CATEGORIES */


/* STYLES FOR THE MINIJS DROPLET */
/* copy this to your normal template stylesheet if you want to show the minicaljs on each page */
table.inner {border-collapse:collapse;}
table.inner td {border:1px solid #ccc;padding:2px;}
table.inner .event {color:#01457f;font-weight:bold;}
table.inner .event:hover {font-weight:bold;cursor:pointer;color:#f47325;}

/* Anpassung an die Anzeige für EFG MG von Harald Spring */
.event_details {font-size:80%;}
.eintrag_link {font-size:80%; text-align:right;}
.info_block a {text-decoration:none;color:#ff7600 !important;}
.info_block a:hover {color:#000 !important;}


.terminheader{
	margin: 50px auto 25px auto;
}

.terminliste{
	border-top: solid 1px #DADADA;
	padding-top: 15px;
}

.terminliste p{
	text-align: left !important;
	font-size: 24px;
	line-height: 26px;
}


.p-datum{

}

.p-uhrzeit{

}

.p-beschreibung{

}

.p-ort{

}





/* Medienabhängige Formate */

@media (min-width: 1200px) {

}

@media (max-width: 1200px) {

	.navbar .navbar-brand img {
		max-width: 125px !important;
		transition: 0.2s;
		-webkit-transition:  0.2s;
	}

	.navbar.navbar-fixed-top.fixed-theme .navbar-brand img {
		max-width: 100px !important;
		transition: 0.2s;
		-webkit-transition:  0.2s;
	}

	.navi-margin-top {
		margin-top: 110px;
	}

	.navbar {
		border-radius: 0px !important;
		margin-bottom: 0px !important;
		min-height: 135px !important;
		background: none !important;
		border: 0px;
		padding-top: 0px;
	}

	.navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 18px;
		font-family: "Helvetica Neue LT W01_77 Bd Cn";
		font-size: 18px;
	}

}

@media (max-width: 992px) {

	.navi-margin-top {
		margin-top: 110px;
	}

	.navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 0px;
		font-family: "Helvetica Neue LT W01_77 Bd Cn";
		font-size: 13px;
	}

}

@media (max-width: 767px) {

	.navbar-header {
		position: absolute;
		top: 0px;
		z-index: 500;
		height: auto;
		background: #FFFFFF;
		padding: 0px 15px 12px 20px;
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		border-bottom-right-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-left-radius: 20px;
		width: 100%;
		text-align: center;
	}

	.navbar-brand {
		float: left;
		height: auto;
		padding: 10px 0px 0px 0px;
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		margin-left: 33%;
	}

	.navbar {
		border-radius: 0px !important;
		margin-bottom: 0px !important;
		min-height: 130px !important;
		background: none !important;
		border: 0px;
		padding-top: 0px;
	}

	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		border-top: none !important;
		margin-top: 65px;
	}

	.navi-margin-top {
		margin-top: 5px;
	}

	.navbar-nav > li > a {
		padding-bottom: 10px;
		padding-top: 12px;
		font-family: "Helvetica Neue LT W01_77 Bd Cn";
		font-size: 20px;
		text-align: center;
	}

	.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
	font-size: 18px;
    text-align: center;
	padding: 5px 25px 5px 25px;
	}

	.footer-logo{
		margin: 0px auto;
		text-align: center;
		max-width: 155px;
	}

	.footer-row{
		margin: 15px 0px 15px;
	}

	.text-footer{
		text-align: center;
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.hidden-xs {
		display: none !important;
	}


	.text-content p {
		color: #242422;
		font-size: 21px;
		line-height: 31px;
		text-align: center !important;
	}

	.text-content p i{
		font-size: 45px !important;
		line-height: 40px !important;
		text-align: center;
		color: #213A8F;
	}

	.text-content table {
		color: #242422;
		font-size: 24px;
		line-height: 38px;
	}

	p {
		margin: 0px 0 30px;
	}

	.text-content h1{
		color: #213A8F;
		font-size: 30px;
		line-height: 30px;
		font-weight: normal !important;
		font-family:"CaflischScriptW01-Regul";
		text-align: center !important;
	}

	.text-content span.headline{
		color: #213A8F;
		font-size: 45px;
		line-height: 45px;
		font-weight: normal !important;
		font-family:"CaflischScriptW01-Regul";
		text-align: center !important;
		margin-top: 15px;
	}

	.text-content span.subline{
		color: #213A8F;
		font-size: 30px;
		line-height: 30px;
		font-weight: normal !important;
		font-family:"CaflischScriptW01-Regul";
		text-align: center !important;
		margin-bottom: 25px;
	}

	.text-content h2{
		color: #213A8F;
		font-size: 38px;
		line-height: 43px;
		font-weight: normal !important;
		font-family:"CaflischScriptW01-Regul";
		text-align: center !important;
	}

	.text-content h3{
		color: #213A8F;
		font-size: 34px;
		font-weight: normal !important;
		font-family:"CaflischScriptW01-Regul";
		text-align: center;
	}

	.text-content h4{
		color: #213A8F;
		font-size: 32px;
		font-weight: normal !important;
		font-family:"Helvetica Neue LT W01_77 Bd Cn";
		text-align: center;
	}

	.text-content h5{
		color: #213A8F;
		font-size: 30px;
		font-weight: normal !important;
		font-family:"Helvetica Neue LT W01_77 Bd Cn";
		text-align: center;
	}

	.text-content h6{
		color: #213A8F;
		font-size: 28px;
		font-weight: normal !important;
		font-family:"Helvetica Neue LT W01_77 Bd Cn";
		text-align: center;
	}

	.text-content h5.subtext{
		color: #213A8F;
		font-size: 20px;
		font-weight: normal !important;
		font-family:"Helvetica Neue LT W01_77 Bd Cn";
	}

	.terminliste p{
		text-align: left !important;
		font-size: 21px;
		line-height: 20px;
		margin: 0px 0 10px;
	}


	.p-datum p{
		font-family:"Helvetica Neue LT W01_77 Bd Cn";
		font-size: 18px;
		line-height: 17px;
	}

	.p-uhrzeit p{
		font-size: 18px;
		line-height: 17px;
		text-align: right !important;
	}

	.p-beschreibung p{

	}

	.p-ort p{
		font-size: 16px;
		line-height: 14px;
	}

	.carousel-inner {
		position: relative;
		min-height: 160px !important;
		overflow: hidden;
	}

	.carousel-inner > .item {
		background: none repeat scroll 0 0 #808080;
		margin: 0px 0px 0px -35%;
		min-width: 733px;
	}

	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		display: block;
		width: 100%;
		min-height: 200px !important;
		overflow: hidden;
	}

}
