/*
Theme Name: AmpTheme
Theme URI: http://ampirion.com
Description: Personal theme for Ampirion Computersysteme
Author: Markus Braunbart
Author URI: http://ampirion.at
*/


html {

font-family: Calibri;
font-size: 17px;
color: #0b5699;
overflow-x: hidden;
font-weight: bold;
}

html a {
  text-decoration: none;
  color: #ed7200;
}


body {
  width: 100%;
  margin: 0;
}

h1 {
  color: #ed7200;
  font-family: days one;
  font-size: 2rem;
  margin: 0;
}

h2 {
  color: #0b5699;
  font-family: days one;
  font-size: 1.13rem;
}

h3 {
  color: #0b5699;
  font-family: days one;
  font-size: 1rem;
}

.text {
  text-align: justify;
}

.floatright {
  float: right;
}

cite {
  font-size: 12px;
}

#wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

#debug {
  text-indent: -20000px;
}

.clear {
  clear: both;
}

.btn-primary {
  background-color: #ed7200;
  border-color: #ed7200;
  color: #fff;
}

/*Accordion*/

.panel-default > .panel-heading {
  background-color: #ed7200;
  border-color: #ddd;
  color: white;
  padding: 0;
}

.panel-title {
  color: inherit;
  font-family: days one;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  padding: 0;
}

.panel-title a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
}

/******************************************************Backbutton***************************/

.backbutton {

}

.backbutton a {
  background-image: url("images/back.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  display: block;
  height: 30px;
  line-height: 29px;
  margin-left: 5%;
  text-indent: 20000px;
  width: 90px;
}

.backbutton a:hover {

	text-indent: 33px;
	color: #ed7200;
}


/***********************************************MENÜ***********************************************************/

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  display: none;
  padding-right: 3%;
  padding-top: 1%;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  color: white;
}

/*Hide checkbox*/
input[type=checkbox]{
  display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
  display: block;
}

#menu {
  display: block;
  font-family: days one;
  margin-left: 350px;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  padding-top: 13px;
  position: absolute;
  width: 60%;
  z-index: 150;
}

#menu li {
  float: left;
  padding: 0 1%;
  width: auto;
}

#menu a {
  color: white;
  display: block;
  font-size: 1.2em;
  font-weight: normal;
  height: 53px;
  line-height: 35px;
  margin-top: -13px;
  padding: 11px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

#menu a:hover {
  border-radius: 10px;
  box-shadow: 0 0 12px -5px #000;
  transform: scale(1.01);
}

#menu .current-menu-item> a{
  border-radius: 10px;
  box-shadow: 0 0 12px -5px #000;
    transform: scale(1.01);  
}

******************************************Startseite**********************************/

.indextext {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.indexcolumn {
  margin: 50px auto 0;
  width: 70%;
}

.startseite-button {
  float: left;
  width: 33.3333%;
  text-align: center;
  transition: 0.5s ease;
}

.startseite-button img {
  transition: 0.2s ease;	
  width: 100%;
}

.startseite-button:hover {
  transform: scale(1.03);
}

.startseite-button img:hover {
  -webkit-filter: drop-shadow(1px 1px 1px #ababab);
  filter: drop-shadow(1px 1px 1px #ababab);
}

.contactbox {
  float: left;
  width: 33.3333%;
  text-align: center;
}

.at {
  color: #ed7200;
  font-size: 2rem;
}

.email {
  
}
/******************************************Woocommerce**********************************/

.container {
  width: 80%;
}


/******************************************Wrapper - Seiten/Unterseiten/Beiträge**********************************/

#content {
  margin: 65px auto 0;
  position: relative;
  width: 80%;
  z-index: 1;
  min-height: 69.5vh;
}

#pagecontent {
  margin: 70px auto 0;
  min-height: 68.8vh;
  width: 60%;
}

#pagepost {
  float: left;
  text-align: justify;
  width: 65%;
}

#articlecontent {
  margin: 5% auto 0;
  text-align: justify;
  width: 70%;
}

#detailseite {
	float:right;
	width:75%;
	height: 90%;
	word-wrap: break-word;
}

#detailseite p {
	font-family: sans-serif;
	font-size: 14px;
}

#eckdaten {
	float: left;
	width: 25%;
}	

/************************************************Computersysteme**********************************************************/

.cswrapper {
  margin: 50px auto 0;
  width: 80%;
}

.cs {
  display: flex;
  flex-flow: row wrap;
}

