﻿.builds-container {
	background-color: #383838;
	width: 100%;
	color: #fff;
}
.builds-head {
	background: #222;
	margin: 0;
}
.builds-head h1 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-weight: bolder;
}
.builds-content {
	margin-top: 50px;
	height: 575px;
}
.builds-image {
	width: 40%;
	float: left;
	margin-left: 20px;
}
.builds-components {
	width: 48%;
	float: right;
	margin-right: 50px;
	background: #222;
	border-radius: 5px;
	margin-top: -15px;
}

.builds-components p {
	font-size: 14px;
	text-align: center;
  margin-top: -20px !important;
  margin-bottom: 5px !important;
}
.builds-components h2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
   	padding-bottom: 5px;
	color: #fff;
	font-weight: bold;
}
.builds-components-list {
	background: #dddddd;
	margin-left: 10px;
	margin-right: 10px;
}

.builds-components-list table, .builds-components-list td {
	border: none;
	color: #000;
}
.builds-components-list-category {
	font-weight: bolder;
	font-size: 16px;
}
.builds-components-list-product {}

.builds-components-list-button a {
	background-color: #f8db3b;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 8px;
	font-size: 12px;
	padding: 0px 3px 0px 3px;
}

.builds-components-list-button a:hover {
	background-color: #f3e9b6;	
}

.builds-components-buy a {
	padding: 5px 35px 5px 35px;
	background-color: #f8db3b;
	color: #fff;
	text-decoration: none;
	border-radius: 12px;
	font-size: 24px;
	text-align: center;
	margin-left: 25px;
}
.builds-components-buy a:hover {
	background-color: #f3e9b6;
}

.builds-components-buy {
	width: 100%;
	margin-bottom: 25px;
}

.builds-footer {
	background: #222;
	width: 100%;
}
.builds-footer h2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: bold;
}

.builds-featured-components {
	margin-bottom: 150px;
}


.pc-overview p {
	font-size: 20px;
	line-height: 32px;
}

.pc-overview li {
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
}

.pc-box {
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	border-radius: 7px;
	background: #000;
	width: 195px;
	float: left;
}

.pc-box:hover {
	border-bottom: 4px solid #f8db3b;
	border-left: 4px solid #f8db3b;
	border-right: 4px solid #f8db3b;
	border-top: 4px solid #f8db3b;
	background: #fff;
}

.pc-box h3 {
	color: #fff;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-transform: uppercase;
}

.pc-box:hover h3 {
	color: #000;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-transform: uppercase;
}

 .column-pc-components {
   width: 15.5% !important;
   height: 140px !important;
   padding: 8px !important;
   border: 3px solid #222 !important;
   float: left;
   margin: 5px !important;
 }

 @media(max-width: 1230px) {
   .builds-featured-components {
   }

 }

 @media(max-width: 1182px) and (min-width: 1024px) {
   .builds-components-buy-button {
  	visibility: hidden;
  }
  .builds-components-buy-button:before {
  	content: 'Preis prüfen';
  	visibility:visible;
        padding: 5px 35px 5px 35px;
  	background-color: #f8db3b;
  	color: #fff;
  	text-decoration: none;
  	border-radius: 12px;
  	font-size: 24px;
  	text-align: center;
  	margin-left: 33px;
  }

  .builds-components-buy-button:hover::before {
  	background-color:#f8db3b;
  }

  .builds-components-buy {
    width: 100%;
    margin-bottom: -10px;
  }
 }

 @media(max-width: 1023px) {
   .builds-image {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .builds-components {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      background: #222;
      border-radius: 5px;
      margin-top: 30px;
  }
  .builds-components-buy {
    margin-left: 80px;
  }

  .builds-content {
    margin-top: 50px;
    height: 1345px;
  }
 }

 @media(max-width: 767px) {
  .builds-content {
    margin-top: 50px;
    height: 1105px;
  }
  .builds-components-buy-button {
   visibility: hidden;
 }
  .builds-components-buy{
   margin-bottom: 0px;
 }
 .builds-components-buy-button:before {
   content: 'Anzeigen';
   visibility:visible;
   padding: 5px 35px 5px 35px;
   background-color: #f8db3b;
   color: #000;
   text-decoration: none;
   border-radius: 12px;
   font-size: 34px;
   text-align: center;
   margin-right: 60px;
 }

 .column-pc-components {
   width: 147px !important;
   height: 147px !important;
   padding: 8px !important;
   border: 3px solid #222 !important;
   float: left;
   margin: 5px !important;
 }

 .builds-components-buy-button:hover::before {
   background-color:#f8db3b;
 }
 .builds-featured-components {
	margin-bottom: 350px;
}
}