/*
Theme Name: Komm auf Tour 2017

Author: Klinkebiel GmbH
Author URI: http://www.klinkebiel.com
Version: 1.0
*/

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

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



/* kleiner reset */
*:focus {
    outline: none;   
}

:root {
	--kat-blau: #004494;
	--kat-lila: #a5017d;
	--kat-gruen: #97be0e;
	--kat-rot: #950a22;
	--kat-orange: #ee8000;
	--kat-hellblau: #31afe0;
	--kat-gelb: #fdc300;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
	color: #303030;
    font-size: 16px;
    line-height: 1.353em;
}

.container-fluid {
	max-width: 1170px;
}

img { max-width: 100%; height: auto; }


.embed-responsive {
	margin: 2rem 0;
}

/* wordpress klassen */
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}



.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* bootstrap heading-reset */
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 400; font-family: 'Lato', sans-serif; }

h1, h1 a { 
    font-size: 1.14em;
	color: rgb(145,143,126);
    position: relative;
    margin-bottom: 0;
	/* text-transform: uppercase; */
	letter-spacing: 3px;
}

h2, h2 a { 
    font-size: 1.882rem;
    color: #fff; 
    /* text-transform: uppercase;  */
    background-color: #0e4194;
    padding-left: .2em;
    padding-right: .2em;
    padding-top: 1px;
    padding-bottom: 2px;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

h3, h3 a { 
    font-size: 1.176rem;
    /* text-transform: uppercase; */
	color: #5a5a5a;
}



h4, h4 a, .h4 { 
    font-size: 1.083em;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: .9em;
    background-color: #0e4194;
    padding: 0.4em 0.4em 0.3em 0.4em;
}

h5, h5 a { 
    font-size: 1.083em;
    font-weight: 500;
    color: #0e4194;
    margin-bottom: .9em;
}

h6, h6 a { 
	font-size: 1.167em;
	font-weight: 900;
	color: #8b8b8e; 
}

p {
	font-size: 1rem;
	margin-bottom: 1em;
	line-height: 1.353em;
	font-weight: 300;
}

h2 + p {
	margin-top: 1.1em;
}






.panel-group {
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}





@media (min-width : 768px) {
	h2, h2 a { 
	    font-size: 2.471rem;
	    line-height: 1.28em;
	}
}

.bg_purple {
	background-color: #922a7e;
	padding: 0.2em 0;
}


/* Nur wenn Bootstrap-Slider verwendet wird: */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}
/* Ende Bootstrap Slider */



/*Fix für Safari, wenn die Columns falsch umbrechen*/
.row:before, .row:after {
	display: none;
}

/* Anpassungen individuell für diese Seite */

.page-header {
    border: 0;
	padding-bottom: 0;
    margin: 0;
	background-color: #0e4194;
	/*
	box-shadow: inset 0px -680px 0px 0px #0e4194;
	-webkit-box-shadow: inset 0px -680px 0px 0px #0e4194;
	-moz-box-shadow: inset 0px -680px 0px 0px #0e4194;
	-o-box-shadow: inset 0px -680px 0px 0px #0e4194;*/

	background: url(images/BOBSH_HEADER_RASTER_NEU.png) center bottom no-repeat #0e4194;
	background-size: contain;
}



.navbar-default {
	/*reset*/
	border: 0;
    background: transparent;
    padding-top: 0px;
    margin-bottom: 0px;
	max-width: 100%; /*wichtig für IE*/
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
	width: 100%; /*wichtig für FF*/
	font-family: 'Lato', sans-serif;
}

.navbar-header {
	/* bootstrap reset */
	float: none;
}


/* mobiler Button */
.navbar-default .navbar-toggle {
	background-color: #f5bc25;
	border: 0px;
	border-radius: 3px;
	margin: 15px 0 15px 15px;
	padding: 13px 12px;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: #f5bc25;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(255, 255, 255);
    height: 3px;
    border-radius: 2px;
    width: 20px;
}



/* Ende mobiler Button */



.navbar-brand {
	/* bootstrap resets */
    line-height: 100%;
	height: auto;
	/* individuell */
	width: 100%;
	padding: 0;
}

