html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}

html, body { height: 100%; width: 100%; }

body {
	line-height: 1;
}

img {
  -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: none; user-drag: none; -webkit-touch-callout: none;
  image-rendering: auto;
}

.banner {
	--bannerWidth: 300px;
	--bannerHeight: 600px;
	--bgColor: #000000;
	--borderColor: #ff7621;
	--butBorderColor:#000000;

	width: var(--bannerWidth);
	height: var(--bannerHeight);

	--buttonWidth: 130px;
	--buttonHeight: 34px;

	--subButtonWidth: 78px;
	--subButtonHeight: 30px;

	--leftRadius: 0px 0px;
	--rightRadius: 20px 20px;

	--leftSubRadius: 20px 20px;
	--rightSubRadius: 0px 0px;

	box-sizing: border-box;
	visibility: hidden;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.asset, svg { position: absolute;}

#border {
	position: absolute;
	top:0px;
	left:0px;
	width:var(--bannerWidth);
	height:var(--bannerHeight);
  border: 1px solid var(--borderColor);
  box-sizing: border-box;
  pointer-events:none;
}

.cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: var(--bannerWidth);
	height: var(--bannerHeight);
	background-color: var(--bgColor);
}

.full { position: absolute; top: 0px; left: 0px; }
.full img { width:var(--bannerWidth); height:var(--bannerHeight); }

/************* BUTTON *************/

#buttonHolder {
	position: absolute;
	bottom: var(--globalMargin);
	left: var(--globalMargin);
	width:var(--buttonWidth);
	height:var(--buttonHeight);
}

#button {
	position: absolute;
	top: 0px;
	left: 0px;
  overflow: hidden;
  border-radius: 20px;
 	border-bottom-left-radius: var(--leftRadius);
  border-top-right-radius: var(--rightRadius);
  background-color: #000000;
 	width:var(--buttonWidth);
	height:var(--buttonHeight);
}

#butBack{
	
	position: absolute;
	top: 0px;
	left: 0px;
  border-radius: 20px;
  background-color: #000000;
  width:var(--buttonWidth);
	height:var(--buttonHeight);
}

.arrows{
	position: absolute;
	top: 9px;
	left: 92px;
	width:16px;
	height:16px;
	overflow: hidden;
}


#arrow_1 svg{
	left: 0px;
}

.arrow1Style{}

#klikhierCopy{
	position: absolute;
	top: 0px;
	left: 6px;
	width:var(--buttonWidth);
	height:var(--buttonHeight);
}

#buttonHolder,  #button, { width: var(--buttonWidth); height: var(--buttonHeight); }
#button { position: absolute; top: 0px; left: 0px; }

#urlHolder{
	position: absolute;
	top: 0px;
	left: 0px;
	width:var(--buttonWidth);
	height:var(--buttonHeight);
}

.f1_headline_1_txt_1{
	top: -4px;
}
.f1_headline_1_txt_2{
	top: -2px;
}
