/* -----------------------------------------------------------------------------

	Kunde:		Fahrschule Taner
	Autor: 		Serkan Yorganci - Webentwickler & Designer
	Version:	2.0
	
------------------------------------------------------------------------------- */

/* Extra Fonts */

@font-face {
    font-family: 'JournalRegular';
    src: url('../fonts/journal/journal-webfont.eot') format('eot'),
         url('../fonts/journal/journal-webfont.woff') format('woff'),
         url('../fonts/journal/journal-webfont.ttf') format('truetype'),
         url('../fonts/journal/journal-webfont.svg#webfontGhV9TBys') format('svg');
    font-weight: normal;
}

/*  GRUNDEINSEINSTELLUNGEN
    -------------------------  */

body {
    font-family: 'Lato', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6;
    color: #6D6D6D;
}

a {
	color: #e6007e;
	text-decoration: none;
}

a:hover {
	color: #e6007e;
	text-decoration: underline;
}

p {
	font-weight: 400;
	color: #000;
	line-height: 1.7;
}

.logo-font {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    font-style: italic;
}
.animate {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h1,h2,h3,h4,h5,h6 {
    color: #e6007e;
    font-weight: 600;
}

.clear { clear: both; }

.text-right { text-align:right; }
.w60 { width: 60%; }

.blue { color: #00ace9 !important; }
.magenta { color: #e6007e !important; }
.white { color: #FFF !important; }
.red { color: #f75556 !important; }
.orange { color: #e69941 !important; }
.green { color: #1fbba6 !important; }
.bg-blue { background: #00ace9 !important; }
.bg-magenta { background: #e6007e !important; }
.bg-white { background:#FFF !important; }
.bg-red { background: #f75556 !important; }
.bg-orange { background: #e69941 !important; }
.bg-green { background: #1fbba6 !important; }

.link-text-higher { font-size: 18px; }
.font100 { font-weight: 100; }
.font300 { font-weight: 300; }

.font25 { font-size: 25px !important; }

.bg-cover {
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover;
}

.page {
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 100%;
}

.page-text {
	position: relative;
	background: rgba(255, 255, 255, 0.70);
	height: 100%; width: 50%;
	text-align: left;
	float: left;
	padding: 50px 30px;
}

.page-text p, .page-text {
	color: #000;
}

.page-text h1 span {
	font-weight: 100;
}

.fklasse_container {
	margin-top: 30px;
}

.fklasse {
	background: #FFF;
	padding: 20px;
	color: #FFF;
	font-weight: 700;
	font-size: 20px;
	cursor: pointer;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.fklasse:hover { opacity: 0.7; }
.fklasse:focus, .fklasse:active { opacity: 1; }

.pull-left { float:left !important; }
.pull-right { float:right !important; }

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

#ausbildung > div > div > div.fklasse_container.animate > a:nth-child(1) > span,
#finanzierung > div.col-md-8.text-left.padded2030 > div.fklasse_container.animate > a:nth-child(1) > span,
#finanzierung > div.col-md-9.text-left.padded2030 > div.fklasse_container > a:nth-child(1) > span { background:#f75556; }
#ausbildung > div > div > div.fklasse_container.animate > a:nth-child(2) > span,
#finanzierung > div.col-md-8.text-left.padded2030 > div.fklasse_container.animate > a:nth-child(2) > span,
#finanzierung > div.col-md-9.text-left.padded2030 > div.fklasse_container > a:nth-child(2) > span { background:#00ace9; }
#ausbildung > div > div > div.fklasse_container.animate > a:nth-child(3) > span,
#finanzierung > div.col-md-8.text-left.padded2030 > div.fklasse_container.animate > a:nth-child(3) > span,
#finanzierung > div.col-md-9.text-left.padded2030 > div.fklasse_container > a:nth-child(3) > span { background:#e69941; }
#ausbildung > div > div > div.fklasse_container.animate > a:nth-child(4) > span,
#finanzierung > div.col-md-8.text-left.padded2030 > div.fklasse_container.animate > a:nth-child(4) > span,
#finanzierung > div.col-md-9.text-left.padded2030 > div.fklasse_container > a:nth-child(4) > span { background:#1fbba6; }

#finanzierung > div.col-md-9.text-left.padded2030 > div.fklasse_container > a:nth-child(1),
#finanzierung > div.col-md-9.text-left.padded2030 > div.fklasse_container > a:nth-child(2),
#finanzierung > div.col-md-9.text-left.padded2030 > div.fklasse_container > a:nth-child(3),
#finanzierung > div.col-md-9.text-left.padded2030 > div.fklasse_container > a:nth-child(4),
#finanzierung > div.col-md-8.text-left.padded2030 > div.fklasse_container.animate > a:nth-child(1),
#finanzierung > div.col-md-8.text-left.padded2030 > div.fklasse_container.animate > a:nth-child(2),
#finanzierung > div.col-md-8.text-left.padded2030 > div.fklasse_container.animate > a:nth-child(3),
#finanzierung > div.col-md-8.text-left.padded2030 > div.fklasse_container.animate > a:nth-child(4),
#finanzierung > div.col-md-8.text-left.padded2030 > div.fklasse_container.animate > a:nth-child(5),
#finanzierung > div.col-md-8.text-left.padded2030 > div.fklasse_container.animate > a:nth-child(6),
#ausbildung > div > div > div.fklasse_container.animate > a:nth-child(1),
#ausbildung > div > div > div.fklasse_container.animate > a:nth-child(2),
#ausbildung > div > div > div.fklasse_container.animate > a:nth-child(3),
#ausbildung > div > div > div.fklasse_container.animate > a:nth-child(4),
#ausbildung > div > div > div.fklasse_container.animate > a:nth-child(5),
#ausbildung > div > div > div.fklasse_container.animate > a:nth-child(6) { text-decoration: none; }

/*  BUTTON
    -------------------------  */
.button { outline: none; }

/*BACKGROUND PICTURES
    -------------------------	*/
.bg-ausbildung { background: url('../images/bg/bg-fahrschule-dortmund-2.jpg') center right no-repeat; }
.bg-finanzierung { background: url('../images/bg/bg-fahrschule-dortmund-3.jpg') center right no-repeat; }
.bg-aufbauseminar-f { background: url('../images/bg/bg-fahrschule-dortmund-4.jpg') center right no-repeat; }
.bg-aufbauseminar-p { background: url('../images/bg/bg-fahrschule-dortmund-5.jpg') center right no-repeat; }
.bg-fuhrerschein17 { background: url('../images/bg/bg-fahrschule-dortmund-6.jpg') center right no-repeat; }
.bg-fahrschule-dortmund-7 { background: url('../images/bg/bg-fahrschule-dortmund-7.jpg') center right no-repeat; }
.bg-fahrschule-dortmund-8 { background: url('../images/bg/bg-fahrschule-dortmund-8.jpg') center right no-repeat; }
.bg-aboutus { background: url('../images/bg/fahrzeuge-fahrschule-taner.jpg') center right no-repeat; }

@media only screen 
and (min-width : 1024px) 
and (max-width : 1300px) {
    
    .bg-ausbildung { background: url('../images/bg/bg-fahrschule-dortmund-2-1300.jpg') center right no-repeat; }
    .bg-finanzierung { background: url('../images/bg/bg-fahrschule-dortmund-3-1300.jpg') center right no-repeat; }
    .bg-aufbauseminar-f { background: url('../images/bg/bg-fahrschule-dortmund-3-1300.jpg') center right no-repeat; }
    .bg-aufbauseminar-p { background: url('../images/bg/bg-fahrschule-dortmund-5-1300.jpg') center right no-repeat; }
    .bg-fuhrerschein17 { background: url('../images/bg/bg-fahrschule-dortmund-6-1300.jpg') center right no-repeat; }
    .bg-fahrschule-dortmund-7 { background: url('../images/bg/bg-fahrschule-dortmund-7-1300.jpg') center right no-repeat; }
	.bg-fahrschule-dortmund-7 { background: url('../images/bg/bg-fahrschule-dortmund-8-1300.jpg') center right no-repeat; }
    .bg-aboutus { background: url('../images/bg/fahrzeuge-fahrschule-taner-1300.jpg') center right no-repeat; }
    
}

@media only screen 
and (min-width : 1300px) 
and (max-width : 1600px) {
    
    .bg-ausbildung { background: url('../images/bg/bg-fahrschule-dortmund-2-1600.jpg') center right no-repeat; }
    .bg-finanzierung { background: url('../images/bg/bg-fahrschule-dortmund-3-1600.jpg') center right no-repeat; }
    .bg-aufbauseminar-f { background: url('../images/bg/bg-fahrschule-dortmund-4-1600.jpg') center right no-repeat; }
    .bg-aufbauseminar-p { background: url('../images/bg/bg-fahrschule-dortmund-5-1600.jpg') center right no-repeat; }
    .bg-fuhrerschein17 { background: url('../images/bg/bg-fahrschule-dortmund-6-1600.jpg') center right no-repeat; }
    .bg-fahrschule-dortmund-7 { background: url('../images/bg/bg-fahrschule-dortmund-7-1600.jpg') center right no-repeat; }
	.bg-fahrschule-dortmund-7 { background: url('../images/bg/bg-fahrschule-dortmund-8-1600.jpg') center right no-repeat; }
    .bg-aboutus { background: url('../images/bg/fahrzeuge-fahrschule-taner-1600.jpg') center right no-repeat; }
    
}

@media only screen 
and (min-width : 1600px) 
and (max-width : 1920px) {
    
    .bg-ausbildung { background: url('../images/bg/bg-fahrschule-dortmund-2.jpg') center right no-repeat; }
    .bg-finanzierung { background: url('../images/bg/bg-fahrschule-dortmund-3.jpg') center right no-repeat; }
    .bg-aufbauseminar-f { background: url('../images/bg/bg-fahrschule-dortmund-4.jpg') center right no-repeat; }
    .bg-aufbauseminar-p { background: url('../images/bg/bg-fahrschule-dortmund-5.jpg') center right no-repeat; }
    .bg-fuhrerschein17 { background: url('../images/bg/bg-fahrschule-dortmund-6.jpg') center right no-repeat; }
    .bg-fahrschule-dortmund-7 { background: url('../images/bg/bg-fahrschule-dortmund-7.jpg') center right no-repeat; }
	.bg-fahrschule-dortmund-7 { background: url('../images/bg/bg-fahrschule-dortmund-8.jpg') center right no-repeat; }
    .bg-aboutus { background: url('../images/bg/fahrzeuge-fahrschule-taner.jpg') center right no-repeat; }
    
}



/*  CAROUSEL BOOTSTRAP
    -------------------------  */
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 40px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
}
.carousel-inner { height: 100%; }
.carousel-indicators { bottom: 40px !important; }
.icon-circle {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.icon-circle span {}
.icon-circle span i {
    background: #00ace9;
    width: 70px;
    height: 70px;
    color: #FFF;
    font-size: 40px;
    padding-top: 16px;
    opacity: .5;
    
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
    
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.icon-circle span i:hover { opacity: 1; }
.icon-circle span i:active, .icon-circle span i:focus { background: #e6007e; }

.icon-circle-down {
	position: absolute;
	bottom: 55px;
	right: 10px;
	text-align: center;
	cursor: pointer;
}

.icon-circle-down > span > a > i {
	background: #000000;
	width: 40px;
	height: 40px;
	color: #FFF;
	font-size: 25px;
	padding-top: 9px;
	opacity: 0.7;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.icon-circle-down > span > a > i:hover { background: #00ace9; color: #FFF; }
.icon-circle-down > span > a > i:focus, .icon-circle-down > span > a > i:active { opacity: 1; }

.icoCircle {
    position: absolute;
    padding: 15px;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 9;
    font-size: 40px;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.41);
    border-radius: 10px;
    text-align: center;
    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icoCircle:hover {
    background: #00ace9;
    color: #FFF;
}

.icoCircle i:hover { color: #FFF; }

/*  CAROUSEL PANELS
    -------------------------  */
.panel-top {
	position: relative;
	z-index: 99;
	text-align: center;
	width: 28%;
	background: rgba(255, 255, 255, 0.6);
	padding: 5px 10px;
	float: left;
	margin-right: 7%;
	min-height: 220px;
	border: 2px solid #FFFFFF;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
	box-shadow: 0 0 20px rgba(116, 109, 109, 0.62);
	-o-box-shadow: 0 0 20px rgba(116, 109, 109, 0.62);
	-ms-box-shadow: 0 0 20px rgba(116, 109, 109, 0.62);
	-moz-box-shadow: 0 0 20px rgba(116, 109, 109, 0.62);
	-webkit-box-shadow: 0 0 20px rgba(116, 109, 109, 0.62);
}
.panel-top:hover {
    border: 2px solid #447fbe;
}

.carousel-indicators {
	bottom: 10px !important;
}

hr {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

div.panel-container {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 80px;
}

h1.panel-header {
    z-index: 999;
    font-size: 55px;
    position: relative;
    font-family: 'JournalRegular';
    color: #FFF;
    text-align: center;
    margin: 30px 0;
    text-shadow: 0 0 30px #000000;
	display: none;
}

h3.panel-top-header {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #447fbe;
	margin: 10px 0;
}

hr.featurette-divider {
	border-top: 1px solid rgba(202, 202, 202, 0.5) !important;
}

.mrgR0 { margin-right: 0 !important; }

/* Icon für Panel */

div.panel-icon-circle {
	position: absolute;
	right: 25%;
	left: 25%;
	bottom: -30px;
	cursor: pointer;
}
.panel-icon-circle span a {
	color: #FFF;
	font-size: 35px;
}
.panel-icon-circle span a i {
	width: 61px; height: 61px; padding: 14px 20px;
	background: #447fbe;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.panel-icon-circle span a i:hover { background: #26ace9; }
.panel-icon-circle span a i:focus, .panel-icon-circle span a i:active  { background: #447fbe; }

/*  NAVIGATION
    -------------------------  */

.navbar-default {	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.navbar-default .navbar-nav > li > a {
	color: #000 !important;
	font-weight: 400 !important;
}
.nav > li > a { padding: 10px 12px !important;  }
.navbar-nav { padding-top: 5px; }

/* Dropdown */
.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	border: none;
}
.navbar-header-shrink {
    height: 50px !important;
    padding-top: 0 !important;
    background: #FFF !important;
}

/*  INPUT & LABELS
    -------------------------  */
label {
	font-weight: 400;
	color: #000;
}

.form-control:focus {
	border-color: #e6007e !important;
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

input {
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 7px 20px;
	background-image: none !important;
	outline: none;
	border: none;
	background: #F3F3F3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inp-width { width: 100%; }

textarea {
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 7px 20px;
	background-image: none !important;
	outline: none;
	border: none;
	background: #F3F3F3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 150px; /* Mindesthöhe für die Textarea */
}

div.row iframe { width: 100% !important; }

/*  PADDING & MARGINS
    -------------------------  */

.padded0 {padding: 0px !important;}
.padded10 { padding: 10px !important; }
.padded20 { padding: 20px !important; }
.padded30 { padding: 30px !important; }
.paddedT50 { padding: 50px 0 !important; }
.padded2030 { padding: 20px 30px !important; }

.paddR5 { padding-right: 5px !important; }
.paddR10 { padding-right: 10px !important; }
.paddL10 { padding-left: 10px !important; }
.paddT10 { padding-top: 10px !important; }

.paddB30 { padding-bottom: 30px !important; }

.mrgT10 { margin-top: 10px !important; }
.mrg0 { margin:0 !important; }

.ico-contct-padd {
	padding-right: 10px !important; padding-top: 3px !important; width: 25px;
}

/*	MAPS
	------------------------- */
.adress-info {
	margin: 20px 0;
}

/* Pricelist */

.classb-icon img {
	position: absolute;
	width: 180px;
	right: 20px;
	top: -15px;
}

/*	SIDEBAR
	------------------------- */

div.sidebar img { width: 100% !important; }

/*  CONTAINER WELCOME
    -------------------------  */
.container_welcome, .container_fullwidth {
    text-align: center;
    padding: 80px 0 50px 0;
    width: 90%;
}
.container_welcome h1 span {
    font-weight: 300;
	font-size: 28px;
	color: #949494;
	line-height: 2;
}

.header_h2 {
	font-weight: 300;
	font-size: 18px;
	color: #949494;
	line-height: 1.5;
}

/*  INFOBOX
    ------------------------- */

.infobox {
    display: block;
    margin-left: -375px;
    position: fixed;
    top: 60px;
    width: 700px;
    left: 50%;
    z-index: 9000;
	
    box-shadow: 0 0 50px #090909;
    -o-box-shadow: 0 0 50px #090909;
    -ms-box-shadow: 0 0 50px #090909;
    -moz-box-shadow: 0 0 50px #090909;
    -webkit-box-shadow: 0 0 50px #090909;
}

.infobox-header {
    width: 100%;
    background: #FFF;
}

.infobox-title {
	width: 90%;
	text-align:center;
}

.infobox-content {
    background: #FFF;
	text-align: center;
    border-top: 1px solid #BEBEBE;
}

.infobox-content img {
    width: 100%;
	border: 1px solid #FFF;
}


/*  BREADCRUMB
    -------------------------  */

.breadcrumb {
	background: #FFF !important;
}

/*  LEISTUNGEN
    -------------------------  */
.container_leistungen {
    position: relative;
    width: 45%;
    height: 218px;
    background: #f4f6f8;
    border-radius: 20px;
    margin: 23px;
    float: left;
    z-index: 1000;
    cursor: pointer;
    border-bottom: 3px solid #e6007e;
    border-right: 3px solid #FFA6D8;
    border-top: 3px solid #e6007e;
    border-left: 3px solid #FFA6D8;
    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.container_leistungen:hover {
	background: #FFF;
	
	border-bottom: 3px solid #00ace9;
	border-right: 3px solid #05eeff;
	border-top: 3px solid #00ace9;
	border-left: 3px solid #05eeff;
}

.container_leistungen:active, .container_leistungen:focus {
	opacity: 0.6;
	
	box-shadow: 0 0 2px #bebebe;
	-o-box-shadow: 0 0 2px #bebebe;
	-ms-box-shadow: 0 0 2px #bebebe;
	-moz-box-shadow: 0 0 2px #bebebe;
	-webkit-box-shadow: 0 0 2px #bebebe;
}

.container_leistungen_link {
	position: absolute;
	width: 100%;
	height: 100%;
}

.pic_leistungen {
    float: right;
	width:143px;
}
.pic_leistungen img {
    height: 100%;
    border-radius: 0 20px 20px 0;
}
.txt_leistungen {
	float: left;
    padding-left: 20px;
    text-align: left;
    width: 300px;
}

/*  UL & LISTS
    -----------------------------------  */
li { line-height: 1.7; }

ul.list {
	padding-left: 10px;
}

ul.list li {
	list-style: none;
	color: #000;
}

ul.list > li > i {
	color: #e6007e;
}

ul.list2 li {
	list-style: circle !important;
}

/*	Modal Box
	---------------------------------------- */
	
.modal-button {
	text-align:center;
}

.modal-box-container{
	margin: 0 auto;
	width:100%;
}

.modal-box-container .modal-box footer a:hover {
	text-decoration:underline
}

.modal-box {
	display: block;
	margin: 0 auto;
	width: 80%;
	opacity: 0;
	top: 15%;
	position: fixed;
	visibility: hidden;
	left: 0;
	right: 0;
}
.padd-innen { padding: 0 20px !important; }

.modal-box:target {
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.overlay { 
	position:fixed; 
	background-color:#222; 
	background-color:rgba(0, 0, 0, 0.8);
	top:0; 
	left:0; 
	width:100%;
	height:100%;		
	cursor:default;
	opacity:0;
	z-index:999;
	visibility:hidden;
	pointer-events:none;
	-webkit-transition:opacity 0.6s;
	-moz-transition:opacity 0.6s;
	-ms-transition:opacity 0.6s;
	-o-transition:opacity 0.6s;
	transition:opacity 0.6s;
}

.overlay:target{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}

.overlay:target + .modal-box {
	opacity:1;
	visibility:visible;
	z-index:99999;
	pointer-events:auto;
}

.modal-box header {
	position: relative;
	display: block;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	background: #00ace9;
	height: auto !important;
}

.modal-box header h3 {
	-webkit-font-smoothing:antialiased; 
	font-family:"Lato"; 
	font-size:24px !important; 
	color:#fff; 
	margin:0; 
	padding:0;
	line-height:20px;
	color: #929292 !important;
}

.modal-box section {
	position: relative;
	display: block;
	padding: 20px;
	margin: 0;
	text-align: left;
	background: #F0F0F0;
}

.modal-box section p {
	-webkit-font-smoothing: antialiased;
	font-family: "Lato";
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #6F6F6F;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.modal-box footer  {
	position: relative;
	display: block;
	padding: 20px 0;
	margin: 0;
	text-align: right;
	background: #FFF;
	border-bottom:none;
	border-top: 1px solid #DFDFDF;
}

.modal-box footer a[href="#close"].close-button{
	padding:10px 20px 10px 20px;
	text-decoration:none;	    
	cursor:pointer;
	border:none;
	-webkit-font-smoothing:antialiased; 
	font-family:"Lato"; 
	font-style:normal; 
	font-weight:normal; 
	font-size:15px; 
	color:#fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#finanzierung > div.col-md-8.text-left.padded2030 > div:nth-child(9) > div > header > a > i,
#finanzierung > div.col-md-8.text-left.padded2030 > div:nth-child(10) > div > header > a > i,
#finanzierung > div.col-md-8.text-left.padded2030 > div:nth-child(11) > div > header > a > i,
#finanzierung > div.col-md-8.text-left.padded2030 > div:nth-child(12) > div > header > a > i,
#ausbildung > div > div > div:nth-child(9) > div > header > a > i,
#ausbildung > div > div > div:nth-child(10) > div > header > a > i,
#ausbildung > div > div > div:nth-child(11) > div > header > a > i,
#ausbildung > div > div > div:nth-child(12) > div > header > a > i,
#finanzierung > div.col-md-9.text-left.padded2030 > div:nth-child(9) > div > header > a > i,
#finanzierung > div.col-md-9.text-left.padded2030 > div:nth-child(10) > div > header > a > i,
#finanzierung > div.col-md-9.text-left.padded2030 > div:nth-child(11) > div > header > a > i,
#finanzierung > div.col-md-9.text-left.padded2030 > div:nth-child(12) > div > header > a > i,
#finanzierung > div.col-md-9.text-left.padded2030 > div:nth-child(13) > div > header > a > i {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 35px;
	color: #FFF;
	
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

#ausbildung > div > div > div:nth-child(9) > div > header > a > i:hover,
#ausbildung > div > div > div:nth-child(10) > div > header > a > i:hover,
#ausbildung > div > div > div:nth-child(11) > div > header > a > i:hover,
#ausbildung > div > div > div:nth-child(12) > div > header > a > i:hover {
	color: #ffe800;
}

/*  ICONS
    -----------------------------------  */

.ico-close {
	background: #e6007e;
	padding: 5px;
	margin: 5px;
	width: 70%;
}

/*  FOOTER
    -----------------------------------  */
.footer {
	border-top: 1px solid #e7e7e7;
	background-color: #f8f8f8;
	font-size: 12px;
	margin-top:20px;
	/*
	position: fixed;
	bottom: 0;
	*/
	width: 100%;
	z-index: 9999;
	
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.footer .container {
	padding: 8px 0 0 0;
}

.footer .container p {
	font-weight: 400;
	color: #8A8989;
}

/*	TABLE
 *	----------------------------------- */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	color: #000 !important;
}

.table > tbody > tr > td { padding: 8px 0; }

.w431 { min-width: 431px !important; }

/*	TABS
 *	----------------------------------- */
.nav-tabs { margin-bottom: 30px !important; border-bottom: 1px solid #e6007e !important; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #FFF !important;
	cursor: pointer !important;
	background-color: #e6007e !important;
	border: 1px solid #e6007e !important;
	border-bottom-color: transparent;
	font-weight: 400 !important;
}

/*	SWITCHER FÜR KONTAKTFORMULAR
 *	----------------------------------- */

#configurator {
	color: #213442 !important;
	width: 290px;
	position: fixed;
	left: -292px;
	top: 75px;
	background: #fff;
	z-index: 9000;
	color: #515E6C;
	line-height: 21px;
	border-top: 3px solid #eb3890;
	border-right: 3px solid #eb3890;
	border-bottom: 3px solid #eb3890;
	
	border-radius: 0 10px 10px 0;
	-o-border-radius: 0 10px 10px 0;
	-ms-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}

#configurator .control {
	display: block;
	width: 45px;
	height: 105px;
	position: absolute;
	top: 70px;
	right: -48px;
	background: url('../images/icon-phone.png') no-repeat center;
	border-left: none;
	text-indent: -9999px;
	
	border-radius: 0 10px 10px 0;
	-o-border-radius: 0 10px 10px 0;
	-ms-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}

#configurator .inside {
	padding: 25px;
	text-align: left;
}

#configurator > div > button > a, #configurator > div > button > a:hover {color: #FFF !important;}

/*	SOCIAL ICONS
 *	----------------------------------- */

span.social-icons i {
	font-size: 22px;
	margin-right: 5px;
	cursor: pointer;
}

.fb-icon { color: #3b5998; }
.tw-icon { color: #0084b4; }
.gp-icon { color: #db4936; }

.fb-like-box span iframe {
	width: 100% !important;
}

/*	SOCIAL MEDIA
 *	----------------------------------- */

.social-ico {
    position: relative;
    width: 105px;
    height: 35px;
    float: left;
    margin: 18px 0 0 30px;
}

.social-ico a i {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    
    margin: 0 10px 0 0;
    color: #BEBEBE;
    font-size: 20px;
}

.social-ico a i:hover {
    color: #7c7c7c;
}

.social-ico a i.fa-facebook:hover { color: #3b5998; }
.social-ico a i.fa-twitter:hover { color: #0084b4; }
.social-ico a i.fa-google-plus:hover { color: #db4936; }

.social-ico a img { z-index: 99; cursor:pointer; }
.social-ico a img:hover { z-index: 99; opacity: 0.9; cursor:pointer; }
.social-ico a img:focus, .social-ico a img:active { z-index: 99; opacity: 0.6; cursor:pointer; }

/*	EINSTELLUNGEN DES PAGE LOADERS
 *	----------------------------------- */

/* loading screen background color */
#bonfire-pageloader {
	background-color:#eb3890;
}
/* loading icon color */
#bonfire-pageloader svg {
	fill:#fff;
}
/* the pageloader */
#bonfire-pageloader {
	position:absolute;
	z-index:99999999999999;
	width:100%;
	height:1000%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin-top:-50px;
}
.bonfire-pageloader-fade {
	opacity:0 !important;
	
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-o-transition: all .75s ease;
	-ms-transition: all .75s ease;
	transition: all .75s ease;
}
.bonfire-pageloader-hide {
	display:none;
}

/* the loading icon */
.bonfire-pageloader-icon {
	width:100px;
	height:100px;
	position:absolute;
	margin:100px 0 0 0;
	opacity:1;
	top:0;
}
.bonfire-pageloader-icon-hide {
	opacity:0 !important;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#bonfire-pageloader svg {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
	width:100px;
	height:100px;
}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

/* lets give the page body that subtle slide-in animation */
html {
	height:100%;
	
	-webkit-backface-visibility: hidden;
	
	-webkit-transform-origin:top;
	-moz-transform-origin:top;
	-ms-transform-origin:top;
	-o-transform-origin:top;
	transform-origin:top;
	
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-o-transition: all .75s ease;
	-ms-transition: all .75s ease;
	transition: all .75s ease;
}
.bonfire-html-onload {	
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);

	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}

/*  GALLERY
    -------------------------  */

#links a img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    
    margin-bottom: 5px;
}

#links a img:hover {
    opacity: 0.6;
}

#links a img:focus {
    opacity: 1;
}


/*  EINSTELLUNGEN FÜR SMARTPHONES
    -----------------------------------  */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
	
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px !important;
	}
	
	.navbar-default .navbar-nav > li > a {
		color: #FFF !important;
		font-weight: 400 !important;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #FFF !important;
	}
	
	.navbar-default .navbar-nav > .open > a {
		background-color: #e6007e;
	}
	
	/* Unterkategorie */
	.navbar-default .navbar-nav > .open > a { 
		background: rgba(230, 0, 126, 0) !important
	}
	
	.navbar-nav .open .dropdown-menu {
		background: rgba(230, 0, 126, 0) !important
	}
	
	h1, .h1 { font-size: 1.5em !important; }
	h2, .h2 { font-size: 1.4em !important; }
	h2, .h2 { font-size: 1.3em !important; }
	
	.nav > li > a {
		padding: 10px !important;
	}
	
	.container_welcome h1 span {
		font-size: .7em !important;
		line-height: 1.3 !important;
	}

	.carousel-inner {
		height: auto !important;
	}
	
	.container_leistungen {
		width: 100% !important;
		margin: 23px 0 !important;
		padding: 10px !important;
		float: none !important;
	}
	.pic_leistungen {
		float: none !important;
		width: 20% !important;
		display: none !important;
	}
	
	.txt_leistungen {
		width: 100% !important;
		height: 218px !important;
		text-align: left !important;
		z-index: 5000 !important;
		text-align: center !important;
		padding: 0 !important;
	}
	
	.container_welcome, .container_fullwidth {
		height: auto !important;
		padding: 50px 0 !important;
	}
	.container, .padded2030 {
	    padding: 0 !important;
	}
	.page { height: auto !important; }
	.page-text { width: 100% !important; float:none !important; height: auto !important; }
	.page-header { margin: 80px 0 20px !important; }
	.w431 { min-width: 20% !important; }
	.container_welcome, .container_fullwidth {  }
	div.panel-container { display: none !important; }
	.navbar-default .navbar-collapse {
	    background: rgba(230, 0, 126, 0.9) !important;
	    margin-top: 0;
	}
	.navbar-nav {
	    padding-top: 5px !important;
	    padding: 5px 15px !important;
	    -webkit-box-sizing: border-box !important;
	    -moz-box-sizing: border-box !important;
	    box-sizing: border-box !important;
	}
	.navbar-default {
	    height: 50px !important;
	    padding-top: 0 !important;
	}
	.navbar-brand {
	    padding: 15px 10px !important;
	    width: 80% !important;
	}
	a.navbar-brand img {
	    width: 80% !important;
	}
	.container > .navbar-header {
	    padding: 0 20px !important;
	}
	#configurator, div.classb-icon, .icon-circle, .icon-circle-down { display: none !important; }
	.carousel-inner {margin-top: 50px !important;}
	.infobox {
		margin-left: auto;
		margin-right: auto;
		position: fixed;
		width: 90%;
		left: 5%; 
		right: 5%;
		border: 2px solid #FFF;
	}
	.infobox-content { border: none; }
	.navbar-collapse { max-height: 560px !important; }
	.ico-close {
	margin: 5px 0;
    width: 70%;
	padding: 0;
	}
	.padded20 { padding: 12px 3px !important; }
	h4, .h4 { font-size: 14px !important;}
	
	/* Social Networks müssen aus der mobilen Variante entfernt werden */
	#smedia { display: none !important; }
	div#contact { width:90% !important; }
	
	.social-ico { display: none; }

}

/* TABLETS (portrait and landscape) ----------- */
@media only screen 
and (max-width : 1200px)  {
    
    .social-ico { display: none; }
    
}

@media (min-width: 1024px) {
	
	div.navbar-collapse.collapse {
		display: inline;
	}
	
	/*
	
	.collapse, .navbar-collapse.collapse { display: block; }
	.navbar-toggle { display: none !important; }
	
	.navbar-right {
		float: right !important;
		background: rgba(230, 0, 126, 0.86);
		width: 50%;
		padding: 15px 20px;
	}
	
	.navbar-nav li {
		width: 100%;
	}
	
	.navbar-default .navbar-nav > li > a {
		color: #FFF !important;
	}
	
	.navbar-nav > li {
		float: left;
		padding: 3px 10px;
	}

	*/
}

/* TABLETS (portrait and landscape) ----------- */

@media only screen 
and (min-width : 480px) 
and (max-width : 1024px) {
    
	h1, .h1 { font-size: 1.5em !important; }
	h2, .h2 { font-size: 1.4em !important; }
	h2, .h2 { font-size: 1.3em !important; }
	
	.carousel-inner {
		height: auto;
	}
	
	.container_leistungen {
		width: 95%;
	}
	
	.logo-font {
		font-size: 20px;
	}
	
	.nav > li > a {
		padding: 15px 10px;
	}
	.page-text { width: 100%; float:none; height: auto; }
	.icon-circle, .icon-circle-down {display: none;}
	.w431 { min-width: 20% !important; }
	.container_welcome, .container_fullwidth { width: 100%; }
	div.panel-container { display: none; }
	.container > .navbar-header {
		width: 100% !important;
	}
	.nav > li > a {
		padding: 10px 5px !important;
	}
	.navbar-nav {
	    padding-top: 5px;
	    padding: 5px 15px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
		margin: 0 !important;
	}
	.navbar-default {
	    height: 50px;
	    padding-top: 0;
	}
	
	nav > div > ul > li a, nav.navi ul li a {
		padding: 0 12px;
		height: 52px;
		line-height: 52px;
	}
	
	.collapse {
		display: none !important;
	}
	
	.navbar-collapse.collapse {
		display: none !important;
	}
	
	.navbar-toggle {
		display: block;
		margin-top: 14px !important;
	}
	
	.navbar-toggle {
		position: relative !important;
		float: right !important;
		display: block !important;
		padding: 9px 10px;
		margin-top: 7px !important;
		margin-right: 0 !important;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background: rgba(230, 0, 126, 0.1) !important;
	}
	
	.navbar-right {
		float: right !important;
		background: rgba(230, 0, 126, 0.86);
		width: 50%;
		padding: 15px 0px;
	}
	
	.navbar-nav li {
		width: 100%;
	}
	
	.navbar-nav li:hover {
		background: rgba(230, 0, 126, 0.1);
	}
	
	.navbar-default .navbar-nav > li > a {
		color: #FFF !important;
	}
	
	ul.dropdown-menu {
		background: rgb(233, 35, 143) !important;
	}
	.dropdown-menu > li > a { color: #FFF !important; }
	.infobox { 
		margin-left: auto;
		margin-right: auto;
		position: fixed;
		width: 100%;
		left: 0px;
	 }
	 .ico-close {
		 margin: 9px 0;
	 }
	
	/* Social Networks müssen aus der mobilen Variante entfernt werden */
	#smedia { display: none !important; }
	.social-ico { display: none; }
	div#contact { width:90% !important; }
}

@media only screen 
and (min-width : 480px) 
and (max-width : 1024px) {

	.infobox {
		width: 70%;
		left: 15%;
		right: 15%;
	}

}

@media (min-width: 768px) and (max-width : 1024px) {
	.navbar-right .dropdown-menu { left:0px !important;}
}