﻿::selection {
    color: #fff;
    background: #0e71b5;
}

.ml10 {
	margin-left: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.w100 {
	width: 100%;
}

.error {
    color: #f00;
}

.hand {
    cursor: pointer;
}

/* Head / Navigation */
.header-full {
    background-image: linear-gradient(to top, rgb(200, 200, 200), rgb(240, 240, 240));
}

.page-header {
    color: #0e71b5;
}

a.morelink {
    display: inline-block;
    font-weight: bold;
}

.top-nav-social a:hover {
    text-decoration: none;
}

p.password {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
		display: table !important;
		margin: auto;
	}
	
	.navbar-nav {
		text-align: center;
	}

	.nav > li {
		display: inline-block;
		float: none;
	}	
	
	.dropdown-menu {
		top: auto;
	}
}

@media (max-width: 767px) {
    .navbar-header-full {
        background-color: #ddd;
    }

    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
	
	.navbar-nav > li > a {
		border-bottom: solid 1px #ddd;
	}

    .top-nav {
        float: none;
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .top-nav-social {
        margin-left: 0px;
    }

    .top-nav .dropdown {
        margin-left: 10px;
    }

    .navbar-default .navbar-brand {
        margin-left: 10px;
        text-transform: uppercase;
    }

    .navbar-nav > li > a {
        font-size: 20px;
        line-height: 30px;
    }

    .dropdown-menu li a {
        font-size: 18px;
    }
}

.maincontent {
    margin-bottom: 40px;
}

a.btn.btn-primary {
    color: #fff;
}

p.password {
	padding-left: 36px;
}

.header-full-title {
	cursor: pointer;
	padding-left: 100px;
	background-size: 80px;
}

.wrap-hero {
	background-repeat: no-repeat;
}

body.home .wrap-hero {
	background-position: center center;
}

body.standard .wrap-hero {
	background-position: center 35%;
}


body.home .wrap-hero .carousel-hero {
	min-height: 480px;
}

body.standard .wrap-hero .carousel-hero {
	min-height: 240px;
}

@media (max-width: 991px) {
	body.home .wrap-hero .carousel-hero {
		min-height: 360px;
	}
	
	body.standard .wrap-hero .carousel-hero {
		min-height: 180px;
	}		
}

@media (max-width: 767px) {
	body.home .wrap-hero .carousel-hero {
		min-height: 240px;
	}
	
	body.standard .wrap-hero .carousel-hero {
		min-height: 120px;
	}	
}

/* Seitentitel */
.main-header {
    background-image: linear-gradient(to top, rgb(10, 90, 150), rgb(25, 120, 200));
}

/* Inhalt */
.teaser-box-c {
	text-align: center;
}

.checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

.checkbox ul {
    list-style: none;
}

.article {
    padding-bottom: 30px;
}

.article h3, h3 {
    margin-top: 0;
}

.vorschaubild_detail {
    /*float: left;
    margin-right: 20px;
    width: 33%;*/
    margin-bottom: 10px;
}

/* Kurse */
.kurs-item {
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

.kurs-item.col-md-4 {
	margin-bottom: 20px;
	border-bottom: none;
}

.kurs-item .date i.fa {
    width: 16px;
    margin-right: 5px;
}

.kurs-item .title {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    padding: 0 50px 10px 0;
    position: relative;
}

.kurs-item .preview {
    line-height: 24px;
    padding: 0 0 20px 0;
}

.kurs-item .col-sm-9 {
	padding-bottom: 20px;
}

.kurs-item table.info td {
	text-align: left;
}

.kurs-item .preview {
	padding: 0;
	display: none;
}

.kurs-item .title .title-toggle {
	display: block;
	position: absolute;
	top: 2px;
	width: 100%;
	z-index: 1;
	cursor: pointer;
}

	.kurs-item .title .title-toggle i {
		float: right;
	}

		.kurs-item .title .title-toggle i.fa-minus {
			display: none;
		}

.k-filter-info {
    margin-bottom: 40px;
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.kurs-item .content-box {
    padding: 15px;
    margin-bottom: 0px;
	height: 300px;
	position: relative;
}

.kurs-item .content-box table.info {
    width: 90%;
    position: absolute;
    bottom: 6px;
}

.kurs-item .content-box table.info tr.anmeldung td {
    text-align: center;
	padding-top: 20px;
}

.filter-reset {
    margin-bottom: 10px;
}

.panel-bg {
    background-color: #f9f9f9;
}

.inpagelogin .login-input {
    width: 42%;
}

.table.tdmiddle > tbody > tr > td {
    vertical-align: middle;
}

/* Fomulare */
.p_ausbildung {
    display: none;
}

.radio ul {
    list-style: none;
}

/* FAQ */
.faq .panel-heading a {
    font-weight: 400 !important;
}

.panel-heading.panel-plus-link > a, .panel-heading-link > a {
    display: block;
    padding: 5px 35px 5px 10px;
}

.panel .panel-heading-link a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 1.2em;
    float: right;
    background-color: #0e71b5;
    color: #fff;
    padding: 5px 0px;
    margin-top: 0;
    margin-right: 0;
    width: 33px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

/* Shop */
.btn.shop-bestellung {
    float: right;
}

@media (max-width: 767px) {
    .btn.shop-bestellung {
        float: none;
        margin-top: 10px;
    }
}

.articlename {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #0e71b5;
}

.basket th {
    width: 10%;
}

.basket th:first-child {
    width: 70%;
}

/* Kontakte */
.Vorstand .panel-heading table {
    min-height: 75px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Vorstand .panel-heading table {
        min-height: 100px;
    }
}

/* Footer */
html {
    position: relative;
    min-height: 100%;
}

#footcontainer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
}

#footer-widgets {
    padding: 20px 0 20px 0;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li {
	padding: 0 10px;
	display: inline;
}

#footer ul li a{
	color: #ccc;
}

/* Sitemap */
ul.sitemap {
	list-style: none;
	padding: 0;
}

/* Tabellen */
.dataTables_wrapper {
    margin-bottom: 30px;
}

.dataTables_length {
    margin-bottom: 20px;
}

.html5buttons {
    float: right;
}

table.dataTable > tbody > tr.child ul {
    width: 100%;
}

    table.dataTable > tbody > tr.child ul li span.dtr-data {
        float: right;
    }

table.dataTable.credits_profil > tbody > tr.child ul li[data-dtr-index="8"] span.dtr-data {
    float: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_info {
        text-align: unset;
    }

    div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_paginate {
        text-align: right;
    }
}

td.child ul li:hover {
    background-color: #f5f5f5;
}

/*Rechnung*/
.Rechnung_Adresse {
    margin: 40px 0;
}

.Rechnung_Datum {
    margin-bottom: 20px;
}

.Rechnung_Betreff {
    margin-bottom: 20px;
}

@media print {
    body {
        line-height: 1.2em;
    }

    .header-full-title {
        padding-left: 0px;
    }

        .header-full-title h1 {
            margin-top: 0;
            font-size: 20px;
            font-family: "Roboto Condensed",sans-serif;
        }

        .header-full-title p {
            margin-bottom: 0;
            font-size: 1em;
            font-family: "Roboto Condensed",sans-serif;
        }

    .Rechnung_Adresse {
        margin: 20px 0;
    }

    .Rechnung_Datum {
        margin-bottom: 10px;
    }

    .Rechnung_Betreff {
        margin-bottom: 10px;
    }

    h2 {
        font-size: 1.5em;
        /*margin: 10px 0 0 0;*/
    }

    .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: 4px 4px 4px 0;
        line-height: 1.2;
    }

    .page-break {
        height: 0;
        page-break-before: always;
        margin: 0;
        border-top: none;
    }
}

.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: 8px 8px 8px 0;
    line-height: 1.4285;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table.table-borderless > tbody > tr > td {
    border-top: none;
}

/* Sitemanager */
.edit_right {
    float: right;
    margin-right: -10px;
    position: relative;
    z-index: 100;
    height: 10px;
}

.edit_left {
    float: left;
    margin-left: -10px;
    position: relative;
    z-index: 100;
    height: 10px;
}

.edit_right_absolute {
    margin-right: -10px;
    position: absolute;
    right: 0;
    z-index: 100;
    height: 10px;
}

.edit_left_absolute {
    margin-left: -10px;
    position: absolute;
    z-index: 100;
    height: 10px;
}

    .edit_right img, .edit_left img, .edit_left_absolute img, .edit_right_absolute img {
        vertical-align: top;
    }