.csitem {
  border-radius: 5px;
  float: left;
  margin: 1%;
  overflow: hidden;
  padding: 0.5%;
  transition: all 0.5s;
  text-decoration: none !important;
  width: 30.3333%;
}

.csitem a:hover {
  text-decoration: none !important;
}

.csitem a:active {
  text-decoration: none !important;
}

.csitem:hover {
  box-shadow: 0 0 12px -5px #000;
  transform: scale(1.01); 
}

.csitem a {
  outline: none;
}

.cstitle {
  text-align: center;
}

.csthumb {
  margin: 0 auto;
  min-height: 350px;
  width: 70%;
}

.csexcerpt {
  color: #0b5699;
  min-height: 110px;
  text-align: justify;
}

.csprice {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.specsthumb {
  font-size: 14px;
  font-weight: bold;
}

.angebotbtn {
  background: #ed7200;
  border-radius: 5px;
  line-height: 35px;
  width: 200px;
  text-align: center;
  transition: 0.5s;
  margin-bottom: 1%;
}

.angebotbtn a {
 color: white;
 font-weight: bold;
 display: block;
}

.angebotbtn:hover {
  box-shadow: 0 0 12px -5px #000;
  transform: scale(1.01); 
}


/*Detailansicht*/



.articlecontent {
  margin: 25px 6.5% 0;
  text-align: justify;
  width: 80%;
}

.articleimg {
  float: left;
  padding: 50px;
  width: 50%;
}

.articleimg img {
  height: auto;
  width: 100%;
}

.articletext {
  font-family: calibri;
  font-weight: bold;
  color: #0b5699;
}

.specs {
  font-weight: bold;
  color: #ed7200;
  margin-left: 50%;
}

.csofferbutton {
  background: #ed7200 none repeat scroll 0 0;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 10px 0 0 50%;
  padding: 5px;
  text-align: center;
  width: 200px;
  color: white;
  transition: 0.5s ease;
}

.csofferbutton:hover {
  box-shadow: 0 0 12px -5px #000;
  transform: scale(1.01);  	
}

/*Hide checkbox*/
input[type=checkbox]{
  display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .csoffer{
  display: block;
}

.csoffer {
  display: none;
  width: 80%;
}

.csoffer hr {
  background: #ed7200 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  height: 5px;
}

.csoffer-form-group .form-control {
  float: right;
  width: 300px;
}

.csoffer-form-group {
  margin: 1% 0; 
}

.alert {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 15px;
}

/*************************************************Reparatur*************************************************************/
	
#repcontent {
  margin: 55px auto 0;
  width: 70%;
}

#repcontent h1 {
  margin-bottom: 10px;	
}

#reppost {

}

#repsidebar {
  border: 5px solid #ed7200;
  border-radius: 60px;
  box-shadow: 1px 1px 6px -2px #000, 1px 1px 6px -2px #000 inset;
  box-sizing: border-box;
  float: left;
  margin-top: 50px;
  padding: 3%;
  width: 26%;
}

.repsidebar {
  border: 5px solid #ed7200;
  border-radius: 60px;
  box-shadow: 1px 1px 6px -2px #000, 1px 1px 6px -2px #000 inset;
  box-sizing: border-box;
  padding: 20px 20px;
}

/*Reparaturportfolio*/

.repitem {
  float: left;
  margin: 1%;
  overflow: hidden;
  padding: 0.5%;
  width: 30.3333%;
}

.repwrap {

}

.reptitle {
  text-align: center;
}

.repthumb {
  text-align: center;
}

.repthumb img {
  display: table-cell;	
}

.repcontent {
  text-align: justify;
}

/*************************************************Webdesign*************************************************************/
	
#webcontent {
  margin: 55px auto 0;
  width: 70%;
}

#webcontent h1 {
  margin-bottom: 10px;	
}

#webpost {
  float: left;
  margin-right: 8%;
  width: 64%;
}

#websidebar {
  border: 5px solid #ed7200;
  border-radius: 60px;
  box-shadow: 1px 1px 6px -2px #000, 1px 1px 6px -2px #000 inset;
  box-sizing: border-box;
  float: left;
  margin-top: 50px;
  padding: 3%;
  width: 26%;
}

.referenzen {
  width: 100%;
}

/*Referenzen*/

.refbox {
  float: left;
  height: 300px;
  margin: 3.782%;
  text-indent: -20000px;
  width: 300px;
}

.refbox a {
  display: block;
  height: 300px;
}

/*WordPress*/

.refnj {
  background-image: url("images/referenzen/refsprite.jpg");
  background-position: -0px 300px;
}