.logo {
    display: block;
    padding: 0;
    margin: 0 0 7px 0;
	
    background: url(images/svg/BOBSH_Logo_RZ_RGB.svg) no-repeat;
	background-size: contain;
	text-indent: -9999px;
	height: 108px;
	
	width: auto;

	position: relative;
    z-index: 99999;

	margin: 0 0 -19px 6px;
	height: 118px;
}

.logo:after {
    border: 0 !important;   
}


/* Menü - Ebene 1 und Tiefer */
.navbar-collapse.collapse.in {
	/*aufgeklaptes mobiles menü*/
	width: 100%;
	background-color: transparent;
}

.nav>li a {
	font-size: 0.882rem;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
}

/* Menü - Ebene 1 */
.nav>li>a {
    padding: 0;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-default ul>li>a {
    color: #fff;
	white-space: nowrap;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	padding: 1px 15px 0;
}

.navbar-default ul>li.current-menu-item>a,
.navbar-default ul>li.current-menu-parent>a,
.navbar-default ul>li.current-page-ancestor>a,
.nav>li>a:focus, 
.nav>li>a:hover {
	/*reset*/
	background-color: #fdc400;
	/*individuell*/
    color: #000;
    
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.menu-item-has-children {
    cursor: pointer;
	position: relative; /*for position of menu level 3*/
	background: transparent; /*mobile*/
}



.menu-item-has-children > a:after {
    content: '\f0d7';
    font-family: FontAwesome;
    padding-left: .6em;
/*    font-size: .8em;*/
/*    vertical-align: text-bottom;*/
}

/* Untermenüs */


.navbar-default .sub-menu,
.dropdown-menu {
	/*resets*/
	list-style: none;
    padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	
	/*mobile*/
	/*display: block;*//*musste weg wegen dropdown-funktion von BS*/
	width: 100%;
    position: relative;
    float: none;
	background: transparent;
	
	/* shadows */
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar-default .sub-menu > li > a {
    display: block;
    width: 100%;
    color:rgb(255,255,255);  
	background-color: #8db20d;
    font-size: .857rem;
    line-height: 1.2em;
	text-align: left; /* mobil */
	font-weight: 400;
	padding: 15px 30px;
	/*border-bottom: 1px solid #9ec70e;*/
}



/*.navbar-default ul.sub-menu>li.current-menu-item>a,
.navbar-default ul.sub-menu>li.current-menu-parent>a,
.navbar-default ul.sub-menu>li.current-page-ancestor>a,
.navbar-default .sub-menu > li > a:hover {
	background-image: none; /*reset important*!/
	background-color: #97be0e;
    color:rgb(255,255,255);
	font-weight: 600;
    text-decoration: none;
}*/




/* MAIN */

main a, main a:active {
	color: #ee7f01;
	text-decoration: none;
}

main a:not(.no-icon)[target=_blank]:after {
	content: '\f08e';
	font-family: FontAwesome;
	font-size: 0.85em;
	padding-left: 0.3em;
}

main a:hover, main a:focus {
	color: #ee7f01;
	text-decoration: underline;
}
main #start_einleitung a {
	/*color: #fff;*/
	text-decoration: underline;
}


main img {
    border-width: 0px;
    border-color: #fff;
    border-style: solid;
    max-width: 100%;
    height: auto;
}

@media (max-width : 767px) {
	main img.alignleft,
	main img.alignright {
		float: none;
		margin: 15px 0;
		width: 100%;
	}
}

figure {
    max-width: 100%;
}

main .wp-caption-text {
    background: #fff;
    color: rgb(70,70,70);
    padding-bottom: 24px;
    padding-left: 28px;
    padding-right: 27px;
    font-size: 0.833em;
}


button, .btn-primary {
    border: 0;
    background-color: #e7792c;
    color: #fff!important;
    font-size: 1rem;
    font-weight: 300;
    min-height: 2.2em;
    padding: 0.2em 1em;
    border-radius: 4px;
    line-height: 2.2em;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; 
}

button:hover, .btn-primary:hover {
    background-color: #ff832c;
    color: #fff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; 
}

button:active, .btn-primary:active {
    background-color: #ff832c;
    color: #fff;
}

a.btn {
	text-decoration: none;
}

.btn-primary:after {
	content: '\f18e';
	font-family: FontAwesome;
	margin-left: 0.8em;
	margin-right: 0.2em;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease; 
}

.btn-primary:hover:after {
	margin-left: 1.0em;
	margin-right: 0em;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease; 
}






/* 
 * Wordpress Gallery 
 */
.gallery {
	display: flex;
	flex-wrap: wrap;
}

.gallery:after {
	content: ' ';
	display: block;
	clear: both;
}

.gallery-item {
	float:left;
	margin-right: 3%;
	margin-bottom: 1rem;
}

.gallery-item img {
	width: 100%;
	height: auto;
}


/* the different columns */
.gallery-columns-2 .gallery-item {
	width: 47%;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
	margin-right: 0;
}

.gallery-columns-3 .gallery-item {
	width: 30.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
	margin-right: 0;
}

.gallery-columns-4 .gallery-item {
	width: 22%;
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
	margin-right: 0;
}

.gallery-columns-5 .gallery-item {
	width: 17%;
}

.gallery-columns-5 .gallery-item:nth-child(5n) {
	margin-right: 0;
}


/* 
 * PAGINATION 
 */
.pagination li:before {
	content: "";
	display: none;
}

/* standard-status */
.pagination li a,
.pagination>li.inactive>a:focus, .pagination>li.inactive>a:hover, .pagination>li.inactive>span:focus, .pagination>li.inactive>span:hover {
	color: #33c660;
	font-weight: 600;
	background-color: #f2f9f4;
	border-color: #f2f9f4;
	margin-right: 3px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	padding-left: 2.9rem;
}

.pagination li.inactive a,
.pagination>li.inactive>a:focus, .pagination>li.inactive>a:hover, .pagination>li.inactive>span:focus, .pagination>li.inactive>span:hover {
	cursor: default;
	color: #c6c6c6;
}

/* hover-status */
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background-color: #4fd076;
	border-color: #4fd076;
	color: #fff;
	
	-webkit-box-shadow: 0 0 29px 5px rgba(0,255,77,.51);
	-moz-box-shadow: 0 0 29px 5px rgba(0,255,77,.51);
	box-shadow: 0 0 29px 5px rgba(0,255,77,.51);
}

/* active-status */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #4fd076;
	border-color: #4fd076;
	cursor: pointer;
}

