/* Add here all your css styles (customizations) */

/* MODIFICATIONS */

/**
Blau von dunkel nach hell
#005CA9
#6F9ED4
#9AC8EC
#ACDEF9

Kasten-/Tabellenhintergrund
#EAF3FC

Kasten-Header Hintergrund
#8CC2EA

Grautöne
#F0F0F0
#7B7B7A
#9C9D9D

#f8f8f8;
#f0f0f0;

Rot 
#E42130

**/

body {
    font-size: 14px;
    background-color: #eee;
}
h1, h2, h3, h4, h5, h6 {
    margin: 45px 0 15px 0;
    line-height: 1.5;
    color: #005CA9;
}
h1 {
    font-size: 30px;
    margin: 30px 0;
    color: #555;
}
h1 span {
    color: #005CA9;
}
.content-main div:first-of-type h1 {
	border-bottom: 1px solid #eee;
	padding-bottom: 9px;
	margin-top: 0;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
ul, ol, p {
    margin-bottom: 15px;
}
ul ul {
    margin-top: 5px;
}
ul.ui-autocomplete {
    z-index: 99;
}

.page-header,
.sub-header {
    margin-top: 0;
}
.content {
    margin-top: 25px;
    padding-top: 15px;
}

a, a:hover {
    color: #005CA9;
}
a.btn {
    color: #fff;
}
a.btn:hover {
    color: #555;
}

@media (min-width: 1200px) {
    .right-content {
        padding-left: 30px;
    }
    .left-content {
        padding-right: 30px;
    }
}
@media (max-width: 768px) {
    .content {
        margin-top: 0;
    }
    .right-content {
        margin-top: 50px;
    }
}
.salutation-user{
    margin-bottom:30px;
}

.ads-content{
    background:aliceblue;
}

/* boxes */
/* legacy */
.box {
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    clear: both;
}
.box p:last-of-type {
    margin-bottom: 0;
}
.box-info {
    border-color: #6F9ED4;
}
.box-warning {
    border-color: #E42130;
}
.box-bg-gray {
    border: none;
    background-color: #f0f0f0;
}
.box-bg-blue {
    border: none;
    background-color: #9AC8EC;
}
.box-bg-blue p {
    color: #005CA9;
}
.box-small {
    padding: 10px;
    font-size: small;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.alert {
    margin: 20px 0;
}
/* new */
.box-simple {
    border: 15px solid #f0f0f0;
    padding: 15px 15px 15px 15px;
    clear: both;
    margin: 30px 0;
}
.box-section-mark,
.box-info-i,
.box-info-light-bulb,
.box-exclamation-mark {
    border: 15px solid #f0f0f0;
    padding: 15px 15px 15px 50px;
    clear: both;
    margin: 30px 0;
}
.box-section-mark:before,
.box-quotation:before,
.box-info-i:before,
.box-info-light-bulb:before,
.box-exclamation-mark:before {
    font-family: 'FontAwesome';
    font-size: 50px;
    color: #005CA9;
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
}
.box-section-mark:before {
    content: "§";
    font-weight: bold;
    left: -35px;
    top: -25px;
}
.box-quotation {
    padding: 30px 30px 30px 70px;
    border: none;
    background-color: #f7f7f7;
    font-style: oblique;
}
.box-quotation:before {
    content: "\f10d";
    font-style: oblique;
    font-size: 40px;
    left: -55px;
    top: -20px;
}
.box-info-i:before {
    content: "\f129";
    left: -33px;
    top: -20px;
}
.box-info-light-bulb:before {
    content: "\f0eb";
    font-size: 40px;
    left: -36px;
    top: -15px;
}
.box-exclamation-mark:before {
    content: "\f12a";
    font-size: 60px;
    color: #E42130;
    left: -35px;
    top: -20px;
}
.box-shadow {
    margin: 30px 0;
    padding: 15px;
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
/* inner style in boxes */
.box-simple .last-element,
.box-simple p:last-of-type,
.box-section-mark p:last-of-type,
.box-quotation p:last-of-type,
.box-info-i p:last-of-type,
.box-info-light-bulb p:last-of-type,
.box-exclamation-mark p:last-of-type,
.box-shadow p:last-of-type {
    margin-bottom: 0;
}
.box-section-mark h1,
.box-section-mark h2,
.box-section-mark h3,
.box-section-mark h4,
.box-section-mark h5,
.box-section-mark h6,
.box-quotation h1,
.box-quotation h2,
.box-quotation h3,
.box-quotation h4,
.box-quotation h5,
.box-quotation h6,
.box-info-i h1,
.box-info-i h2,
.box-info-i h3,
.box-info-i h4,
.box-info-i h5,
.box-info-i h6,
.box-info-light-bulb h1,
.box-info-light-bulb h2,
.box-info-light-bulb h3,
.box-info-light-bulb h4,
.box-info-light-bulb h5,
.box-info-light-bulb h6,
.box-exclamation-mark h1,
.box-exclamation-mark h2,
.box-exclamation-mark h3,
.box-exclamation-mark h4,
.box-exclamation-mark h5,
.box-exclamation-mark h6,
.box-shadow h1,
.box-shadow h2,
.box-shadow h3,
.box-shadow h4,
.box-shadow h5,
.box-shadow h6 {
    margin-top: 0;
}

/* lists */
.download-list ul,
.info-link-list ul,
.check-list ul,
.bullet-list ul,
li.info-link-list-first,
div > ul.sitemap2 > li{
    list-style-type: none;
    padding: 0;
}
.download-list ul li a,
li.info-link-list-first a,
div > ul.sitemap2 > li > a,
.info-link-list ul a {
    display: block;
    padding: 5px 15px 5px 35px;
    color: #005CA9;
}
.download-list ul li a:hover,
.info-link-list ul li a:hover {
    color: #ffffff;
    background-color: #005CA9;
    text-decoration: none;
}
.download-list ul li a:hover:before,
.info-link-list-first ul li a:hover:before,
div > ul.sitemap2 > li > a:hover:before,
.info-link-list ul li a:hover:before {
    color: #ffffff;
}
.download-list ul li a:before,
.info-link-list ul li a:before,
.check-list ul li:before,
.bullet-list ul li:before {
    font-family: 'FontAwesome';
    color: #005CA9;
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
}
.download-list ul li a:before {
    content: "\f019";
    font-size: 18px;
    left: -25px;
    top: -3px;
}
.info-link-list ul a {
    padding: 5px 15px 5px 30px;
}
.info-link-list ul li a:before {
    content: "\f101";
    font-size: 26px;
    left: -20px;
    top: -10px;
}
.info-link-list ul li.back a:before {
    content: "\f100";
}
.check-list ul,
.bullet-list ul {
    padding-left: 35px;
}
.check-list ul li,
.bullet-list ul li {
    margin-bottom: 5px;
}
.check-list ul li:before {
    content: "\f00c";
    font-size: 18px;
    left: -25px;
    top: -2px;
}
.bullet-list ul li:before {
    content: "\f111";
    font-size: 10px;
    left: -16px;
    top: 3px;
}
/* sitemap */
ul.info-link-list.lvl-1 > li{
  margin-left:25px;
}
ul.info-link-list.lvl-2 > li{
  margin-left:25px;
}
.info-link-list-first a:before,
div > ul.sitemap2 > li > a:before {
    content: "\f101";
    font-size: 26px;
    left: -25px;
    top: -10px;
    font-family: 'FontAwesome';
    color: #005CA9;
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    text-decoration: none!important;
}
li.info-link-list-first a,
div > ul.sitemap2 > li > a{
    color: #005CA9;
    text-decoration:none;
}
li.info-link-list-first a:hover,
li.info-link-list-first a:hover:before,
div > ul.sitemap2 > li > a:hover:before,
div > ul.sitemap2 > li > a:hover{
    color: #ffffff;
    background-color: #005CA9;
    text-decoration: none;
}
div > ul.sitemap {
    margin-left:-40px;
}
div > ul.sitemap2 {
    margin-left:-40px;
}
div > ul.sitemap2 > li > a {

}



/* buttons */
.btn {
    border-color: #6F9ED4;
    background-color: #6F9ED4;
}
.btn-default {
    color: #fff;
}
.btn-default[disabled] {
    color: #333;
}
.btn:hover {
    border-color: #6F9ED4;
    background-color: #fff;
}
.btn-success {
    border-color: #5cb85c;
    background-color: #5cb85c; 
    font-weight: bold;
}
.btn-success:hover {
    background-color: #fff;
    color: #5cb85c;
    border-color: #5cb85c;
}
.btn.disabled {
    background-color: #fff;
    color: inherit;
}

ol.buttons {
    padding-left: 30px;
}
ol.buttons li a {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 10px -30px;
    padding: 5px 20px 5px 30px;
    display: block;
}
ol.buttons li a:hover {
    border-color: #6F9ED4;
    background-color: #6F9ED4;
    color: #fff;
    text-decoration: none;
}
ol.buttons li:hover {
    color: #fff;
}

/* sidebar left */
.submenu-left > ul > li {
    border-bottom: 1px solid #F0F0F0;
}
.submenu-left > ul > li > ul > li {
    /*border-bottom: 1px dotted #F0F0F0;*/
}
.submenu-left > ul > li > ul > li:last-child {
    border: none;
}
.submenu-left a {
    display: block;
    padding: 6px;
    outline: 0 none !important;
}
.submenu-left ul ul {
    margin-top: 0;
}
.submenu-left a:hover {
    text-decoration: none;
    filter: none !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.submenu-left a:hover,
.submenu-left > ul > li.active.current > a,
.submenu-left > ul > li.active.sub > a {
    background-color: #6F9ED4;
    color: #fff;
}
.submenu-left > ul > li > ul > li > a:hover,
.submenu-left > ul > li > ul > li.active.current > a,
.submenu-left > ul > li > ul > li.active.sub > a {
    background-color: #F0F0F0;
    color: #005CA9;
}
.submenu-left > ul > li > ul > li > ul a:hover,
.submenu-left > ul > li > ul > li > ul > li.active.current > a,
.submenu-left > ul > li > ul > li > ul > li.active.sub > a {
    background-color: transparent;
    color: #005CA9;
}
.submenu-left > ul > li > ul > li a {
    padding-left: 12px;
}
.submenu-left > ul > li > ul > li > ul > li > a {
    border-left: 12px solid #F0F0F0;
}
.submenu-left > ul > li > ul {
    border-left: 6px solid #6F9ED4;
}

/* Einstellungen für die vierte NAVI-Ebene */
/* ------------------------------------*/
.submenu-left > ul > li > ul > li > ul > li > ul > li > a {
    border-left: 24px solid #F0F0F0;
}
.submenu-left > ul > li > ul > li > ul > li > ul > li.active.current > a {
    background-color: transparent;
    color: #005CA9;
}


/* hover submenu */
/* ------------------------------------*/
.submenu-left .dropdown-menu { 
    top: 0;
    left: 100%;
    margin-left: 0px; 
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0; 
    z-index: 9999 !important;
}
.submenu-left .dropdown-menu ul {
    border: none;
}
.submenu-left .dropdown-menu li a {
    padding: 6px 15px;
    border-left: none;
    border-bottom: solid 1px #f0f0f0;
}
.submenu-left .dropdown-menu li:last-child a {
    border: none;
}
.submenu-left .dropdown-submenu {
    position: relative;
}
.submenu-left .dropdown > a,
.submenu-left .dropdown-submenu > a {
    padding-right: 25px !important;
    white-space: normal!important;
}
.submenu-left .dropdown > a.premium,
.submenu-left .dropdown-submenu > a.premium {
    padding-right: 50px !important;
}
.submenu-left .dropdown > a:after,
.submenu-left .dropdown-submenu > a:after {
    top: 3px;
    right: 8px;
    font-size: 18px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: 'FontAwesome';
}
.submenu-left .dropdown > a.premium:after,
.submenu-left .dropdown-submenu > a.premium:after {
    top: 3px;
    right: 10px;
    font-size: 18px;
    content: "\f023\00A0\00A0\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: 'FontAwesome';
}
/*
.submenu-left .no-dropdown > li > a.premium:after{
    right:30px!important;
}
*/
.submenu-left li.dropdown:hover > .dropdown-menu,
.submenu-left .dropdown-submenu:hover > .dropdown-menu {  
    display: block;
}
/* Umbruch in mobiler Ansicht Navi links vierte Ebene */
li.dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li.dropdown-submenu > a {
    white-space: normal!important;
    width:230px!important;
    display: block;
}
/* Pfeil rechts in mobiler Ansicht Navi links vierte Ebene */
li.dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li.dropdown-submenu [class*=" fa-"] {
    top: 5px;
    left: 220px;
    font-size: 18px;
    content: "\f105";
    position: absolute;
    display: block;
}

a.premium, a.premium2 {
    padding-right: 50px;
    position: relative;
}
a.premium:after, a.premium2:after {
    top: 3px;
    right: 10px;
    font-size: 18px;
    font-family: 'FontAwesome';
    content: "\f023";
    display: inline-block;
    position: absolute;
}
a.premium2 {
    padding-right:0px;    
}
a.premium2:after{
    right: 10px;
}
.slider{
    float:right;
    margin-top:-34px;
    font-family: 'FontAwesome';
    font-size:11px;
    height:34px;    
}
.submenu-left a.premium2{
    max-width:230px;
}
.header-dap-v1 .navbar-default .navbar-toggler .icon-toggle{
    display:none!important; 
}
.header-dap-v1 .fa-bars:before {
    content: "\f105"!important;
}

/* sidebar right */
.right-content {
    padding-bottom: 15px;
}

.login-box {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    background-color: #F0F0F0;
    clear: both;
}
.login-box h2,
.login-box h3 {
    color: #005CA9;
    margin-top: 0;
}
.login-box h3 {
    font-size: 16px;
}
.login-box .status-message {
    margin-bottom: 15px;
}
.login-box h3 span {
    font-weight: bold;
    font-style: oblique;
}
.login-box .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.right-column-header {
    margin-bottom: 30px;
}
.right-column-header h2 {
    margin: 0;
    font-size: 20px;
}

.side-menu {
    margin-top: 20px;
}
.side-menu-item a {
    font-size: 16px;
    padding: 5px 5px 5px 0;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
}
.side-menu-item a span {
    font-size: 24px;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 5px;
}
.side-menu-item a:hover,
.side-menu-item a.active {
    text-decoration: none;
    color: #005CA9;
}
.side-menu-item a:hover span,
.side-menu-item a.active span {
    color: #005CA9;
}
@media (max-width: 768px) {
    .side-menu-item a {
        font-size: 14px;
        text-decoration: none;
        border: 1px solid #6F9ED4;
        padding: 5px;
        margin-bottom: 10px;
    }
    .side-menu-item a span {
        font-size: 16px;
        vertical-align: inherit;
        margin: 3px;
    }
}
.user-daps-balance-short {
    padding: 10px;
    margin: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f0f0f0;
    font-size: 16px;
}
.user-daps-balance-short span {
    color: #005CA9;
    font-weight: 600;
}
.user-daps-balance-center {
    font-size: 14px;
}

/* dap glyphicons */
.glyphicon-dap-38:before {
    /* punkte sammeln */
    content: "\e067";
}
.glyphicon-dap-15:before {
    /* punkte einlösen - einkaufswagen: \e116 - euro: \20ac */
    content: "\20ac";
}
.glyphicon-dap-42:before {
    /* fragen */
    content: "\e085";
}
.glyphicon-dap-43:before {
    /* punkte historie */
    content: "\e032";
}
.glyphicon-dap-54:before {
    /* zertifikate */
    content: "\e022";
}
.glyphicon-dap-40:before {
    /* meine daten */
    content: "\e118";
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

/* footer */
.footer-v2 {
    min-height: 450px;
    background-color: #eee;
}
.copyright p {
    float: right;
}

/* breadcrumb */
.breadcrumb-container {
    margin-top: 5px;
    font-size: 14px;
}
.breadcrumb-container a,
.breadcrumb li a,
.breadcrumb li.active {
    color: #7B7B7A;
}
.breadcrumb-container a:hover,
.breadcrumb li a:hover {
    color: #005CA9;
}
.breadcrumb-container .home-link {
    float: left;
}
.breadcrumb-container .home-link::after {
    color: #ccc;
    /*content: "\00bb";*/
    padding: 0 5px;
}
.breadcrumb > li + li::before {
    color: #ccc;
    content: "\00bb";
    padding: 0 5px;
}
.breadcrumb {
    border: none;
    padding: 0;
    position: inherit;
}
/* Anpassung für Mobile */
.breadcrumb > li {
    display: block;
    margin-left:18px;
    /*white-space: nowrap;*/
}
.breadcrumb-first {
    padding-left: 0px;
}
.breadcrumb-first > a {
   text-indent:10px;
}
.breadcrumb-first > a::before {
    color: #ccc;
    content: "\00bb\00a0";
    padding: 0 5px;    
}

/* tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}
table tr td,
table tr th {
    padding: 5px;
    vertical-align: top;
}
table tr:nth-child(odd) td {
    background-color: #EAF3FC;
}
table tr th {
    background-color: #005CA9;
    color: #fff;
}
table tr:first-child td:first-child,
table tr:first-child th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
table tr:first-child td:last-child,
table tr:first-child th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
table tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.table-responsive {
    border: none;
}
.table-responsive.scroll-y {
    overflow: scroll-y;
}
/* daps in tables - knowledgecheck etc */
table.tx_dapknowledgecheck tr th:nth-child(2),
.table-dap-daps-right table tr th:nth-child(3) {
    text-align: right;
}
table.tx_dapknowledgecheck tr td:nth-child(2),
.table-dap-daps-right table tr td:nth-child(3),
.table-dap-daps-right table tr td:nth-child(4) {
    color: #005CA9;
    font-weight: 600;
    text-align: right;
}
.table-dap-daps-right table tr.expired td:nth-child(3),
.table-dap-daps-right table tr.expired td:nth-child(4) {
    color: #CCC;
}
table.tx_dapknowledgecheck-five-columns tr td:nth-child(2), 
table.tx_dapknowledgecheck-five-columns tr td:nth-child(3),
table.tx_dapknowledgecheck-five-columns tr td:nth-child(4),
table.tx_dapknowledgecheck-five-columns tr th:nth-child(2), 
table.tx_dapknowledgecheck-five-columns tr th:nth-child(3),
table.tx_dapknowledgecheck-five-columns tr th:nth-child(4) {
    text-align:center;
}
table.tx_dapknowledgecheck-five-columns tr td:nth-child(2){
  /*min-width:90px;*/
}
@media all and (max-width: 768px)  {
    .td-responsive{
        display:block;
        width:100%; 
    }
    table.tx_dapknowledgecheck-five-columns tr td{
        padding:0px;  
        padding-left:5px;
    }
    table.tx_dapknowledgecheck-five-columns tr:nth-child(odd) td {
        background-color: white;
    }  
    table.tx_dapknowledgecheck-five-columns tr th{
        display:none;        
    }
    table.tx_dapknowledgecheck-five-columns tr td:nth-child(1){
        font-weight:bold;
        background-color:#005CA9;
        color:white;
        border-bottom-left-radius: 0px;   
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-top:5px;
        padding-bottom:5px;
    }
    table.tx_dapknowledgecheck-five-columns tr td:nth-child(2){
        text-align:left;
    }
    table.tx_dapknowledgecheck-five-columns tr td:nth-child(3){
        text-align:left;
    }
    table.tx_dapknowledgecheck-five-columns tr td:nth-child(3) span{
        margin-right:23px;
    }
    table.tx_dapknowledgecheck-five-columns tr td:nth-child(4){
        text-align:left;
    }
    table.tx_dapknowledgecheck-five-columns tr td:nth-child(5){
        text-align:left;
        border-bottom-right-radius: 0px;   
        padding-bottom:15px;
    }
    
}

/* images */
figure img {
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 5px;
}
.imageitem {
    margin-bottom: 15px;
}
.bordered,
.ce-border img {
    border: 1px solid #f0f0f0;
}
/** floating header image for content column **/
.header-img-right {
    float: right;
    position: relative;
    margin-left: 15px;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .header-img-right {
        max-width: 50%;
    }
}

/* form */
legend {
    font-size: 20px;
    color: #555;
}
label {
    font-weight: normal;
}
label p:last-of-type {
   	margin-bottom: 0;
}
label.required:after {
    content: '*';
    color: #005CA9;
}
div.required {
    font-size: 12px;
}
div.required span {
    color: #005CA9;
}
.form-control {
    padding: 5px 10px;
}
select option {
    border:none;
    padding: 5px;
}
.form-group input[type='text'],
.form-group input[type='password'],
.form-group input[type='submit'],
.form-group select {
    display: block;
    height: 34px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.form-group input[type='submit'] {
    border-color: #6F9ED4;
}
.form-group select {
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* apo-frage */
#quiz-participation label {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding: 5px 10px 5px 30px;
    display: block;
}

/* default paginator */
.pagination li a {
    color: #7B7B7A;
}
.pagination li a:hover {
    background-color: #6F9ED4;
    border-color: #6F9ED4;
    color: #FFF;
}
.pagination > li > a,
.pagination > li > span {
    padding: 5px 15px;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #005CA9;
    border-color: #005CA9;
}

/* register */
.register-form-container {
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    background-color: #F0F0F0;
}
.register-form-container h2 {
    margin-top: 0;
}

/* voucher */
.voucher-display-single {
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.voucher-display-single img {
    margin: auto;
}
.voucher-display-single div {
    margin: 10px 0;
}
.voucher-display-single .not-available {
    font-style: oblique;
}
.voucher-display-single .btn-large {
    width: 100%;
    margin: 10px 0;
}

/* take5 */
.take5-intro {
    background: url(/typo3conf/ext/dap_knowledge_check/Resources/Public/Images/takefive_hintergrund_2_848.png) no-repeat;
    min-height: 270px;
    padding-left: 200px;
    position: relative;
    top:-20px;
}
.take5-intro h1 {
    color: #005CA9;
    font-weight: bold;
    font-size: 56px;
    text-shadow: 5px 5px 2px #ddd;
}
.take5-intro-text p:nth-child(1){
    padding-right: 20px;
    line-height:20px;
    font-weight: bold;
    margin-bottom: 30px;
}
#take5-more-info {
    float: right;
}
#take5-daps-info {
    position: absolute;
    right: 12px;
    top: -40px;
    font-size: 11px;
    text-align: right;
    color: #000;
}
#take5-aktuelles-thema {
    position: absolute;
    left: 120px;
    top: -20px;
    color: #000;
    font-style: italic;
}
.take5-btn {
    width: 100%;
}
.take5-question-header {
    background: url(/typo3conf/ext/dap_knowledge_check/Resources/Public/Images/takefive_balken_848px.png) no-repeat;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 65px;
    height: 46px;
    padding: 5px 10px;
}
.take5-question-header span {
    margin-right: 10px;
}
.take5-question h3 {
    font-size: 16px;
    font-weight: bold;
    color: #005CA9;
    line-height: 1.8;
}
.answer-ajax {
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
}
.answer-ajax:hover {
    text-decoration: none;
}
.take5-answer-list li {
    margin-bottom: 10px;
}
/* Modal */
#questionModal .modal-content {
    border-radius: 0;
    border: 5px solid #005CA9;

}
#questionModal .modal-header {
    border-bottom: 0 none;
    background: url(/typo3conf/ext/dap_knowledge_check/Resources/Public/Images/antwort_richtig_600px.png) no-repeat;
    color: #fff;

}
#questionModal .modal-header h4 {
    color: #fff;
    font-weight: bold;
    padding: 8px 15px;
}
#questionModal .modal-header button.close {
    padding: 15px;
}
#questionModal .modal-header button.close span {
    color: #005CA9;
}
#questionModal .modal-title {
    font-size:32px;
    font-weight: bold;
    padding: 0px 0px;
    margin-top: -7px;
 }
