@charset "utf-8";

/* Fonts */

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

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

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

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

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



/* Basic-CSS */

* {
	box-sizing : border-box;
}

html, body {
	margin : 0;
	padding : 0;
	overflow-x: hidden;
	font-family: 'Mitr';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased !important;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	background: #FFFFFF;
	cursor: url('../img/hand.png'), auto;
}

.noshow{display: none;}

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

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

a{color: #ca8800;}
a:hover, a:focus {color: #ca8800; cursor: url('../img/finger.png'), auto;}
a:active {color: #ca8800; cursor: url('../img/klick.png'), auto;}
a:link, a:hover{text-decoration: none !important;}

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

.text-yellow, .text-yellow p, p.text-yellow, .text-yellow a, a.text-yellow{color: #fceb0f;}
.text-white, .text-white p, p.text-white, .text-white a, a.text-white{color: #FFFFFF;}
.text-lightblue, .text-lightblue p, p.text-lightblue, .text-lightblue a, a.text-lightblue{color: #1f73ba;}
.text-blue, .text-blue p, p.text-blue, .text-blue a, a.text-blue{color: #1f73ba;}
.text-darkblue, .text-darkblue p, p.text-darkblue, .text-darkblue a, a.text-darkblue{color: #001c48;}

.bg-yellow{background: #fceb0f !important;}
.bg-white{background: #FFFFFF !important;}
.bg-lightblue{background: #63b8e8 !important;}
.bg-blue{background: #1f73ba !important;}
.bg-darkblue{background: #001c48 !important;}

strong, bold{

}

p{
	font-family: 'Mitr';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: #001c48 !important;
}

h1{
	font-family: 'Mitr';
	font-style: normal;
	font-weight: 700;
}

h2{
	font-family: 'Mitr';
	font-style: normal;
	font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
}

h3{
	font-family: 'Mitr';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
}


h4{
	font-family: 'Mitr';
	font-style: normal;
	font-weight: 700;
}

h5{
	font-family: 'Mitr';
	font-style: normal;
	font-weight: 700;
}

h6{
	font-family: 'Mitr';
	font-style: normal;
	font-weight: 700;
}

/* Buttons */

.btn:hover{
	cursor: url('../img/finger.png'), auto;
}

.btn:active{
	cursor: url('../img/klick.png'), auto;
}

.btn{
	float: right !important;
	padding: 13px 16px 13px 16px;
	font-family: 'Paytone One';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}

.btn-abrigi-lightblue {
  color: #001c48 !important;
  background-color: #63b8e8;
  border-color: #FFFFFF;
  border-radius: 0px !important;
}

.btn-abrigi-lightblue:hover,
.btn-abrigi-lightblue:focus,
.btn-abrigi-lightblue:active,
.btn-abrigi-lightblue.active,
.open .dropdown-toggle.btn-abrigi-lightblue {
  color: #63b8e8 !important;
  background-color: #001c48;
  border-color: #63b8e8;
}

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

.btn-abrigi-lightblue .badge {
  color: #00628E;
  background-color: #FFFFFF;
}

.btn-abrigi-darkblue {
  color: #fceb0f !important;
  background-color: #001c48;
  border-color: #001c48;
  border-radius: 0px !important;
}

.btn-abrigi-darkblue:hover,
.btn-abrigi-darkblue:focus,
.btn-abrigi-darkblue:active,
.btn-abrigi-darkblue.active,
.open .dropdown-toggle.btn-abrigi-darkblue {
  color: #001c48 !important;
  background-color: #fceb0f;
  border-color: #001c48;
}

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

.btn-abrigi-darkblue .badge {
  color: #00628E;
  background-color: #FFFFFF;
}


section{
	z-index: 100;
	position: relative;
}



/* Page-Background */

.linse{
	position: absolute;	
	width: 100vw;
}



/* Header-CSS */


.img-head-logo{
	max-width: 315px;
	margin: 50px auto 50px auto;
}

/* Navigation-CSS */

.navbar{
	min-height: 50px !important;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

/* Mobile-Menü */

.navbar-toggle {
    background-color: #001c48;
    background-image: none;
    border: solid 1px #fceb0f;
    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: #1f73ba !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fceb0f;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fceb0f;
}

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

/* Desktop-Menü */

.navbar-default {
    background-color: #f8f8f8;
    border: 0px !important;
	position: relative;
	z-index: 6;
}

ul.navbar-nav {
	margin-bottom: 25px;
}

.navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
}

.nav.navbar-nav li a {
	position: relative;
	display: block;
	padding: 16px 10px 16px 10px;
	font-family: 'Paytone One';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	color: #001c48;
	text-transform: uppercase;
	background: #63b8e8 !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #001c48 !important;
	background: #fceb0f !important;
}

.navbar-default ul.nav.navbar-nav li.active a{
	color: #001c48 !important;
	background: #fceb0f !important;
	font-weight: 700;
}

.nav.navbar-nav li a:hover, .nav.navbar-nav li a:focus {
}

.afternavbar{
	background-image: url("../img/bg-header.png");
	/* background-color: #FFF !important; */
	height: 158px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	z-index: 6;
}


/* Content */

/* Startseite */

.start-linse-lightblue{
	top: 640px;
	left: 0px;
	z-index: 5;
}

.start-linse-yellow-top{
	top: 640px;
	left: 0px;
	z-index: 5;
}

.start-linse-yellow-bottom{
	top: 3125px;
	left: 0px;
	z-index: 5;
}

.bauchi-start{
	max-width: 950px;
	margin-top: -120px;
}

.start-section-1{
	margin-top: 200px;
}

.start-section-2{
	margin-top: 265px;
}


.start-termine-top{
	background-image: url("../img/start-termine-top.png");
	height: 315px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 100px;
}

.start-termine-bottom{
	background-image: url("../img/start-termine-bottom.png");
	height: 300px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -195px;
}

.start-terminbox h3{
	font-size: 38px;
}

.termin-box-margin{
	margin-top: 100px;
}

.termin-box-kalender-bg-mini{
	width: 140px;
	height: 160px;
	background-image: url("../img/kalender-icon.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 5px 5px 5px;
	font-family: 'Paytone One';
	font-style: normal;
	font-weight: 400;
	font-size: 37px;
	color: #1f73ba;	
	text-align: center;
	line-height: 40px;
	margin-bottom: 40px;
}

.termin-box-kalender-bg-mini span{
	font-family: 'Paytone One';
	font-style: normal;
	font-weight: 400;
	font-size: 44px;
	color: #1f73ba;	
	text-align: center;
	line-height: 39px;
} 

.termin-box-margin h4 a{
	font-family: 'Mitr';
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	color: #63b8e8 !important;	
	text-align: left;
	line-height: 33px;
	text-transform: uppercase;
} 

.termin-box-margin p.text-white {
	font-family: 'Mitr';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF !important;	
	text-align: left;
	line-height: 29px;
} 

.termin-box-margin a.btn{
	float: left !important;
}



/* Über uns */

.ueberuns-section-1{
	margin-top: 85px;
}

.ueberuns-section-2{
	margin-top: 260px;
}

.ueberuns-section-3{
	margin-top: 100px;
}

.ueberuns-section-4{
	margin-top: 45px;
	margin-bottom: -270px;
}

strong.abrigi-letters{
	font-family: 'Mitr';
	font-style: normal;
	font-weight: 700;
	font-size: 29px;	
}

.ueberuns-linse-team{
	top: 320px;
	left: 0px;
	z-index: 5;
}

.ueberuns-linse-yellow{
	top: 960px;
	left: 0px;
	z-index: 4;
}

.ueberuns-linse-lightblue{
	top: 1710px;
	left: 0px;
	z-index: 5;
}

.ueberuns-linse-darkblue{
	top: 2557px;
	left: 0px;
	z-index: 5;
}

.ueberuns-section-4 p{
	color: #FFFFFF !important;
	text-shadow: 0px 0px 10px #001c48 !important;
}

.apbox{
	margin-bottom:100px !important;
}


/* Ziel */

.ziele-section-1{
	margin-top: 140px;
}

.ziele-section-2{
	margin-top: 95px;
	margin-bottom: -125px;
}

.ziele-linse-yellow{
	top: 235px;
	left: 0px;
	z-index: 5;
}

.ziele-linse-darkblue-right{
	top: 825px;
	left: 0px;
	z-index: 5;
}

.ziele-linse-darkblue-left{
	top: 2105px;
	left: 0px;
	z-index: 5; 
}



/* Termine */

.termine-section-1{
	margin-top: 140px;
}

.termine-section-2{
	margin-top: 95px;
}

.termine-section-3{
	margin-top: -185px;
}

.termine-termine-top{
	background-image: url("../img/termine-kalender-top.png");
	height: 245px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 100px;
}

.termine-termine-bottom{
	background-image: url("../img/termine-kalender-bottom.png");
	height: 680px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -195px;
}

.termine-linse-yellow{
	bottom: -2335px;
	left: 0px;
	z-index: 5;
}

.termine-linse-darkblue{
	top: 2475px;
	left: 0px;
	z-index: 5;
}

/* Kalender */

.show_calendar{
	margin-bottom: 25px;
}	

.calendarmod-header{
	background-image: url("../img/kalender-header.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 170px;
}

tr.calendarmod-header td {
    text-align: center;
    font-family: 'Paytone One';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    color: #fceb0f !important;
    line-height: 33px;
    text-transform: uppercase;
    background-color: transparent;
    border: 0px;
    padding-top: 77px !important;
}

tr.calendarmod-header td a {display:block;height:20px;line-height:20px;font-size:16px; color: #fceb0f !important;padding: 0px;}
tr.calendarmod-header td a:hover {color: #fceb0f !important;}

.calendarmod {
	font-family: 'Paytone One';
	font-style: normal;
	font-weight: 400;
	border-collapse:collapse;
	width:100%;
}

#.calendarmod a {text-decoration:none;display:block;}

.calendarmod td {
    height: 130px;
    text-align: left;
    line-height: 20px;
    border: 3px solid #63b8e8;
    background-color: #FFFFFF;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 35px;
    color: #63b8e8;
}

.arrows {float:left;width:50%;}

td.calendar_weekday {
    background: #001c48;
    width: 14%;
    color: #fff;
    height: 45px;
    text-align: center;
    font-size: 25px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
}

td.calendar_markday {
    background: url('../img/bauchi-in-kalender.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
	background-color: #FFFFFF;
}

.calendar_markday a {
	color: #001c48;
}

td.calendar_markday:hover {
	background-color: #FFFFFF;
}

td.calendar_noday {background:#fff;} 

td.procal_today {
    border: 3px solid #63b8e8;
	color: #fceb0f;
}

td.actionlist_name a {
	color: #001c48;	
}

.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:18px;border:2px solid #63b8e8;}
.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;}
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;}
		            




/* Kontakt */

.kontakt-section-1{
	margin-top: 200px;
}

.kontakt-section-2{
	margin-top: 200px;
}

.phonemail{
	max-width: 32px;
	margin-right: 10px;
}

.bauchi-kontakt{
	max-width: 380px;	
	margin-top: 35px;
	margin-bottom: 25px;
	float: right;
}

.kontakt-linse-foto{
	top: 485px;
	left: 0px;
	z-index: 5;
}

form#form_25 fieldset div.form-group.content div.row div.col-lg-12.inputGroupContainer div.input-group input#field6.mpform_field_6.mpform_field_textfield.mpform_text, form#form_25 fieldset div.form-group.content div.row div.col-lg-12.inputGroupContainer div.input-group input#field3.mpform_field_3.mpform_field_email.mpform_email{
	width: 50%;
}

.kontakt-stift{
	position: absolute;
	right: 150px;
	top: 40px;	
}

.kontakt-stift-img{
	max-height: 185px; 
	
}

form#form_25 .captcha_expl{
	text-indent: 10px;
}


.img-maske-bauchi{
	max-height: 215px;
	float: left;
	margin: 0px 15px 210px 0px;
}











/* Footer */

.bg-footer{
	background-image: url("../img/bg-footer.png");
	height: 600px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 350px;
	z-index: 7;
	position: relative;
}

.footer{
	padding-top: 48px;
	padding-bottom: 20px;
}

.footer, .footer p, .footer a  {
	color: #FFFFFF;
}










/* Responsive-Darstellung */

@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

@media (max-width: 1200px) {
	.apbox p{
		font-size: 18px !important;
	}
}

@media (max-width: 1200px) {
	.bg-footer{
		background-size: cover;
		padding-top: 245px;
	}
	
	/* Startseite */

	.start-linse-lightblue{
		top: 900px;
	}

	.start-linse-yellow-top{
		top: 920px;
	}

	.start-linse-yellow-bottom{
		top: 2775px;
	}

	.start-termine-top{
		margin-top: -110px;
	}

	.start-termine-bottom{
		margin-bottom: -195px;
	}

	.start-terminbox h3{
		font-size: 38px;
	}

	.termin-box-margin{
		margin-top: 100px;
	}

	.ueberuns-section-1 {
		margin-top: 0px;
	}
	
	.ueberuns-section-2 {
		margin-top: 70px;
	}
	
	.ueberuns-linse-yellow {
		top: 993px;
	}
	
	.ueberuns-section-3 {
		margin-top: -200px;
	}

	.ueberuns-linse-lightblue {
		top: 1560px;
	}

	.ueberuns-section-4 {
		margin-top: -125px;
		margin-bottom: -270px;
	}

	.ueberuns-linse-darkblue {
		top: 2156px;
	}
	
	.bg-footer {
		height: 495px;
	}
	
	.ziele-section-1 {
		margin-top: -20px;
	}

	.ziele-section-2 {
		margin-top: 15px;
	}
	
	.ziele-linse-darkblue-left {
		top: 1875px;
	}
	
	.termine-section-1 {
		margin-top: 0px;
	}
	
	.termine-termine-top {
		margin-top: 10px;
	}
	
	.termine-termine-bottom {
		height: 440px;
		margin-bottom: -195px;
	}
	
	.termine-section-3 {
		margin-top: -115px;
	}

	.termine-linse-yellow {
		top: 1855px;
	}
	
	.bauchi-kontakt {
		max-width: 230px;
	}

}

@media (max-width: 1100px) {

	.start-linse-lightblue{
		top: 980px;
	}

	.ueberuns-linse-yellow {
		top: 1075px;
	}

	.ziele-linse-darkblue-right {
		top: 1115px;
	}
	
	.termine-termine-bottom {
		height: 380px;
		margin-bottom: -195px;
	}
	
	.termine-linse-yellow {
		top: 1813px;
	}	

	.termine-linse-darkblue {
		top: 1855px;
	}
	
	.kontakt-section-1 {
		margin-top: 100px;
	}

	tr.calendarmod-header td {
		padding-top: 102px !important;
	}

}

@media (max-width: 992px) {
	.navbar-nav li {
		margin-left: 10px;
		margin-right: 10px;
	}

	.nav.navbar-nav li a {
		font-size: 16px;
	}
	
	.btn{
		width: 100%;	
	}
	
	.bauchi-start{
		max-width: 100%;
		display: inline-block;
		margin-top: 0px;
	}

	.start-section-1{
		margin-top: 200px;
	}

	.start-section-2{
		margin-top: 25px;
	}
	
	.linse{
		display: none;
	}
	
	.afternavbar{
		height: 75px;
	}
	
	.termin-box-kalender-bg-mini{
		margin-left: auto;
		margin-right: auto;
	}
	
	.termin-box-margin {
		margin-top: 20px;
	}
	
	.start-terminbox h3 {
		font-size: 33px;
	}
	
	.termin-box-margin h4, .termin-box-margin p.text-white{
		text-align: center;
	}
	
	.termin-box-margin a.btn{
		float: none !important;
		margin-left: auto;
		margin-right: auto;
	}

	.start-termine-top{
		height: 205px;
	}
	
	.start-termine-bottom{
		height: 130px;
	}
	
	.speech-bubble{
		display: none;
	}
	
	.apbox img.img-responsive{
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.apbox {
		margin-bottom: 220px !important;
		min-height: auto;
	}
	
	.ueberuns-section-4 .apbox p.text-white{
		color: #001c48 !important;
		text-shadow: none !important;
	}
	
	.ueberuns-section-3 {
		margin-top: 25px;
	}

	.ueberuns-section-4 {
		margin-top: 25px;
		margin-bottom: -185px;
	}
	
	.ziele-section-1 {
		margin-top: 0px;
	}
	
	tr.calendarmod-header td {
		line-height: 33px;
		padding-top: 116px !important;
	}
	
	.bg-footer {
		height: auto;
	}

	.termine-termine-bottom {
		display: none;
	}
	
	.termine-section-3 {
		margin-top: 60px;
	}
	
	.kontakt-stift{
		position: absolute;
		right: 50px;
		top: 80px;	
	}

	.kontakt-stift-img{
		max-height: 85px; 
	}
	
	form#form_25 fieldset div.form-group.content div.row div.col-lg-12.inputGroupContainer div.input-group input#field6.mpform_field_6.mpform_field_textfield.mpform_text, form#form_25 fieldset div.form-group.content div.row div.col-lg-12.inputGroupContainer div.input-group input#field3.mpform_field_3.mpform_field_email.mpform_email{
		width: 100%;
	}

}

@media (max-width: 768px) {
	.img-head-logo {
		max-width: 315px;
		margin: 15px auto 15px auto !important;
	}

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

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

	ul.navbar-nav {
		width: 100%;
		margin: 10px auto;
	}

	.nav.navbar-nav li {
		margin-bottom: 5px;
	}

	.nav.navbar-nav li a {
		text-align: center;
	}

	.afternavbar{
		background-image: url("../img/bg-header.png");
		height: 65px;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.bg-footer{
		background-position: bottom center;
		padding-top: 225px;
	}

	.img-footer-logo{
		max-width: 175px;
		margin: 0px auto;
	}

	.footer-adresse, .footer-links{
		text-align: center;
	}
	
	.linse{
		display: none;
	}
	
	.btn{
		font-size: 20px;
	}
	
	.termine-termine-top {
		height: 160px;
		margin-top: 0px;
	}
	
	tr.calendarmod-header td {
		line-height: 21px;
		padding-top: 139px !important;
		font-size: 18px;
	}
	
	td.calendar_weekday {
		width: auto;
		font-size: 18px;
		height: 39px !important;
		border-top: 0px !important;
		border-right: 0px !important;
		border-left: 0px !important;
}
	
	.calendarmod td {
		height: 90px;
		border: 3px solid #63b8e8;
		padding-top: 5px;
		padding-left: 5px;
		font-size: 22px;
	}
	
	.footer, .footer p, .footer a {
		font-size: 18px;
	}

}