.refnj:hover {
  background-image: url("images/referenzen/refsprite.jpg");
  background-position: -0px 0px;
}

.refmv {
  background-image: url("images/referenzen/refsprite.jpg");
  background-position: -300px 300px;
}

.refmv:hover {
  background-image: url("images/referenzen/refsprite.jpg");
  background-position: -300px 0px;
}

.refsm {
  background-image: url("images/referenzen/refsprite.jpg");
  background-position: -600px 300px;
}

.refsm:hover {
  background-image: url("images/referenzen/refsprite.jpg");
  background-position: -600px 0px;
}
	
.refgd {
  background-image: url("images/referenzen/refsprite.jpg");
  background-position: 1800px 300px;
}

.refgd:hover {
  background-image: url("images/referenzen/refsprite.jpg");
  background-position: 1800px 0px;
}
		
.refic {
  background-image: url("images/referenzen/refsprite.jpg");
  background-position: 300px 300px;
}

.refic:hover {
  background-image: url("images/referenzen/refsprite.jpg");
  background-position: 300px 0px;
}

.refib {
  background-image: url("images/referenzen/refsprite.jpg");	
  background-position: -900px 300px;
}

.refib:hover {
  background-image: url("images/referenzen/refsprite.jpg");	
  background-position: -900px 0px;
}

.refms {
  background-image: url("images/referenzen/refsprite.jpg");	
  background-position: 600px 300px;		
}

.refms:hover {
  background-image: url("images/referenzen/refsprite.jpg");	
  background-position: 600px 0px;
}

.reftb {
  background-image: url("images/referenzen/refsprite.jpg");	
  background-position: 1200px 300px;
}

.reftb:hover {
  background-image: url("images/referenzen/refsprite.jpg");	
  background-position: 1200px 0px;	
}

.refhk {
  background-image: url("images/referenzen/refsprite.jpg");	
  background-position: 900px 300px;	
}

.refhk:hover {
  background-image: url("images/referenzen/refsprite.jpg");	
  background-position: 900px 0px;
}

.refrl {
  background-image: url("images/referenzen/refsprite.jpg");	
  background-position: -600px 300px;		
}

.refrl:hover {
  background-image: url("images/referenzen/refsprite.jpg");	
  background-position: -600px 0px;
}

/*Shopware*/

.refsw {
  background-image: url("images/referenzen/swrefsprite.jpg");
  background-position: 0px 300px;
}

.refsw:hover {
  background-image: url("images/referenzen/swrefsprite.jpg");
  background-position: 0px 0px;
}
		
.refcp {
  background-image: url("images/referenzen/swrefsprite.jpg");
  background-position: -300px 300px;
}

.refcp:hover {
  background-image: url("images/referenzen/swrefsprite.jpg");
  background-position: -300px 0px;
}

.refep {
  background-image: url("images/referenzen/swrefsprite.jpg");	
  background-position: -600px 300px;
}

.refep:hover {
  background-image: url("images/referenzen/swrefsprite.jpg");	
  background-position: -600px 0px;
}

.refss {
  background-image: url("images/referenzen/swrefsprite.jpg");	
  background-position: -900px 300px;		
}

.refss:hover {
  background-image: url("images/referenzen/swrefsprite.jpg");	
  background-position: -900px 0px;
}

.refgp {
  background-image: url("images/referenzen/swrefsprite.jpg");	
  background-position: -1200px 300px;
}

.refgp:hover {
  background-image: url("images/referenzen/swrefsprite.jpg");	
  background-position: -1200px 0px;	
}



/*************************************************Kontakt***************************************************************/

#kontaktcontent {
  margin: 55px auto 0;
  width: 60%;
}

#kontakt {
  float: left;
  text-align: justify;
  width: 50%;
}

.kontaktsidebar {
  width: 50%;
  height: 70vh;
  float: left;
}

.kontaktsidebar iframe {
  width: 100%;
  height: 100%;
}

.sidebar h2 {
  font-size: 1em;
}

/************************************************News*************************************************/

.newswrapper {
  margin: 55px auto 0;
  width: 80%;
}

.news h2 {
  margin: 20px 0 10px 0;
}

.tipps h2 {
  margin: 20px 0 10px 0;
}

.contentbox {
  border: 1px solid #ed7200;
  float: left;
  height: 165px;
  padding: 1%;
  text-align: justify;
  transition: all 0.5s ease 0s;
  width: 22%;
}

.contentbox a:hover {
  text-decoration: none !important;
}

.contentbox a:active {
  text-decoration: none !important;
}