#questionModal .modal-footer {
    border-top: 0 none;
}
#take5-finish h2 {
    font-size: 18px;
    font-weight: bold;
}

/* umfrage */
table#more-daps {
	width: auto;
}
table#more-daps .value,
table#more-daps .daps {
	font-weight: bold;
}
table#more-daps .value {
    text-align: right;
}

/* service-check */
#service-check .subquestion {
	font-weight: bold;
}
#service-check h6 {
	line-height: 20px;
}
#service-check textarea {
	margin-left: 16px;
	width: 400px;
}
#service-check div.question_body {
	overflow: hidden;
	margin-bottom: 10px;
}
#service-check div.sub_question_body {
    margin-left: 16px;
}
#service-check div.question_fields {
    overflow: hidden;
    min-width: 380px;
}
#service-check .form_error {
    font-size: 20px;
    color: #FF0000;
}
#service-check .highlighted {
    background-color: #f0f0f0;
    border: medium none;
    border-radius: 5px;
    padding: 15px;
}
#service-check .question_body div.question_fields.contact_data input {
    width: 100%;
}

@media (max-width: 768px) {
    .take5-intro {
        background: none;
        min-height: 165px;
        padding-left: 0;
        margin-top:20px;
    }
    .take5-intro h1 {
        font-size: 46px;
    }
    #take5-aktuelles-thema {
        left: 0px;
        position: relative;
        top: 0px;
    }
    #take5-daps-info {
        top: 0px;
    }
    #questionModal .modal-header {
        background-image: url("/typo3conf/ext/dap_knowledge_check/Resources/Public/Images/popup_balken_richtig_ist_mobile.png");
    }
}

