/* addadcode START */
/* have this css for main class*/
.wsp_main_elementFix:after{
	content: ' ';
	display: block;
	clear: both;
}


.wsp_wrapper{
	
}

.wsp_wrapper iframe{
	/* max-width:100% !important; */
}

/* floating */
.wsp_wrapper.wsp_fll{
	float:left;
	margin:0px 15px 0px 0px;
}

.wsp_wrapper.wsp_flr{
	float:right;
	margin:0px 0px 0px 15px;
}


/* aligning */

.wsp_wrapper.wsp_acenter{
	text-align:center;
}

.wsp_wrapper.wsp_aleft{
	text-align:left;
}

.wsp_wrapper.wsp_aright{
	text-align:right;
}

/* type */


.wsp_wrapper.wsp_twindowed {
	display:none;
    position: relative;
    height:300px; 
    width:100%;
   /*  z-index: 1;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(((100% - 100vw) / 2) - 8px);
    -webkit-clip-path: url(#clipSplitBox);
    clip-path: url(#clipSplitBox); */
}


/* .wsp_wrapper.wsp_twindowed .test{
	position: relative;
	width: 100%;
	height: 100vh; 
	z-index:2;
} */


.wsp_wrapper.wsp_twindowed .wsp_skyscraperwrapper{
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top:25%;
	
	
	
/*     position: fixed;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border: none;
    pointer-events: none; */
}


/*skyscraper*/
.wsp_wrapper.wsp_skyscraperactive{
	position: absolute;
	z-index: 2;
	margin:0px;
	top:20px;
}

.home .wsp_wrapper.wsp_skyscraperactive{
	top:-365px;
}


/* site specific Start*/

.wsc_aktiendepot_com.home .wsp_wrapper.wsp_skyscraperactive{
	top:0px;
}


.wsc_forexhandel_org.home .wsp_wrapper.wsp_skyscraperactive,
.wsc_bestesgirokonto_net.home .wsp_wrapper.wsp_skyscraperactive,
.wsc_kreditkartekostenlos_de.home .wsp_wrapper.wsp_skyscraperactive,
.wsc_kredittestsieger_org.home .wsp_wrapper.wsp_skyscraperactive  {
	top:25px;	
}

.wsc_depotvergleich_com .wsp_wrapper.wsp_skyscraperactive{
	top:120px;
}


.wsc_aktiendepot_com.home .wsp_wrapper.wsp_skyscraperactive.wsp_skyscraperbottom,
.wsc_depotvergleich_com .wsp_wrapper.wsp_skyscraperactive.wsp_skyscraperbottom,
.wsc_forexhandel_org.home .wsp_wrapper.wsp_skyscraperactive.wsp_skyscraperbottom,
.wsc_bestesgirokonto_net.home .wsp_wrapper.wsp_skyscraperactive.wsp_skyscraperbottom,
.wsc_kreditkartekostenlos_de.home .wsp_wrapper.wsp_skyscraperactive.wsp_skyscraperbottom,
.wsc_kredittestsieger_org.home .wsp_wrapper.wsp_skyscraperactive.wsp_skyscraperbottom{
	top:auto;
}


/* site specific end*/

.wsp_wrapper.wsp_skyscraperactive.wsp_skyscraperfixed .wsp_skyscraperwrapper{
	top:20px;
	position:fixed;	
}

.wsp_wrapper.wsp_skyscraperactive.wsp_skyscraperbottom{
	position:absolute;
	top:auto;
	bottom:0px;
}

/*display*/

/* addadcode END */
/* hammerstone START */
.wsp_hstnwrapper{
	border-radius: 2px;
	border: 2px solid #5C7186;
	background-color: #323B44; 
	color: #DCE0E1; 
}

.wsp_hstnwrapper.wsp_hstwithscrollbar .wsp_hstncontent{
	overflow-y: scroll;
}


.wsp_hstnwrapper .wsp_hstnheadline
{
	/*
	background-color: #24292F; 
	border-bottom: 2px solid #00040A; 
	height: 30px;
    padding-top: 10px;
    */
    
    background-color: #fff;
	border-bottom: 2px solid #00040A;
	height: 30px;
	padding:5px 0px 5px 0px;
	color: #00040a;
    
}

.wsp_hstnwrapper .wsp_hstnheadline a
{
	color: #B1D2D7; 
	margin-left: 15px;
	font-weight: 600;
}

.wsp_hstnwrapper .wsp_hstnheadline span
{
	margin-left: 15px;
    font-style: italic;
    font-weight: 500;
}

.wsp_hstnwrapper .wsp_hstnheadline a:hover
{
	text-decoration: none; 
	
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	color: #79dae9; 
}

.wsp_hstnwrapper .wsp_hstncontent{
	padding:15px;
}

.wsp_hstnwrapper .wsp_hstncontent div
{
	margin: 5px 0px 10px 0px;
}

.wsp_hstnwrapper .wsp_hstncontent .wsp_hstposted
{
/* 	display: inline-block;
	width: 50px;*/
	/* float: left; */ 
	 display: list-item;                                                  
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 10px;
    margin-bottom: 5px;
    word-wrap: break-word
}

.wsp_hstnwrapper .wsp_hstncontent .wsp_hstmessage .wsp_hstposted{
	 list-style-type: disc;
	 margin-bottom: 0px;
} 

.wsp_hstnwrapper .wsp_hstncontent .wsp_hstmessage
{
	display: inline-block;
	width: 92%;
	margin-left: 15px;
}

@media (max-width: 690px)
{
	.wsp_hstnwrapper .wsp_hstncontent .wsp_hstmessage
	{
		width: 90%;
	}
}

@media (max-width: 565px)
{
	.wsp_hstnwrapper .wsp_hstncontent .wsp_hstmessage
	{
		width: 87%;
	}
}

@media (max-width: 450px)
{
	.wsp_hstnwrapper .wsp_hstncontent .wsp_hstmessage
	{
		width: 85%;
	}
}

@media (max-width: 400px)
{
	.wsp_hstnwrapper .wsp_hstncontent .wsp_hstmessage
	{
		width: 80%;
	}
}

/* hammerstone END */