/* inactive-status */
.pagination .inactive a {
	pointer-events: none;
}



/* FOOTER */
.page-footer .nav  {
	display: inline-block;
}


.page-footer .nav li a {
	padding: 0;
	text-transform: none;
	color: #696969;
	font-size: 0.9rem;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	margin-bottom: 2em;
}

.page-footer .nav>li>a:hover {
	background: none;
	text-decoration: underline;
}

#menu-footer-menue {
	margin-bottom: 20px;
}

.single-elternabend-berlin .footer-image {
	display: none;
}

.post-type-archive-lehrkraeftekompass > header.bg-white {
    background-color: #0e4194!important;
}

.post-type-archive-lehrkraeftekompass .navbar {
    padding: 0;
}

/* .post-type-archive-lehrkraeftekompass .navbar-brand {
    height: 250px;
} */


/* eigene Abstände */
.mb5{margin-bottom:5px;}.mb10{margin-bottom:10px;}.mb15{margin-bottom:15px;}.mb20{margin-bottom:20px;}.mb25{margin-bottom:25px;}.mb30{margin-bottom:30px;}.mb35{margin-bottom:35px;}.mb40{margin-bottom:40px;}.mb45{margin-bottom:45px;}.mb50{margin-bottom:50px;}.mb55{margin-bottom:55px;}.mb60{margin-bottom:60px;}.mb65{margin-bottom:65px;}.mb70{margin-bottom:70px;}.mb75{margin-bottom:75px;}.mb80{margin-bottom:80px;}.mb85{margin-bottom:85px;}.mb90{margin-bottom:90px;}.mb95{margin-bottom:95px;}.mb100{margin-bottom:100px;}.mb110{margin-bottom:110px;}.mb120{margin-bottom:120px;}
/**/
.pt5{padding-top:5px;}.pt10{padding-top:10px;}.pt15{padding-top:15px;}.pt20{padding-top:20px;}.pt25{padding-top:25px;}.pt30{padding-top:30px;}.pt35{padding-top:35px;}.pt40{padding-top:40px;}.pt45{padding-top:45px;}.pt50{padding-top:50px;}.pt55{padding-top:55px;}.pt60{padding-top:60px;}.pt65{padding-top:65px;}