@media print {
    .right-content {
        display: none;
    }
    a[href]:after {
        content: "";
    }
    div {
        max-width:100%!important;
    }
}

.meter {
    height: 20px;  /* Can be anything */
    position: relative;
    margin: 60px 0 20px 0; /* Just for demo spacing */
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
    display: block;
    height: 100%;
       -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
           -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
               border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 20px;
     -webkit-border-bottom-left-radius: 20px;
            -moz-border-radius-topleft: 20px;
         -moz-border-radius-bottomleft: 20px;
                border-top-left-radius: 20px;
             border-bottom-left-radius: 20px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(43,194,83)),
      color-stop(1, rgb(84,240,84))
     );
    background-image: -moz-linear-gradient(
      center bottom,
      rgb(43,194,83) 37%,
      rgb(84,240,84) 69%
     );
    -webkit-box-shadow: 
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: 
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: 
       -webkit-gradient(linear, 0 0, 100% 100%, 
          color-stop(.25, rgba(255, 255, 255, .2)), 
          color-stop(.25, transparent), color-stop(.5, transparent), 
          color-stop(.5, rgba(255, 255, 255, .2)), 
          color-stop(.75, rgba(255, 255, 255, .2)), 
          color-stop(.75, transparent), to(transparent)
       );
    background-image: 
        -moz-linear-gradient(
          -45deg, 
          rgba(255, 255, 255, .2) 25%, 
          transparent 25%, 
          transparent 50%, 
          rgba(255, 255, 255, .2) 50%, 
          rgba(255, 255, 255, .2) 75%, 
          transparent 75%, 
          transparent
       );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
       -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
           -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
               border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 20px;
     -webkit-border-bottom-left-radius: 20px;
            -moz-border-radius-topleft: 20px;
         -moz-border-radius-bottomleft: 20px;
                border-top-left-radius: 20px;
             border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}

