/* 
    Created on : 16.11.2015, 02:08:25
    Author     : Tim Wettstein
*/

body {
    font-family: regular,"Helvetica Neue",​Helvetica,​Arial,​sans-serif;
    background-color: #fff;
}
.relative {
	position: relative;
}
.startTab {
    display: inline-block;
    background-color: #00B5EC;
    color: #FFF;
    padding: 5px;
    margin-top: 10px;
    position: relative;
}
.startTab:before {
    background-color: #00B5EC;
    display: block;
    position: absolute;
    content: " ";
    width: 120px;
    left: -120px;
    height: 30px;
    top: 0px;
}
input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a {
    color: #528e1f;
}
a:hover {
    color: #528e1f;
}

.header.book {
    border-bottom: 10px solid #CCC;
}

.header.book .container-fluid {
    padding: 0px 10px;
}

.header .navbar {
    border: none;
}

.header .navbar {
    background-color: #30373E;
    margin-bottom: 0px;
}

.header .navbar ul {
}

.header .navbar .nav > li {
    border-left: 1px solid #fff;
}
.header .navbar .nav > li:last-child {
    border-right: 1px solid #fff;
}

.header .navbar .nav > li > a {
    color: #fff;
}

.header .navbar .nav > li > a:focus, 
.header .navbar .nav > li > a:hover {
    background-color: #cd1719;
    color: #fff;
}

.header .top {
    position: relative;
    padding: 15px 15px;
}


.header .top .logoContainer {
    float:right;
}

.header .top .logo {
    max-width: 80px;
}

.header .top .nav-pills {

}

.header .ccblogo {
    position: absolute;
    bottom:15px;
    left:15px;
    display:block;
    width: 52px;
    height: 52px;
}

.header .top .nav-pills > li > a {
    color: #4b4b4b;	
    padding: 0px 0px 0px 15px;
}

.header .top .nav-pills > li > a:focus, 
.header .top .nav-pills > li > a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.header .navbar .nav.loginStatus {
    margin-right: 0px;
    margin-left: 0px;
}

.header .navbar .nav.loginStatus a.dropdown-toggle {
    background-color: #FF5722;
}
.header .navbar .nav.loginStatus a.dropdown-toggle:hover {
    background-color: #B03C17;
}

.breadcrumbContainer {
    background-color: #ccc;
}

.tab {
    background-color: #6dbd29;
    color: #FFF;
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 2px 5px;
    z-index: 1;
}

.bookItem .tab {
    top: 30px;
}

.bookItem {
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.bookItem > div {
    padding: 15px 0px;
}

.bookItem:hover {
    background-color: #EFEFEF;
}

.bookItem:hover .cover {
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.bookItem .right {
    padding-left: 0px;
}

.bookItem .bottom {
    padding-top: 15px;
}

.bookItem .cover {	
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);

    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;	
}

.bookItem .title {
    color: #6dbd29;	
    font-weight: bold;
    margin-bottom: 4px;
}

.bookItem .date {
    font-size: 10px;
}

.bookItem .subject {
    font-weight: bold;
}

footer {
    font-size: 13px;
    background-color: #CCC;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #666;
}

footer a {
    color: #333;
}

footer a:hover {
    color: #333;
}

footer .ccblogo {
    width: 80px;
    margin-top: -20px;
    margin-bottom: 10px;
}

.bgGray {
    background-color: #ccc;
}

.positionOver {
    position: absolute;
    top:30%;
}

.teaser {
    margin-bottom: 30px;
}

.teaser.teaser-1 {
	font-family: 'Raleway', sans-serif;
	background-image: url(/img/content/header1_1920_900.jpg);
    background-size: cover;
    background-position: 0px 81%;
	color: #fff;
}
.teaser.teaser-1 .bg {
	background-color: #30373E;
	width: 100%;
	height: calc(100% - 30px);
	position: absolute;
	opacity: 0.6;	
}
.teaser.teaser-1 h1 {
	font-family: 'Raleway', sans-serif;
}
.teaser.teaser-1 h1 .b1 {
	font-size: 55px;
    font-weight: 800;
    font-style: normal;
}
.teaser.teaser-1 h1 .b2 {
	color: #FF5722;
    line-height: 47px;
    font-size: 36px;
	font-weight: 800;
}
.teaser.teaser-1 p{
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
    font-weight: 500;
    font-size: 20px;
}

.teaser .imgOverlay {
    margin-top: 0px;
}
.teaser .btn {
    position: relative;
    margin-right: 15px;
}

.teaser .btn:after {
    content: " ";
    display: block;
    border:5px solid rgba(255,255,255,0.6);
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
}

.maxh {
    height: 100%;
}

.tb {
    display: table;
    width: 100%;
    height: 100%;
}

.tbCel {
    display: table-cell;
    vertical-align: middle;
}

.hover:hover {
    opacity: 0.89;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    box-shadow: 0px 0px 4px 2px #ccc;
}

.site .box {
    position: relative;
}

.site .box .title {
    display:block;
    position: absolute;
    top:-8px;
    left:-8px;
    background-color: #00B5EC;
    color: #fff;
    border:8px solid #fff;
    border-top: 0px;
    border-left: 0px;
    padding:0 10px;
    line-height: 30px;
    font-size: 16px;
    min-width: 90px;
    text-align: center;
}

.site .box .cont {
    position: relative;
    text-align: center;
    padding: 10px;
    background-color: #EEE;
    border-top:5px solid #fff;
    height: 125px;
}

.site .box .cont:before {
    content: " ";
    display:block;
    width: 1px;
    height: 1px;
    border: 20px solid transparent;
    border-bottom-color: #EEE;
    position: absolute;
    top:-40px;
    left: calc(50% - 20px);
}

.site .box .cont h3 {
    padding:0px;
    margin: 0px;
}

ul.textlist {
    padding-left: 0px;
    list-style: none;
}
ul.textlist li {
    margin-left: 0px;
    margin-bottom: 30px;
}

ul.textlist li b {
    margin-left: 0px;
    display: inline-block;
    background-color: #6dbd29;
    color: #fff;
    border: 8px solid #fff;
    border-top: 0px;
    border-left: 0px;
    padding: 0 10px;
    line-height: 30px;
    font-weight: normal;
    min-width: 90px;
    text-align: center;
}

.lightbox {
    padding: 4px;
    border: 1px solid #ccc;
}

.search-input #searchInfo {
    display: none;
    position: absolute;
    width: 150%;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    right: 0px;
    top: 49px;
    z-index: 5;
}

.search-input #searchInfo h3 {
    font-size: 17px;
    margin-top: 0px;
}

.search-input #searchInfo p {
    padding-left: 23px;
}


.bookItem .moreBooks {
	opacity: 0;
	height: 0;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.bookItem:hover .moreBooks,
.bookItem.open .moreBooks {
	opacity: 1;
	height: fit-content;
	overflow: hidden;
	transition: all 200ms;
	margin: 5px -15px;
}

.bookItem:hover .moreItems,
.bookItem.open .moreItems{
	display: none;
}

.wbword {
    display: inline-block;
    /*padding: 2px 2px;*/
}

.wbword.select {
    background-color: orange;
    color: #fff;
}

.button-tab {
    width: 134px;
    text-align: center;
    color: #4B4B4B;
    position: absolute;
    left: calc(50% - 67px);
    bottom: 0px;
    background-color: #ffffff;
    border:1px solid #47515C;
    border-bottom: none;
    padding: 5px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: +1000;
}
.button-tab a {
    color: #4B4B4B;
}