/* @group STARTSEITE */
#slider {
	position: relative;
	z-index: 9999;
}

.carousel-indicators {
	margin-bottom: 0;
	bottom: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-left: auto;
}

@media (min-width:768px) {
	.carousel-indicators {
		margin-bottom: 2em;
		bottom: 10px
	}
}

.carousel-indicators li {
	list-style-type: none!important;
}

#start_slider .row {
	margin-left: 0;
	margin-right: 0;
}

#start_slider .row [class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}


main #start_slider ol li::before {
	content: '';
}

#start_einleitung {
	background-color: #fff;
	padding: 20px 0 20px;
}

.page-id-6202 h2, /* das ist die neue stärken-entdecken zuhause seite */
#start_einleitung h2 {
	background: transparent;
	color: #0e4194;
	padding-left: 0;
}

#start_einleitung p {
	color: #000000;
}

#start_teaser {
	padding: 96px 0 0;
	background: url(images/vektorschueler2.svg) center 15px no-repeat;
	background-size: 40px auto;
}

.thumbnail {
	padding: 0;
	border: none;
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	border-radius: 0;
}


.thumbnail h3, .thumbnail h3 a { 
    color: #fff;
    padding: 15px;
    margin-bottom: 0;
}

#start_teaser .col-sm-4:nth-of-type(1) .thumbnail h3 { background-color: #0e4194; }
#start_teaser .col-sm-4:nth-of-type(2) .thumbnail h3 { background-color: #7e1422; }
#start_teaser .col-sm-4:nth-of-type(3) .thumbnail h3 { background-color: #2da8d3; }

.thumbnail .caption {
	padding: 15px;
	color: #454545;
}

.thumbnail .caption p {
	font-size: 0.938em;
	line-height: 1.500em;
}


.infobox-terminliste {
	color: #979797;
	background-color: #e3e7ec;
	font-size: 14px;
	margin-left: 15px;
    padding: 10px;
    width: auto;
    display: inline-block;
    position: relative;
    bottom: -7px;
    z-index: 2;
}

.infobox-terminliste:after {
	position: absolute;
	content: '\f0dd';
	font-family: 'fontawesome';
	color: #e3e7ec;
	bottom: -6px;
    left: 52px;
    font-size: 55px;
}

/* Tabellen (termine) */
#start_termine {
	padding: 90px 0 60px;
	background: url(images/vektorschueler3.svg) center top no-repeat;
	background-size: 42px auto;
}
#start_terminliste th {
	cursor: pointer;
	padding: 17px 0 16px 47px;
    background: #fff;
    color: #000;
}
	
td.details-control {
    cursor: pointer;
}
 
.table>thead>tr>th {
	border-bottom-color: #f5bc25;
}

table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after {
	right: auto;
	left: 25px;
	bottom: 15px;
}

table.dataTable thead .sorting:not(:first-child):after {
	content: '\f0dc';
	font-family: 'fontawesome';
}

#start_terminliste th.sorting_asc:hover,
#start_terminliste th.sorting_desc:hover,
#start_terminliste th.sorting:hover {
	background: #fff2c5;
}
table.dataTable thead .sorting:hover:after {
	opacity: .6;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	opacity: 1;
	color: #f5bc25;
}

table.dataTable thead .sorting_asc:not(:first-child):after {
	content: '\f0de';
	font-family: 'fontawesome';
}

table.dataTable thead .sorting_desc:not(:first-child):after {
	content: '\f0dd';
	font-family: 'fontawesome';
}
 
div.child-table {
    display: none;
	padding: 0!important;
}
div.child-table * {
	background: #fff;
	padding: 0!important;
}

div.child-table * td {
	padding: 15px!important;
}
#start_termine div.child-table table {
	width: 100%;
	border-style: solid;
	border-color: #f5bc25;
	border-width: 0 2px 2px 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shown {
	background:#fff;
}

.table .shown > td {
	border-style: solid;
	border-color: #f5bc25;
	border-width: 2px 0 0 0;
}
.shown > td:first-child {
	border-left-width: 2px;
}
.shown > td:last-child {
	border-right-width: 2px;
}
	