.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
}
.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

/* Startseite */
/* Tagesfrage */
.home .header-home {
    margin: 0 0 30px 0;
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    background: no-repeat center left;
    background-size: 420px;
    background-image: url('https://www.deutschesapothekenportal.de/fileadmin/user_upload/img/home/dap_header_home.png');
}
@media (max-width: 991px) {
    .home .header-home {
        background-position: -370px center;
    }
}
.home .header-home > div:nth-child(2) {
    background-color: rgba(255,255,255,.6);
}
.home .header-home > div:nth-child(2) h1 {
    font-size: 20px;
    margin: 15px 0;
}
.home .header-home > div:nth-child(2) h2 {
    font-size: 24px;
    margin: 15px 0;
}
.home .header-home > div:nth-child(2) > div:nth-child(2) {
    border-top: 1px solid #fff;
    margin: 0 -15px;
    padding: 0;
}
.home .header-home > div:nth-child(2) ul {
    list-style-type: none;
    padding: 0;
    margin-top: 18px;
}
.home .header-home > div:nth-child(2) ul li {
    margin-bottom: 5px;
}
.home .header-home > div:nth-child(2) ul li:last-of-type {
    margin-bottom: 0;
}
.home .header-home > div:nth-child(2) ul li a {
    background-color: rgba(255,255,255,.6);
    display: block;
    padding: 5px 5px 5px 35px;
}
.home .header-home > div:nth-child(2) ul li a:hover {
    background-color: #fff;
    text-decoration: none;
}
.home .header-home > div:nth-child(2) ul li a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    color: #005CA9;
    font-size: 26px;
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -20px;
    top: -10px;
}

