@charset "ISO-8859-1";
/* CSS Document */



/* ###################################### NORESULT ##########################################*/
/* ##########################################################################################*/
.bknoresult_template._desktop{
	position:relative;
	display:table;
	margin:0 auto;
	padding:1em;
	cursor:default;
	min-width:320px;
    width: 620px;
}
.bknoresult_item{
    width: 240px;
    height: 178px;
    position: relative; 
    z-index: 8;
    margin: 0 auto;
}
.bknoresult_item>img{
	width: 100%;
}




/* ###################################### SPEECHBUBBLE ######################################*/
/* ##########################################################################################*/
.bknoresult_template .bkspeechbubble .bkspeechbubble_inner {
	padding: 3em 1em 1em;
}
.bknoresult_template .bkspeechbubble >  .triangle {
	border-top: 30px solid #fff;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    right: 325px;
    bottom: -18px;
    display: block;
}
.bknoresult_template .bkspeechbubble img._suchkurs{
    width: 87px;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: -2px;
    margin-right: -10px;
}

.bknoresult_template .bkspeechbubble .bkbutton._nav{
    vertical-align: middle;
    margin: 0px 0px -2px 7px;
}







/* ################################## SPEECHBUBBLE TEXT #####################################*/
/* ##########################################################################################*/
.bknoresult_template._desktop  h3{
	font-size:25px;
}
.bknoresult_template._desktop .bknoresult_text{
	position:relative;
    margin: 1.5em 0.5em;
	z-index:2;
}
.bknoresult_template._desktop .bknoresult_text>h4{
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 19px;
}
.bknoresult_template._desktop  h5{
    font-size: 13px;
    line-height: 16px;
    margin-top: 25px;
}
.bknoresult_template._desktop .bknoresult_text>p{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}
.bknoresult_template._desktop .bknoresult_text>p>span{
	color:#0091d2;
}
.bknoresult_template._desktop .bknoresult_text>p>span:first-child{
	font-size: 1.8em;
	line-height: 0em;
	vertical-align: sub;
	text-shadow: 1px -1px #fff, -1px 1px #fff, 1px 1px #fff, -1px -1px #fff, 2px 2px 4px rgba(0, 0, 0, 0.4);
}






/* ###################################### Media Query #######################################*/
/* ##########################################################################################*/

/* Smartphones (Portrait) */
@media only screen and (min-device-width: 320px) and (max-device-width: 359px)  and (orientation:portrait)
{
	.bknoresult_template._desktop {
		padding:0.1em;
	}
	
	.bknoresult_template .bkspeechbubble_inner {
		padding: 2.5em 0.5em;
		word-spacing:normal;
	}
	.bknoresult_template .bkspeechbubble >  .triangle{
		right: 85px;
		bottom: 0px;
	}
	.bknoresult_template._desktop .bknoresult_text{
		font-size:75%;
		margin: 0.83em 0;
	}

}



/* Smartphones (Portrait) */
@media only screen and (min-width: 360px)  and (max-width: 640px) and (orientation:portrait)
{
	.bknoresult_template._desktop {
		padding:0.3em;
	}
	.bknoresult_template .bkspeechbubble_inner {
		padding: 3.5em 0em 4em;
	}
	.bknoresult_template._desktop .bknoresult_text{
		font-size:80%;
		margin: 1em;
	}
	
}



/* Smartphones (Landscape) */
@media only screen and (max-width:639px) and (orientation:landscape)
{
	.bknoresult_template._desktop {
		padding:0.3em 0;
	}
	.bknoresult_template .bkspeechbubble{
		margin-right: 5em;
	}
	.bknoresult_template .bkspeechbubble_inner {
		padding: 2em 1.3em 2.5em;
	}
	.bknoresult_template .bkspeechbubble >  .triangle {
		right: -5px;
		bottom: 80px;
		border-left: 30px solid #fff;
		border-top: 40px solid transparent;
	}
	.bknoresult_template._desktop .bknoresult_text{
		font-size:75%;
		margin: 1em 0;
	}
}



/* Smartphones (Landscape) */
@media only screen and (min-width:640px)  and (max-width:767px) and (orientation:landscape)
{
	.bknoresult_template._desktop {
		padding:0.3em;
	}
	.bknoresult_template .bkspeechbubble_inner {
		padding: 2em 1em 3em;
	}
	.bknoresult_template .bkspeechbubble >  .triangle{
		right: 10px;
		bottom: 70px;
		border-left: 40px solid #fff;
		border-top: 40px solid transparent;
	}
	.bknoresult_template._desktop .bknoresult_text{
		font-size:90%;
		margin: 1em;
	}
}

/* Smartphones (Landscape & Portrait)*/
@media only screen and
(min-device-width:320px) and
(max-device-width:480px)
{
}

/* iPads(Portrait) */
@media only screen and
(min-device-width:768px) and
(max-device-width:1024px) and
(orientation:portrait)
{

}