#start_terminliste .shown .details-control i.fa-folder-open-o,
#start_terminliste .shown .details-link i {
	background: transparent;
	color: #cacaca;
}
 
table.dataTable tbody td.no-padding {
    padding: 0;
}

.group-start {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
}
table.dataTable tr.group td {
	background-color: #f5bc25;
	padding-left: 25px;
	padding-top:13px;
	padding-bottom: 12px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding:0;
	border-top:0;
}



#start_termine .row {
	margin-right: 0;
	margin-left: 0;
}

#start_termine table,
.row_mobil {
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.termin_mobil {
	margin: 0;
	padding: 15px;
	/*background: url(images/pfeil-rr.svg) right center no-repeat;*/
	background-size: 55px auto;
	font-size: 0.882rem;
	border-bottom: 1px solid #ffffff;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.termin_mobil {
	text-decoration: none;
	color: #454545;
}

.termin_mobil:hover,
.termin_mobil:focus {
	background-size: 60px auto;
	-webkit-transition: all 0.1s ease ;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.termin_mobil i {
	color: #97bf0e;
	width: 2em;
	text-align: center;
}

a.termin_mobil:nth-of-type(odd) {
	background-color: #f8fbed;
}

#start_terminliste {
	width: 100%;
	color: #454545;
	font-size: 0.8rem;
	font-weight: 400;
}

#start_terminliste th *,
#start_terminliste td * {
	padding: 19px 6px 17px 20px;
}
#start_terminliste td > span {
	padding-left: 0;
	padding-right: 0;
}

#start_terminliste td a {
	padding: 0;
	color: #454545;
}

#start_terminliste td i {
	color: #97bf0e;
}


#start_terminliste tr td:nth-of-type(1) { width: 30%; width: -webkit-calc(40% - 38px); width: -moz-calc(40% - 38px); width: calc(40% - 38px); }
#start_terminliste tr td:nth-of-type(2) { width: 30%; width: -webkit-calc(40% - 38px); width: -moz-calc(40% - 38px); width: calc(40% - 38px); }
#start_terminliste tr td:nth-of-type(3) { width: 30%; width: -webkit-calc(20% - 38px); width: -moz-calc(20% - 38px); width: calc(20% - 38px); }
#start_terminliste tr td:nth-of-type(4) { width: 57px; text-align: right; }
#start_terminliste tr td:nth-of-type(5) { width: 57px; text-align: right; }

#start_terminliste i.fa-link,
#start_terminliste i.fa-folder-open-o {
	background-color: #9fce68;
	color: #fff;
	font-size: 1rem;
	padding-right: 20px;
	
	-webkit-transition: all 0.4s ease ;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#start_terminliste tr {
	background-color: #fff;
	border-bottom: 1px #fff solid;
	
	-webkit-transition: all 0.4s ease ;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#start_terminliste tr:last-of-type {
	border-bottom: none;
}

#start_terminliste tr:nth-of-type(odd) {
	background-color: #f8fbed;
}

#start_terminliste tbody tr:not(.shown):hover {
	background-color: #c1dd61;
		
	-webkit-transition: all 0;
	-moz-transition: all 0;
	-o-transition: all 0;
	transition: all 0;
}

#start_terminliste tr:not(.shown):hover i {
	color: #fff;
}

#start_terminliste tr:not(.shown):hover i.fa-link,
#start_terminliste tr:not(.shown):hover i.fa-folder-open-o {
	background-color: #80bb3d;
}

#start_terminliste tr:not(.shown):hover i.fa-link:hover,
#start_terminliste tr:not(.shown):hover i.fa-folder-open-o:hover {
	background-color: #73a836;
}


@media (min-width : 768px) {
	/* body.home .page-header {
		margin-bottom: 0!important;
	} */
	
	#start_einleitung {
		padding: 40px 0;
	}
	
	#start_teaser .row,
	#angebote-ueberblick .row {
		display: -ms-flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#start_teaser .row .col-sm-4,
	#angebote-ueberblick .row .col-sm-4 {
		position: relative;
		display: -webkit-inline-flex;
		display: -ms-inline-flex;
		display: inline-flex;
		flex-basis: auto;
	}
	
	.thumbnail {
		height: 95%;
	}
	
	.thumbnail .caption {
		padding: 17px 15px 64px 20px;
		color: #555555;
	}
	
	.thumbnail .caption p {
		font-size: 0.8rem;
		line-height: 1.800em;
		margin-bottom: 1.4em;
	}
	
	#start_teaser .col-sm-4 .btn,
	#angebote-ueberblick .col-sm-6 .btn,
	#angebote-ueberblick .col-md-4 .btn  {
		position: absolute;
		bottom: 42px;
	}

}

