@charset "utf-8";
@import url("../webfonts/BAUHS93/stylesheet.css");
@import url("../webfonts/GOTHIC/stylesheet.css");

/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	padding:0;
	margin:0;
	font-family: GOTHIC, Calibri;
	background: linear-gradient(20deg, black, white);
	font-size: 100%;
	background-size: cover;
	/*background-color: #EFEFEF;
	background-image: url("../img/JCB.jpg");*/
}

body, html { overflow-x:hidden; }

/*Header*/
	#header{
		background-color: rgba(255,255,255,0.85);
		padding-bottom: 0.5em;
		padding-top: 0.5em;
		width: 100%;
	}
	
	#headercontent{
		display: flex;
		justify-content:space-between; 
		align-items: center;
		width: 95%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	
	}
	#logo{
		font-family: BAUHS93, Arial;
		color: #E36525;

	}
	#logo p{
		font-size: 4em;
		margin: 0;
		padding: 0;
		line-height: 100%;
	}
	#logosubtext{
		font-size: 0.4em;
		position: relative;
		margin: 0;
		padding: 0;
	}

	#menu{
		position: relative;
		right: 0;
	}
	
	#menu, li{
		float: left;
	}
	
	#menu ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		
	}
	
	#menu a{
		text-decoration: none;
		margin-left: 1em;
		padding: 0;
	}
	#menu a:hover{
		color: #E36525;
	}
	.a_active{
		color: #E36525;
		border-bottom: 2px solid #E36525;
	}
	#mob_menu_icon{
		display: none;
		font-size: 1.2em;
		color: #E36525;
	}
	
	#contacticons{
		font-size: 5em;
	}
	#contacticons i{
		margin: 0.5em;
	}
	
/* Gallery */	
	#gallery{
		/*background-color: rgba(255,255,255,0.8);*/
		min-height: 100%;
		display:flex;
		display:-ms-flexbox;
		flex-flow: row wrap;
		-ms-flex-wrap: row-wrap;
		justify-content:space-around;
		-ms-flex-pack:justify;
		align-content:flex-start;
		-ms-flex-line-pack:start;
		 position: relative;
		padding-bottom: 20px;
	}
	
	.gallery_thumb{
		object-fit: cover;
		width: 250px;
		height: 300px;
		margin: 1em;

		box-shadow: 0px 0px 10px white;
	}
		
	.inpicdes {
		cursor: pointer;
		position: relative;
		max-width: 350px;
		border-radius: 2px;
		margin:1em;
	}
	.inpicdes:hover{
		box-shadow: 1px 5px 12px rgba(227,101,37,0.6);
		transform: translate(0px, -5px);
	}
	
	.inpicdes img {
		display: block;
		width:100%;
	}
	
	.inpicdes span{
		background-color: rgba(255, 255, 255, 0.85);
		position: absolute;
		bottom: 0;
		margin: 0px;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		width: 100%;
		text-align: center;
		font-weight: bold;
	}
	
	.inpicdes spanhead{
		background-color: rgba(255, 255, 255, 0.85);
		position: absolute;
		top: 0;
		margin: 0px;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		width: 100%;
		text-align: center;
		font-weight: bold;
	}
	
	#content{
		min-height: 100%;
		margin-bottom: -45px;
	}
	
	#content-inside{
		position: relative;
		width: 95%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		margin-bottom: 45px;
	}

	#galerie{
		display:flex;
		display:-ms-flexbox;
		flex-flow: row wrap;
		-ms-flex-wrap: row-wrap;
		justify-content:space-around;
		-ms-flex-pack:justify;
		align-content:flex-start;
		-ms-flex-line-pack:start;
	}

	.clear {
		clear: both;
	}
	.clearright {
		clear: right;
	}
	p{
		font-size: 1em;
		padding: 0;
		margin: 0;
	}
	h1{
		font-family: Calibri, Arial;
		font-size: 2em;
		font-weight:lighter;
		color: #FFFFFF;
		padding: 10px;
		margin: 0px;
	}
	h2{
		margin:0;
		padding:0;
	}

.BAUHS93{
	font-size: 1.2em;
	font-family: BAUHS93, Calibri;
}

