﻿/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(https://www.cpu-monkey.com/css/fonts/BngRUXNadjH0qYEzV7ab-oWlsbCLwR26eg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(https://www.cpu-monkey.com/css/fonts/BngRUXNadjH0qYEzV7ab-oWlsbCCwR26eg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(https://www.cpu-monkey.com/css/fonts/BngRUXNadjH0qYEzV7ab-oWlsbCIwR26eg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(https://www.cpu-monkey.com/css/fonts/BngRUXNadjH0qYEzV7ab-oWlsbCGwR0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
	font-family: 'PT Sans Narrow', sans-serif;
}

html, body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #f2f2f2;
	width: 100%;
	height: 100%;
}

html {
background-color: #40b5fa;
background-image: linear-gradient(160deg, #40b5fa 0%, #93d5cd 100%);
background-attachment: fixed;
}

h1{
	font-size: 32px;
	margin-top: 17px;
	margin-bottom: 15px;	
}

h2.news{
	margin-bottom: 30px;
}

h3{
	font-size: 20px;	
	margin-bottom: 0px;
}

h4 {
	font-size: 32px;
	margin-top: 17px;
	margin-bottom: 15px;	
}

#header{
	position: fixed;
	width: 875px;
	height: 38px;
	margin-top: 0px;
	font-size: 20px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: #333333;
	color: #ffffff;
	padding: 0px 45px 10px 45px;
	-webkit-box-shadow: 0px 0px 18px #333333;
	-moz-box-shadow: 0px 0px 18px #333333;
	box-shadow: 0px 0px 18px #333333;
	z-index: 10;
}

#header_mobile{
	display: none;
}	

#fade {
	z-index: 1000;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #333333;
	position: fixed;
	opacity:0.95;
	filter: alpha(opacity=95);
}

#popup{
	z-index: 1002;
	visibility:hidden;
	border: 2px #1283ce solid;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	width: 1020px;
	height: 520px;
	position:fixed;
    top: 50%;
    left: 50%;
    margin-top: -260px; /*set to a negative number 1/2 of your height*/
    margin-left: -510px; /*set to a negative number 1/2 of your width*/
	overflow: auto;
	box-shadow: 1px 1px 10px #333333;
	border-radius: 0px;
	color: #000000;

}

.admin_menu{
	position: absolute;
	left: 0px;
	top: 55px;
	width: 100%;
	padding-top: 10px;
	height: 32px;
	font-size: 18px;
	background-color: #333333;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
	
ul.menu {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 0px 17px 0;
  list-style: none;
  z-index: 11;
}

ul.menu li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #333333;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

ul.menu li:hover {
  background: #555;
  color: #fff;
}

ul.menu li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 260px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

ul.menu li ul li { 
  background: #333333; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}

ul.menu li ul li:hover {
	background: #666666;
}

ul.menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#page{
	margin-right: auto;
	margin-left: auto;
	width: 965px;
	padding-bottom: 20px;
	font-size: 18px;
}

#footer{
	clear: both;
	text-align: center;
	font-size: 16px;
}


#cpu_selection_desktop{
	display: block;
}

#cpu_selection_mobile{
	display: none;
}

.full_col{
	float: left;
	text-align: left;
	margin-top: 20px;
	width: 865px;
	min-height: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 28px;
}

.half_col{
	float: left;
	text-align: center;
	margin-top: 20px;
	width: 370px;
	min-height: 600px;
	margin-right: auto;
	margin-left: auto;

}

.frame{
	border-radius: 50px;
	background-color: #ffffff;
	margin-bottom: 40px;
	color: #000000;
	padding: 30px 50px 30px 50px;
	-webkit-box-shadow: 2px 8px 24px #333333;
	-moz-box-shadow: 2px 8px 24px #333333;
	box-shadow: 2px 8px 24px #333333;	
}

.werb{
	/*background-color: #f8f8f8;*/
	text-align: center;
}

.werb_start_1{
}

.werb_start_2{
}

.werb_start_3{
	width: 100%;
	margin-left: -52px;
	margin-top: -15px;
	margin-bottom: 40px;
}

.werb_start_4{
	width: 100%;
	margin-left: -52px;
	margin-top: -25px;
	margin-bottom: 30px;"
}