@media (min-width : 900px) {
	#start_terminliste {
		font-size: 0.875rem;
	}
}


@media (min-width : 1280px) {
	#start_teaser {
		padding: 80px 0 0;
		background: url(images/vektorschueler2.svg) -55px 40px no-repeat;
		background-size: 230px auto;
	}
	#start_termine {
		padding: 90px 0 60px;
		background: url(images/vektorschueler3.svg) 102% 130px no-repeat;
		background-size: 220px auto;
	}
}


/* @end */

/* @group ALLGEMEINES TEMPLATE */
main p {
	font-size: 1rem;
	margin-bottom: 1em;
	line-height: 1.65em;
	font-weight: 300;
	color: #2c2c2c;
}

main h3 {
	margin-bottom: 1em;
}

blockquote {
	background-color: #24afe1;
	font-style: italic;
	color: #fff;
	padding: 1.3em 1.7em;
	border-left: none;
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

blockquote p {
	line-height: 1.55em;
	color: #fff;
}
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote a {
	background: transparent;
	color: #fff;
}

blockquote a {
	text-decoration: underline;
}

body:not(.home) .page-header {
	margin-bottom: 25px;
}

body:not(.home) h2 {
	font-size: 1.7rem;
}

body:not(.home) h2 + h3 {
	margin: 1.4em 0 0.8em;
}

body:not(.home) h3,
body:not(.home) h4,
body:not(.home) h5 {
	margin: 1em 0 0.5em;
}

main ul, main ol {
    list-style: none;  
    padding: 0;
    font-weight: 300;
    margin-bottom: 2em;
}

main ul ul, main ol ol,
main ul ul ul, main ol ol ol {
	margin-bottom: 0;
}

main ul li,
main ol li {
    padding-left: 20px;
    text-indent: -20px;
    margin-top: 1em;
}

main ul li:before {
    content: '\f111';
    font-family: FontAwesome;
    color: #922a7e;
    font-size: 0.8em;
    vertical-align: bottom;
    margin-right: 10px;
}

main ul ul li:before {
	content: '\f10c';
}

main ul ul ul li:before {
	content: '\f1db';
}

main ol { counter-reset: item; }

main ol li:before {
    content: counter(item) ".";
    counter-increment: item;
    color: #2da8d3;
    margin-right: .7em;
    font-weight: 400;
}

main nav ul li {
	padding-left: 0;
	text-indent: 0;
	margin-top: 0;
}

@media (min-width : 768px) {
	body:not(.home) h2 {
		font-size: 2.471rem;
		line-height: 1.28em;
	}
}
/* @end */


/* @group ACCORDION */
.panel-group .panel {
	border-radius: 0;
}

.panel {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel+.panel {
	margin-top: 1px;
}

.panel-heading {
	padding: 0;
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

h5.panel-title {
	margin: 0!important;
}

.panel-title a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #2da8d3;
	font-size: 1.118rem;
	padding: 15px 15px 15px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
/*	border-top-style: solid;
	border-top-width: 1px;*/
}

.panel-title a:hover,
.panel-title a:focus {
	background-color: #1a99c6;
	-webkit-transition: all 0.1s ease ;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	text-decoration: none;
	color: #fff;
	padding: 15px 15px 15px 15px;
}

.panel-title a[aria-expanded="true"] {
	background-color: #a5037c;
}

.panel-title a[aria-expanded="true"]:hover {
	background-color: #b60289;
}

h5.panel-title a {
	margin-bottom: 0;
	font-weight: 400;
}

@media (min-width : 768px) {
	.panel-title a:hover,
	.panel-title a:focus {
		padding: 15px 15px 15px 20px;
	}
}

/*h5.panel-title a i {
	color: #61bbe0;
}*/


.panel-title a:hover i,
.panel-title a:focus i,
.panel-title a:active i {
	color: #ffffff;
}

.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active

.panel-body {
	border-top: none;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}

/*.panel-group .panel+.panel {
	margin-top: 0;
}*/
/* @end */



/* @group ANGEBOTE-ÜBERBLICK */
#angebote-ueberblick .col-sm-6 .thumbnail h3 { margin-bottom: 0; }
#angebote-ueberblick .col-sm-6:nth-of-type(5n+1) .thumbnail h3 { background-color: #0e4194; }
#angebote-ueberblick .col-sm-6:nth-of-type(5n+2) .thumbnail h3 { background-color: #7e1422; }
#angebote-ueberblick .col-sm-6:nth-of-type(5n+3) .thumbnail h3 { background-color: #2da8d3; }
#angebote-ueberblick .col-sm-6:nth-of-type(5n+4) .thumbnail h3 { background-color: #a5037c; }
#angebote-ueberblick .col-sm-6:nth-of-type(5n+5) .thumbnail h3 { background-color: #004494; }


/* @end */

/* @group MODULE & UNTERSEITEN */

#module-menu {
	margin-bottom: 30px;
}

#module-menu a {
	background-color: #f0e1ed;
	color: #393939;
	text-transform: none;
	font-weight: 300;
	padding: 10px 5px;
}