.contentbox:hover {
  box-shadow: 0 0 12px -5px #000;
  transform: scale(1.01);  	
}

.contentbox h2 {
  font-size: 1rem;
  margin: 0 0 1px;
  text-align: center;
}

.contentbox h3 {
  font-size: 1rem;
  margin: 0 0 1px;
  text-align: center;
}

.contentbox a {
  display: block;
}

.date {
  font-size: 0.7rem;
}

/******************************************************Angebot******************************/

.angebotscontent {
  margin: 55px auto 0;
  width: 60%;
}

.angebotsformular {
  margin: 55px auto 7.8%;
  width: 25%;
}

.angebotsformular .csangebot-form-group {
  margin-bottom: 25px;
}

.angebotsformular .form-control {
  float: right;
  width: 76%;
}

.angebotsformular .ext-form-control {
  margin-top: 10px;
  width: 98.5%;
}


/******************************************************Sidebar******************************/

#sidebar {
  float: right;
  width: 30%;
}

#sidebar h2 {
  font-size: 1em;
}


/***********************************************Footer***********************************************************/


#footer {
  background: #ed7200 none repeat scroll 0 0;
  box-shadow: 0 4px 3px -3px #000 inset;
  margin-top: 62px;
  min-height: 40px;
  overflow: hidden;
  padding-left: 2%;
  padding-top: 0;
  width: 100%;
}

#footer a {
	color: white;
	font-weight: bold;
}

#footer p {
	margin-left: 1%;
}

.footerlink {
	float: left;
	padding: 1%;
}

/***********************obsolet************************************/


.article {
  display: block;
  float: left;
  width: 33%;
}

.articlethumb {
  border-radius: 100%;
  box-shadow: 1px 1px 6px -2px #000;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  width: 250px;
}



.articlehead {
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 5%;
  text-align: center;
}

.articledescription {
  background: #ad9529;
  margin: 0;
  text-align: center;
  color: black;
  font-family: sans-serif;
  font-size: 20px;
}

.articleexcerpt {
  font-size: 1.1em;
  text-align: justify;
}

.articlelink {
  text-decoration: none;
}



@media screen and (min-width: 1920px) {

		
}	
	

@media screen and (max-width: 1850px) {
	
	html {
	  font-size: 16px;
	}
	
	
	#menu a {
 	  font-size: 1.1em;
	}
	
	#menu li {
	  padding: 0 0.5%;
	}
	
}


@media screen and (max-width: 1680px) {
	
	html {
	  font-size: 15px;	
	}
		
	#headerwrapper {
	  width: 95%;
	}
	
	#menu {
	  margin-left: 400px;
	}
	
	#menu a {
 	  font-size: 1.1em;
	}
	
	#menu li {
	  padding: 0 0.5%;
	}
	
	#content {
	  width: 90%;
	}
	
	.indexcolumn {
	  width: 85%;
	}
	
	.cswrapper {
	  width: 95%;
	}
	
	.cshead {
	  width: 90%;
	  margin: 0 auto;
	}
	
	#repcontent {
	  width: 85%;
	}
	
	#webcontent {
	  width: 90%;
	}
	
	#contentbox {
	  height: 160px;
	  width: 22.8%;
	}
	
	#kontaktcontent {
	  width: 80%;
	}

}

@media screen and (max-width: 1366px) {
		
	.contentbox {
	  height: 187px;
	}	
		
}

@media screen and (max-width: 1280px) {
	
	#logo {
	  margin-top: -8px;
	}
	
	#logo img {
	  height: 74px;
	}
	
	#menu {
	  margin-left: 284px;
	}
	
	#headerwrapper {
	  margin: 31px auto 0;
	}
	
	.contentbox {
	  width: 31%;
	}
	
	#articlecontent {
	  width: 90%;
	  margin: 8% auto 0;
	}
	
	#pagecontent {
	  width: 90%;
	}
	
}

@media screen and (max-width: 1170px) {
	
	#menu a {
	  font-size: 1em;
	}
	
	.csitem {
	  width: 46.333%;
	}
	
}	
	
@media screen and (max-width: 1080px) {
	
	#menu {
	  margin-right: 25%;
	}
	
	#menu a {
	  padding: 11px 5px;
	}
	
	.articleimg {
	  float: none;
	  margin: 0 auto;
	}
	
	.csofferbutton {
	  margin: 10px 0 0 0;
	}
	
	.specs {
	  margin-left: 0%;
	}
	
	#reppost {
	  float: none;
	  width: 100%;
	}
	
	#repsidebar {
	  width: 100%;
	  padding: 6%;
	}

		
}