/* button reihe services */
.home .buttons-service > div {
    margin-bottom: 30px;
    overflow: hidden;
}
.home .buttons-service > div > div {
    padding: 15px;
    background-color: #ACDEF9;
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.home .buttons-service > div > div h2 {
    margin-top: 0;
}
.home .buttons-service > div > div p:last-of-type {
    margin: 0;
}
.home .buttons-service > div > div a {
    display: block;
    padding: 5px 5px 5px 20px;
}
.home .buttons-service > div > div a:hover {
    text-decoration: none;
}
.home .buttons-service > div > div a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    color: #E42130;
    font-size: 26px;
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -20px;
    top: -10px;
}
/*
.home .buttons-service .premium:after, 
.home .buttons-service .basic > div:after {
    font-family: 'FontAwesome';
    color: #005CA9;
    display: block;
    position: absolute;
}
.home .buttons-service .premium:after {
    content: "\f023";
    font-size: 110px;
    top: -28px;
    right: 30px;
}
.home .buttons-service .basic > div:after {
    content: "\f0c0";
    font-size: 85px;
    top: -10px;
    right: 25px;
}
*/
.home .buttons-service .basic > div {
    background: #ACDEF9 url(/typo3conf/ext/dap_website_template/Resources/Public/Images/icon_home_dap-basis.png) right 15px top 15px no-repeat;
}