.head{
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

.head1{
	font-size: 2em;
}

	#left{
		float:left;
		width: 50%;
	}

	#left img{
		width: 100%;
		max-width: 350px;
	}
	
	#right{
		float: right;
		width: 50%;
	}
	
	.button {
		margin: 1em;
		text-decoration: none;
		padding-left: 2.5em;
		padding-right: 2.5em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		border: 1px solid black;
		background-color: rgba(255,255,255,0)
	}
	.button:hover {
		border: 1px solid #E36525;
		color: #E36525;
	}

	.box_white{
		margin: 1em;
		padding: 1em;
		background-color: rgba(255,255,255,0.85);
	}

	.box_white_uebermich{
		margin: 1em;
		padding: 1em;
		background-color: rgba(255,255,255,0.85);
	}
	
	.box_white_uebermich p{
		margin-bottom: 1em;
	}
	
	.box_trans{
		display: flex;
		justify-content:center; 
		align-items: center;
		margin: 1em;
	}
	
	form input[type="text"],textarea,input[type="email"],input[type="submit"] {
		background-color: rgba(0,0,0,0);
		border: 1px solid #888;
		box-shadow: 0px 0px 5px #888;
		width: 100%;
		padding: 0.5em;
	}
	form input[type="submit"]{
		cursor: pointer;
	}
	
	form input[type="text"]:hover,textarea:hover,input[type="email"]:hover{
		box-shadow: 0px 0px 5px #E36525;
	}
	
	form input[type="submit"]:hover  {
		background-color: #888;
		color: #FFFFFF;
		border: 1px solid #888;
		box-shadow: 0px 0px 5px #888;
		width: 100%;
		padding: 0.5em;
		transition: 0.5s all ease;
		-webkit-transition: 0.5s all ease;
		-moz-transition: 0.5s all ease;
		-o-transition: 0.5s all ease;
		-ms-transition: 0.5s all ease;
		-webkit-appearance: none;
	}	
	
	table, tr{
		width: 100%;
		font-weight: bold;
	}
	
	table{
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		border-collapse: collapse;
	}

	table, th, td {
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		padding-left: 0.5em;
		padding-right: 0.5em;
		border: 1px solid #E36525;
	}

	#tablecontact {
		width: auto;
		border: none;
	}
	#tablecontact th, #tablecontact td{	
		border: 0px;
	}
	
	#tablecontact i{
		font-size: 2.5em;
		color: #E36525;
	}
	#tablecontact a{
		text-decoration: none;
	}	
	
	
	#pageback{
		width: auto;
		color: #E36525;
		margin-bottom: 1em;
	}
	#pageback a{
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		padding-left: 0.5em;
		padding-right: 0.5em;
		border-radius: 2px;
		background-color: rgba(255,255,255,0.8);
		text-decoration: none;
		font-weight: bold;
	}


.button1{
	cursor: pointer;
	border: none;
	padding: 0.5em;
	margin-right: 1em;
	background-color: #039BE5;
	border-radius: 0.2em;
	color: #FFFFFF;
	box-shadow: 0px 0px 5px #888;
}
.button1:hover{
	color: #039BE5;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px #039BE5;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	-webkit-appearance: none;
}

.buttonblue{
	width: 140px;
	cursor: pointer;
	border: none;
	padding: 0.5em;
	margin-top: 1.5em;
	text-align: center;
	margin-right: 1em;
	background-color: #039BE5;
	border-radius: 0.2em;
	color: #FFFFFF;
	box-shadow: 0px 0px 5px #888;
}
.buttonblue:hover{
	color: #039BE5;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px #039BE5;
		transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	-webkit-appearance: none;
}


.headinglogin{
	color: #FFFFFF;
	font-weight:lighter;
	font-size: 3em;
	margin-bottom: 1em;
}

.login{
	margin-top: 5em;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 550px;
	text-align: center;

}

.inputlogin{
	font-size: 1.4em;
	color: #333F4F;
	width: 100%;
	margin-top: 2em;
	border: none;
	border-bottom: 0.15em solid #E0E0E0;
}

.inputlogin:hover{
	color: #039BE5;
	border-bottom: 0.15em solid #039BE5;
}


.input1{
	float: left;
	width: auto;
	color: #333F4F;
	border: none;
	border-bottom: 0.15em solid #E0E0E0;
}

.input1:hover{
	color: #039BE5;
	border-bottom: 0.15em solid #039BE5;
}

.select1{
	appearance: none;
	float: left;
	width: auto;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
	border:none;
	text-align: center;
	color: #5E7F91;
	background-color: #EFEFEF;
	border: none;
	border-bottom: 0.15em solid #E0E0E0;
}

.select1:hover{
	color: #039BE5;
	border-bottom: 0.15em solid #039BE5;
}
.loginbox {
	color: #CCCCCC;
	text-align: left;
	padding: 1.5em;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px #888;
}	

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 15px;
  top: 2.5px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0px;
  bottom: -4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 0px 5px #888;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 15px;
}

.slider.round:before {
  border-radius: 50%;
}

#footer{
	display: flex;
	justify-content:center; 
	align-items: center;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	height: 45px;
	margin-bottom: -45px;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
}

/* Ende Layout */

/* Mobile */
@media (max-width: 320px) {
	
	/*Body*/
	body {
		font-size: 60%;
	}
	#standortausgabe p{
		font-size: 2em;
	}
	#vorgang{
		width:100%;
	}	
	#lieferanschrift{
		width:100%;
	}	
}

/* Small Tablets Huwei */
@media (min-width: 321px)and (max-width: 767px) {
	
	/*Body*/
	body {
		font-size: 70%;
	}
	
	.gallery_thumb{
		width: 100px;
		height: 150px;
		margin: 0.2em;
	}
	
	#left{
		width: 100%;
	}
	
	#gallery{
		background-color: rgba(255,255,255,0.0);
	}
	
	#right{
		width: 100%;
	}
	
	#menu #desktop {
		display: none !important;
	}
	
	#mob_menu_icon{
		display: block;
	}
	
	/* Mobiles Menü auf 100%*/
	#menuemobile li {
		width: 100%;
		padding-top: 1em;
		padding-bottom: 1em;
		text-align: center;
	}
	#menuemobile ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menuemobile a{
		font-weight: bold;
		text-decoration: none;
	}
	
	
	#standortausgabe p{
		font-size: 2em;
	}
	
	#vorgang{
		width:100%;
	}
	
	#lieferanschrift{
		width:100%;
	}	
	}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {


}