#module-menu a:hover,
#module-menu a:focus {
	background-color: #b05b9f;
	color: #fff;
}

#module-menu a.current-page {
	background-color: #a54f94;
	color: #fff;
}

#module-menu ul li {
	padding-left: 0;
}

#module-menu ul li::before {
	content: '';
	margin-right: 0;
}


#module-menu .nav-justified>li>a {
	margin-bottom: 1px;
}

#module_slider {
	overflow: hidden;
}

#module_slider .thumbnail {
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

#module_slider .thumbnail h3 {
	background-color: #ff0c0c;
	text-align: center;
	background-color: #24afe1;
	padding-left: .6em;
	padding-right: .6em;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	
}

#module_slider .thumbnail img {
	width: 100%;
	height: auto;
}

#module_slider .caption {
	text-align: center;
}

#module_slider .slick-slide {
	padding: 0 15px;
}

.slick-prev, .slick-next {
	width: auto;
	height: auto;
	z-index: 100;
}

.slick-prev::before, .slick-next::before {
	opacity: 1;
	font-size: 200px;
	font-family: 'FontAwesome';
}

.slick-prev::before {
	content: '\f104';
}

.slick-next::before {
	content: '\f105';
	
}

.slick-prev {
	left: 30px;
}
.slick-right {
	right: 30px;
}

.slickslider ul li::before {
	content: ''!important;
}

.media:first-child {
	margin-top: 15px;
}

.media-object {
	width: 66px;
	height: auto;
}

img.media-object {
	max-width: none!important;
}

.media-body {
	width: auto;
}

@media (min-width : 768px) {
	#module_slider .slick-slide {
		opacity: 0.2;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	
	#module_slider .slick-slide.slick-current {
		opacity: 1.0;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
}

/* @end */




/*
 *
 * MOBILE ANPASSUNGEN
 *
 */

/* Make the Mobile Menu work on smaler than col-md-* */
@media (max-width : 991px) {
	
	
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
		
		/*position: absolute;
		top: 165px;*/
		
		width: 100%;
		padding: 0;
		margin: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
	
	.navbar-collapse.collapse.in { 
        display: block!important;
		overflow: hidden;
    }
	
	.collapsing {
        overflow: hidden!important;
    }
	
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-collapse .navbar-nav>li,
    .navbar-collapse .nav-justified>li {
        float: none;
		display: block;
    	width: 100%;
    }
    .navbar-collapse .navbar-nav>li>a,
    .navbar-collapse .nav-justified>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		position: relative;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    
    #mobimenu {
    	margin-top: 74px;
    	padding: 0;
    }
    
    .navbar-default ul>li>a {
    	display: block;
    	height: auto;
    	padding: 15px;
    }
    
}