.home .buttons-service .premium > div {
    background: #ACDEF9 url(/typo3conf/ext/dap_website_template/Resources/Public/Images/icon_home_dap-premium.png) right 15px top 15px no-repeat;
}

.home .buttons-service .daps > div {
    background: #ACDEF9 url(/typo3conf/ext/dap_website_template/Resources/Public/Images/icon_home_mein-dap.png) right 15px top 15px no-repeat;
}

.home .buttons-service .junior > div {
    background: #ACDEF9 url(/typo3conf/ext/dap_website_template/Resources/Public/Images/icon_home_dap-junior.png) right 15px top 15px no-repeat;
}

.home .buttons-service .textimage-image {
    float: right;
}

/*
.header-home > div > div:last-child p:last-child {
    font-size: 9px;
    text-align: right;
    padding-right: 0px;
    margin-bottom: 0px;
}
*/
.header-home > div > div:first-child p:last-child {
    margin-bottom: 10px;
}

/* boxen aktuelles */
.shadow-box-row {
	display: flex;
	flex-wrap: wrap;
}
.shadow-box-row ul:last-of-type {
	margin-bottom: 0 !important;
}
.shadow-box-row > div {
	-ms-flex-item-align: stretch !important;
    align-self: stretch !important;
    padding-bottom: 30px;
}
.shadow-box-row > div > div {
    padding: 15px;
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    min-height: 230px;
    height: 100%;
}
.shadow-box-row > div > div img {
    max-height: 200px;
}
.shadow-box-row h1,
.shadow-box-row h2,
.shadow-box-row h3,
.shadow-box-row h4,
.shadow-box-row h5,
.shadow-box-row h6 {
    margin: 0;
}
.shadow-box-row h2 {
    margin-top: 15px;
}


