/* Styles sub pages */

#main-col {min-height: 1px; width: 480px; float: left;}
#left-col{float: left; width: 200px; margin-right: 20px;}
#main-right-wrap {float: left; width: 700px;}
#main-right-wrap .nav-breadcrumb { margin-bottom: 4px; }

#main-top {width: 700px;}
#portal-main-top-container { border-bottom: 0;  margin-bottom: 20px;}
#portal-main-content-top-container { width: 480px;}
#portal-main-content-left-container, #portal-main-content-right-container {float: left; width: 230px;}
#portal-main-content-left-container {margin-right: 20px;}
#portal-main-content-bottom-container { clear: left; width: 480px;}

div.ebk_portal_saintsday {
margin-bottom: 20px;
}

/* This css styles should be moved to somewhere else..*/
/* Styles for the kaPlan GD Kollektor, assuming the wrapper class .kaplanGD was set*/

/*KaPlan GD style start: */

.kaplanGD .teaser-body > a,
.kaplanGD .btn {
    margin: 0;
    padding: 4px 8px;
    min-width: 0;
    border: #dcd093;
    border-radius: 0;
    background-color: #beaa41;
    box-shadow: none;
    text-align: center;
    text-transform: none;
    line-height: 20px;
    transition: all .33s;
	display:inherit;
}

.kaplanGD .btn {
	margin-top: 10px;
}

.kaplanGD #formular .btn {
	min-width: 270px;
}

.kaplanGD .row.ap-teaser {
	margin-bottom: 20px;
    margin-right: -15px;
    margin-left: -15px;
}

.kaplanGD .row.ap-teaser::after,
.kaplanGD .row.ap-teaser::before {
    display: table;
    content: " ";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.kaplanGD .row.ap-teaser::after {
	clear: both;
}

.kaplanGD .btn.active,.kaplanGD .btn:active,.kaplanGD .btn:hover {
    border-color: #dcd093;
    background-color: #dcd093;
    color: #555;
    transition: all .33s;
}


.kaplanGD .teaser-body h2 > a,
.kaplanGD .input-group label {
    font-size: 16px;
}

.kaplanGD #gpspos {
	margin-top: 10px;
}

.kaplanGD .input-sm {

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	box-shadow: none;
	margin-top: 10px;
    line-height: 1.5;
	padding: 4px 8px;
    font-size: 12px;
	min-width: 250px;
}

@media (min-width: 768px){
	.kaplanGD .teaser-body{
		width: calc(100% - 155px);
	}
}

.kaplanGD .teaser-body{

    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
}

.kaplanGD .teaser-visual{
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
}

.kaplanGD .calendar-sheet {
    min-width: 90px;
    border: 1px solid #dddddf;
    background: #eeeef0;
    text-align: center;
}

.kaplanGD .calendar-sheet h3 {
    color: #beaa41;
    font-weight: 600;
	text-align:center;
}

.kaplanGD .teaser-btn{
margin:0px;
    padding: 8px 16px;
	width:inherit;

}

.kaplanGD .teaser-text{
	height:auto;
	padding: 8px 0 8px 0;
}

.kaplanGD .calendar-sheet .day,.kaplanGD .calendar-sheet .monthYear {
    padding: 10px;
}
/*KaPlan GD style end */