.werb_start_5{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.werb_top1{
	margin-top: 22px;
	width: 100%;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
}

.werb_cpu_tech{
	margin-top: 45px;
	min-width: 300px;
	margin-bottom: 0px;
	text-align: left;
}

.werb_cpu_bel_tech{
	margin-top: -15px;
	margin-bottom: 70px;
}

.werb_cpu_bench_10{
	width: 100%;
	margin-left: -62px;
	margin-top: -25px;
	margin-bottom: 45px;
}

.werb_cpu_bench_8{
	width: 100%;
	margin-left: -62px;
	margin-top: -40px;
	margin-bottom: 40px;
}

.werb_cpu_bench_4{
	width: 728px;
	margin-right: auto;
	margin-left: auto;
    margin-top: -40px;
    margin-bottom: 40px;
}

.werb_cpu_bottom{
	width: 100%;
	margin-left: -52px;
	margin-top: -10px;
	margin-bottom: 35px;
}

.gh{
    width: 700px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
}

.gh_vs_cpu1{
    margin-top: 30px;
    width: 400px;
    float: left;
}

.gh_vs_cpu2{
    margin-top: 30px;
    width: 400px;
    float: right;
}

.cpu_col1{
	float: left;
	width: 28%;
	min-height: 349px;
}

.cpu_col2{
	float: right;
	width: 72%;
	min-height: 349px;
}

#start_frame{
	margin-top: 30px;
}

#vs{
	background-color: #333333;
	color: #ffffff;
	width: 140px;
	height: 140px;
	margin-left: 413px;
	top: 312px;
	z-index: 3;
	border-radius: 100px;
	position: absolute;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}

#vs:hover{
	color: rgba(255,51,0,1);
}

#vs_linie{
	margin-left: 365px;
	top: 369px;
	z-index: 2;
	position: absolute;
}


.position{
	font-size: 32px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 10px;
}

#search_desktop{
	display: block;
}

#search_mobile{
	display: none;
}

div.presample_box{
	margin-top: 5px;
	margin-bottom: 40px;
	border: 4px #333333 solid;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 15px 15px 15px 15px;
}


table.vergleich {
	font-size: 18px !important;
}


table.start {
  	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;  
}

table.data {
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;
}


table.data td{
	vertical-align: middle;
	padding: 0px;
}

table.data tr:nth-child(even) {
	background-color: #f8f8f8;
	
}

table.data tr:nth-child(odd) {
	background-color: #ffffff;
}

.dtcpu{
    color: #000000;
    height: 50px;
}

.dtc1{
    text-align: right;
    color: #000000;
    height: 50px;
}

.dtc2{
    text-align: center;
    color: #7e7e7e;
}

.dtc3{
    color: #000000;
}

.dtclean{
    background-color: #ffffff;
    border-top: none;
	border-bottom: none;
}

.button{
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 24px #333333;
	-moz-box-shadow: 0px 0px 24px #333333;
	box-shadow: 0px 0px 24px #333333;
}

.button:hover{
	-webkit-box-shadow: 0px 0px 30px rgba(255,51,0,1);
	-moz-box-shadow: 0px 0px 30px rgba(255,51,0,1);
	box-shadow: 0px 0px 30px rgba(255,51,0,1);
}

.button_down{
	width: 75px;
	height: 75px;
	position: absolute;
	float: none;
	clear: both;
	text-align: center;
	border-radius: 38px;
	background: url('../images/arrow_down_white.png');
	background-size: 38px 24px;
	background-position: 19px 30px;
    background-repeat: no-repeat;
	background-color: #333333;	
}

.button_down:hover{
	background: url('../images/arrow_down_org.png');
	background-size: 38px 24px;
	background-position: 19px 30px;
    background-repeat: no-repeat;
	background-color: #333333;		
}

.cpu_amazon_button{
	width: 225px;
	cursor: pointer;
	float: right;
}

button.compare_button{
	width: 275px;
	height: 50px;
}

.cpu_input{
	width: 235px;
	height: 40px;
	border-radius: 10px;
	border: 1px #666666 dashed;
	font-size: 26px;
	color: #333333;
	margin-top: 49px;
	cursor: pointer;
	outline: none;
}

.admin_input{
	width: 200px;
	height: 30px;	
	font-size: 18px;
}

.cpu_input_down_l{
	background: url('../images/arrow_down.png');
	background-size: 28px 28px;
	background-position: 7px 12px;
    background-repeat: no-repeat;
	background-color: #f2f2f2;
	padding: 5px 20px 5px 40px;
}

.cpu_input_down_r{
	background: url('../images/arrow_down.png');
	background-size: 28px 28px;
	background-position: 260px 12px;
    background-repeat: no-repeat;
	background-color: #f2f2f2;
	padding: 5px 35px 5px 25px;
}