/* ######################## INDEXED_SEARCH ################### */

.tx-indexedsearch-browsebox{
    margin-bottom:20px;
}

.tx-indexedsearch-browsebox ul {
    display: inline-block;
    padding-left: 0;    
    border-radius: 5px!important;
    border: 1px solid #ddd;  
}

.tx-indexedsearch-browsebox li {
    display: inline;
}

.tx-indexedsearch-browsebox li a {
    display: inline;
    position: relative; 
    float: left;
    padding: 5px 10px;
    text-decoration: none;    
}

.tx-indexedsearch-browsebox li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;    
}
.tx-indexedsearch-browsebox li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
}

.tx-indexedsearch-browsebox li a:hover{
    background-color: #337ab7;    
    color:white;
}

.tx-indexedsearch-browselist-currentPage a {
    color: #fff;
    background-color: #005CA9!important;
    font-weight:normal!important;
}

.tx-indexedsearch-res {
    clear:both!important;
}

.tx-indexedsearch-noresults {
    margin-top:20px;
}

/* global alphabet and lists */
.alphabet {
	list-style-type: none;
    margin-bottom: 30px;
    padding: 0;
}
.alphabet > li {
    font-size: 20px;
    text-transform: uppercase;
    float: left;
}
.alphabet li a,
.alphabet li span {
    padding: 5px;
    text-decoration: none;
    text-align: center;
    color: #005899;
    background-color: #f8f8f8;
    min-width: 30px;
    display: block;
    margin: 0 1px 1px 0;
}
.alphabet li a:hover,
.alphabet li a.current {
    color: #F0F0F0;
    background-color: #005899;
}
.alphabet li span {
    color: #333;
}