@media screen and (max-width: 980px) {
	
	h1 {
	  font-size: 1.3em;
	}
	
	h2 {
	  font-size: 1.2em;	
	}
	
	/*Menü ausblenden und dementsprechend umformatieren*/

	#menu {
	  display: none;
	  margin-left: 30px;
	  width: 40%;
	}
		
	#menu ul {
	  list-style-type: none;
	  margin: 0;
	  padding-left: 0;
	  padding-top: 13px;
	  position: absolute;
	  width: 100%;
	}
	
	#menu ul {
	  list-style-type: none;
	  margin: 0;
	  padding-left: 0;
	  padding-top: 36px;
	  position: absolute;
	  right: 0;
	  width: 64%;
	}
	
	#menu li {
	  float: left;
	  padding: 0 2%;
	  width: auto;
	}
	
	#menu li {
	  border-radius: 10px;
	  box-shadow: 0 0 9px -2px #000;
	  float: left;
	  margin: 10px;
	  padding: 0;
	  width: 44%;
	}
	
	
	#menu a {
	  color: white;
	  display: block;
	  font-weight: bold;
	  border-radius: 10px;
	  text-decoration: none;
	  z-index: 1;
	}
	
	#menu a {
	  background: #ed7200 none repeat scroll 0 0;
	  padding: 35px 0;
	  text-align: center;
	}
	
	#menu .current-menu-item> a{
	  border-bottom: none;
	  text-shadow: none;
	}

	
	/*Display 'show menu' link*/	
	.show-menu {
	  display: block;
	  font-family: days one;
	  padding-top: 2%;
	}
	
	
	/*andere Anpassungen*/
	
	
	.contentbox {
	  width: 47.6%;
	}
	
	.contentbox h3 {
	  margin-top: 10px;
	}
			
	
	#pagepost {
	  float: left;
	  text-align: justify;
	  width: 95%;
	}
	
	#sidebar {
	  width: 45%;
	  float: none;
	}
	
	#kontakt {
	  float: none;
	  width: 100%;
	}
	
	.kontaktsidebar {
	  float: left;
	  width: 100%;
	}
	
	
	
}

@media screen and (max-width: 800px) {

	#websidebar {
	  float: none;
	  padding: 10%;
	  width: 100%;
	}
	
	#webpost {
	  float: none;
	  width: 100%;
	}
	
	.repitem {
	  float: left;
	  height: 565px;
	  margin: 1% 2.3%;
	  padding: 0.5%;
	  width: 45.333%;
	}
	

}

@media screen and (max-width: 640px) {
	
	html {
	  font-size: 15px;
	}
	
	.contentbox {
	  width: 97.5%;
	}
	
	.contentbox a {
	  padding: 3%;
	}
	
	#menu li {
	  margin: 20px;
	  width: 90%;
	}
	
	#menu a {
	  padding: 15px 0;
	}
	
	.csitem {
	  float: none;
	  width: 96.333%;
	  margin: 1% 1% 50px;
	  height: auto;
	}
	
	.csthumb {
	  width: 78%;
	  height: auto;
	}
	
}

@media screen and (max-width: 480px) {
	
	#headerbackground {
	  height: 50px;
	}
	
	#headerwrapper {
	  height: 35px;
	  margin-top: 20px;
	}
	
	
	#logo img {
	  height: 50px;
	}
	
	#menu {
	  margin: 2% 0 0;
	}
	
	#menu li {
	  float: none;
	}
	
	.startseite-button {
	  float: none;
	  width: 100%;
	}
	
	.indextext {
	  width: 100%;
	}
	
	.indextext h1 {
	  font-size: 1.3em;
	}

	.indextext h2 {
	  font-size: 1em;
	}
	
	.indexcolumn {
	  margin: 10px auto 0;
	}
	
	.contactbox {
	  float: none;
	  width: 100%;
	}
	
	.repitem {
	  float: left;
	  height: auto;
	  width: 100%;
	  padding: 0;
	  margin: 0;
	}
	
	
	/*Display 'show menu' link*/	
	.show-menu {
	  display:block;
	  padding-top: 2%;
	}
	
	#content {
	  margin: 65px auto 0;
	}
	
	#pagecontent {
	  margin: 65px auto 0;
	}
		
	.article {
	  display: block;
	  width: 100%;
	}
	
	#pagepost {
	  float: none;
	  text-align: justify;
	  width: 100%;
	  margin-top: 20%;
	}
	

}