/* Medium Devices, Desktops */
@media (min-width : 992px) {  

	.page-header {
		background: #0e4194;
	}

    .page-header > .navbar > .container-fluid,
    .page-header > .navbar > .col-12 > .container-fluid {
		background: url(images/BOBSH_HEADER_RASTER_NEU.png) left top no-repeat #0e4194;
        
        background-size: auto 100%;
        background-position: center left;
	}
    
	.nav>li a {
		text-align: center;
	}
	

	.navbar-default .sub-menu {
		padding: 0;
        display: none;
		border-radius: 0;
		margin: 0;
    	border: 0;
		background: transparent;
		z-index: 10000;
		width: auto;
		position: absolute;
        
		/* shadows */
        -webkit-box-shadow: 0px 18px 10px 2px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 18px 10px 2px rgba(0,0,0,0.35);
        box-shadow: 0px 18px 10px 2px rgba(0,0,0,0.35);
    }
	
	.navbar-default .sub-menu > li > a {
		background-color: #ffffff;
		color: #454545;
		font-weight: 400;
		text-transform: none;
		
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	.navbar-default ul.sub-menu > li:nth-of-type(even) a {
		background-color: #f8fbed;
	}
	
	.navbar-default ul.sub-menu > li:nth-of-type(even):hover a,
	.navbar-default .sub-menu > li:hover > a,
	.navbar-default .sub-menu > li:focus > a {
		background-color: #f5bc25;
		color: #000000;
		
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}
	
	

/*	.navbar-default ul.sub-menu>li.current-menu-item>a,
	.navbar-default ul.sub-menu>li.current-menu-parent>a,
	.navbar-default ul.sub-menu>li.current-page-ancestor>a,
	.navbar-default .sub-menu > li > a:hover,
	.navbar-default .sub-menu .sub-menu > li > a {
		color: #454545;
		font-weight:600;
	}*/
    
	.sub-menu > li > a { 
		padding-left: 25px;
		padding-right: 25px;
		background: #fff;
		color: rgb(127,127,127);
		text-align: left;
		white-space: nowrap; /* stretches the sub-menu cause prevents linebreak */
	}
	
	.dropdown-menu .dropdown-menu {
	   	top:0;
		left:100%;
		margin-left:-1px;
		z-index: 10000;
		padding: 0;
	}

	ul.nav li:hover > ul.dropdown-menu {
		display: block;
	}
	
	
	
	.logo {
		/* margin: 0 0 -38px 12px;
		height: 216px; */
        margin: 0px 0 -50px 0px;
        height: 290px;
	}
	#bzga_logo {
		margin: 30px 0 0 0;
		height: 55px;
		width: auto;
	}
}


@media (max-width: 481px) {
	h2, .h2, h3, .h3 {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}


/* NOV 2020 Staerkeslider */
.staerkeslider-headline {
	text-transform: none;
    font-weight: 700;
    font-size: 1.5rem;
}

.staerkeslider-headline.meinedienste {
	color: var(--kat-lila);
}
.staerkeslider-headline.meintierischgrnerdaumen {
	color: var(--kat-gruen);
}
.staerkeslider-headline.meinefantasie {
	color: var(--kat-orange);
}
.staerkeslider-headline.meineordnung {
	color: var(--kat-blau);
}
.staerkeslider-headline.meinehnde {
	color: var(--kat-rot);
}
.staerkeslider-headline.meinreden {
	color: var(--kat-hellblau);
}
.staerkeslider-headline.meinezahlen {
	color: var(--kat-gelb);
}

.staerkeslider .carousel-control {
	position: relative;
	background: none;
	text-shadow: none;
	opacity: 1;

	display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 138px;

	background-image: url(images/slider_arrow.png);
	background-size: contain;
}

.staerkeslider .carousel-control img {
	visibility: hidden;
}

.staerkeslider .carousel-control.right {
	transform: scale(-1, 1);
}

.staerkeslider .carousel-control:active,
.staerkeslider .carousel-control:focus {
	background-image: url(images/slider_arrow_active.png);
}

.fortschritt {
	margin-top: 25px;
	width: 100%;
	color: #000;
	font-size: 27px;
	line-height: 1.3em;
	font-weight: 700;
}

.fortschrittsbalken {
	height: 24px;
	background-image: linear-gradient(to right, #922a7e, #922a7e 1%, #d3d3d3 1%, #d3d3d3 100%);
	width:100%;
	margin-bottom:15px;
}


.bildcounter {
	color: #922a7e;
}


#feedback-container {
	display: none!important;
}