.cpu_input_down_l:hover{
	background: url('../images/arrow_down_org_small.png');
	background-size: 28px 28px;
	background-position: 7px 12px;
    background-repeat: no-repeat;
	background-color: #f2f2f2;
}

.cpu_input_down_r:hover{
	background: url('../images/arrow_down_org_small.png');
	background-size: 28px 28px;
	background-position: 260px 12px;
    background-repeat: no-repeat;
	background-color: #f2f2f2;
}

ul.cpu_dropdown{
	position: absolute;
	font-size: 16px;
	padding: 0 0 0 0;
	line-height: 20px;
	background-color: #f2f2f2;
	border: 1px #cccccc solid;
	border-radius: 10px;
	width: 296px;
	margin-top: -1px;
	margin-left: 36px;
	visibility: hidden;
	max-height: 285px;
	overflow-x: hidden;
	overflow-y: auto;
	list-style: none;
	text-align: left;
	cursor: pointer;
	-webkit-box-shadow: -1px 4px 10px #e4e4e4;
	-moz-box-shadow: -1px 4px 10px #e4e4e4;
	box-shadow: -1px 4px 10px #e4e4e4;
	z-index: 4;
}

li.cpu_dropdown{
	padding: 8px 8px 8px 8px;
	border-bottom: 1px solid #cccccc;
}


li.cpu_dropdown_last{
	border-bottom: 0px;	
}


li.cpu_dropdown:hover{
	background-color: rgba(255,255,0,0.2);
}


li.darker{
	background-color: #e4e4e4;		
}


img.amazon{
	height: 40px;
	margin-top: 2px;
	margin-right: 5px;
}


img.cpu {
	height: 42px;
	margin-left: 5px;
}

picture.cpu {
	height: 42px;
	margin-left: 5px;
}

img.cpu_dropdown{
	height: 80%;
	margin-top: 4px;
}


div.benchmarkbar{
height: 25px;
background-color: #55baf0;
background-image: linear-gradient(90deg, #55baf0 0%, #8cd1fa 100%);
padding-top: 10px;
padding-left: 6px;
color: #333333;
}


div.benchmarkbar_active{
height: 25px;
background-color: #00d520;
background-image: linear-gradient(90deg, #00d520 0%, #02f627 100%);
padding-top: 10px;
padding-left: 6px;
color: #333333;
}

a{
	text-decoration: none;
	color: #01559e;
	font-weight: bold;
	border-bottom: 1px #01559e dotted;
}

a:hover{
	font-weight: bold;
	border-bottom: 0px;
}

a.footer{
	color: #ffffff;
	font-weight: normal;
	border-bottom: 1px #ffffff dotted;
}

a.footer:hover{
	font-weight: bold;
	border-bottom: 0px;
}

a.menu{
	font: bold 12px/18px sans-serif;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	border-bottom: 0px;
}

a.menu:hover{
	border-bottom: 0px;
}

a.clean {
text-decoration: none;
border-bottom: 0px;
}


a.clean:visited {
text-decoration: none;
border-bottom: 0px;
}

a.clean:hover {
text-decoration: none;
border-bottom: 0px;
}

a.black {
color: #000000;
font-weight: normal;
text-decoration: none;
border-bottom: 0px dotted #000000;
}

a.black:visited {
color: #000000;
text-decoration: none;
border-bottom: 0px dotted #000000;
}

a-black:hover {
color: #000000;
text-decoration: none;
border-bottom: 0px;
}


a:link.amazon {
color: #008C00;
text-decoration: none;
border-bottom: 1px dotted #008C00;
}

a:visited.amazon {
color: #008C00;
text-decoration: none;
border-bottom: 1px dotted #008C00;
}

a:hover.amazon {
color: #008C00;
text-decoration: none;
border-bottom: 0px;
}

img.cpu_icon{
	vertical-align: middle;
	margin-right: 14px;
	margin-top: -4px;
	height: 32px;
	width: 32px;
}

select{
	height: 38px;
	cursor: pointer;
	font-size: 18px;
	padding: 4px 4px 4px 4px;
	background-color: #F4F4F4;
	width: 110px;
}

button{
	height: 40px;
	cursor: pointer;
	font-size: 18px;
	padding: 4px 4px 4px 4px;
	width: 110px;
	color: #ffffff;
	background-color: #333333;
	border: 0px;
}

input.tabelle {
	border: none;
    background-color: transparent;
	width: 70%;
}