ul.product-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.product-list > li {
  border: 1px solid #eee;
  margin-bottom: 1rem; }

ul.product-list ul {
  list-style-type: none;
  margin-bottom: 15px;
  padding-left: 15px; }

ul.product-list h3 {
  cursor: pointer;
  background-color: #eee;
  padding: 8px;
  margin: 0; }

ul.product-list h3 a {
  color: #212529;
  display: block; }

ul.product-list h3 a:hover {
  text-decoration: none; }

ul.product-list .product-info {
  margin: 0 15px; }

ul.product-list .product-info h4 {
  margin-top: 8px;
  font-size: 15px; }

.loader {
  border: 4px solid #f0f0f0;
  border-radius: 50%;
  border-top-color: #005899;
  border-bottom-color: #005899;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.product-info .loader {
    margin: 8px 0;
}

.tx-rp-browser .alphabet {
    display: inline-block;
}

.item-list {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
    clear: left;
}
.item-list li a {
    display: block;
    padding: 5px;
    text-decoration: none;
}
.item-list li a:hover {
    background-color: #f0f0f0;
}


.clickable {
    cursor: pointer;
}

/* lageralarm */
.color_lageralarm_gelb {
    color: #daa520;
}

.color_lageralarm_rot {
    color: #FF0000;
}

/* FOBIS */
.img-legend .textimage-text {
    margin-top:5px;
    font-size:x-small;
    margin-bottom:0px;
}


/* Zertifikat-Tabellen */
.table-zertifikate tr td:first-child{
    width:95px;
}
.table-zertifikate tr td:last-child{
    width:105px;
}


.tx-dap-knowledge-check .bildquelle{
    float: right;
    padding-top: 2px;
    padding-right: 0px;
    font-size: x-small;
    margin: 0px;
    padding-bottom:15px;
}

.tx-dap-knowledge-check .bildquelle-links{
    text-align: left;
    padding-top: 2px;
    padding-right: 0px;
    font-size: x-small;
    margin: 0px;
    padding-bottom:15px;
}

/* Umfrage Plugin */
div.row div.tx-simplepoll {
    width: auto !important;
}



/* SERVICE-NAVI-Tooltip */
.service-nav-header > .tooltip  > .tooltip-inner {
    background-color: #005ca9;
    color: #FFFFFF;
    border: 0px;
    padding: 10px;
    font-size: 18px;
    margin-top:10px;
}
.service-nav-header > .tooltip > .tooltip-arrow {
    border-bottom: 10px solid #005ca9;    
}


/* ICON-HEADER mit DAPs-Icons über dem Contentbereich */
.icon-header-standard{
    text-align:right;     
    height:60px;
}
.icon-header-small{
    text-align:right; 
    margin-bottom:10px; 
    height:60px; 
    border:0px; 
    border-bottom: 1px solid #f0f0f0; 
    padding-top:0px;
}


/* Wissens-Checkplus-Videos */
@media only screen and (min-width: 661px)  {  
  .video-wcp {
    max-width: 600px;
    height:auto;
    border:1px solid darkgray;
  }  
}
@media only screen and (max-width: 660px)  {  
  .video-wcp {
    max-width: 320px;
    height:auto;
    border:1px solid darkgray;
  }  
}
#videoended {
	display:none;
	width:300px;
}

/* DOCCHECK-ANPASSUNGEN */
iframe.dclogin {
  background-color: #fff;
  float: none !important;
  border-left: 0.0625rem #eee solid;
  border-right: 0.0625rem #eee solid;
}
