/* Theme Name: 		hama
Theme Description: 	Theme von hama keramikdesign
Author: 			Debby Keller
URI: 				http://www.braincom.ch
*/ 

/* textgrau: #444444 

*/

@import url('bootstrap/css/bootstrap.css'); 
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');


body {
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #444444;
	overflow-x: hidden;
}

.beitragsbild {
	width: 100%;
	height: 70vh;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.beitragsbild-start {
	height: 80vh;
}
.hgbild-prov {
	width: 100%;
	height: 100vh;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	opacity: 0.2;

}

/* === Menu ===*/
.wrapper-header {
	/*background-color: antiquewhite;*/
	position: absolute;
	width: 100%;
	margin-top: 50px;
	height: 100px;
	z-index: 9999;
}

.header {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;	
}

#burger-nav-btn {
	background-color: rgba(240,240,240, 0.8);
	width: 120px;
	height: 100px;
	top: 50px;
	position: fixed;
	z-index: 9999;
	padding: 40px 0px 0px 40px;
	margin: 0px 0px 0px 15px;
	background: linear-gradient(135deg, transparent 22px, rgba(240,240,240, 0.8) 0) top left;
}

.header-logo {
	/*background-color: red;*/
	position: absolute;
	height: 100px;
	right: 20px;
}
.header-logo-mob {
	position: absolute;
	height: 100px;
	right: 0px;
}

.burger-menu-wrapper {
	display: none;
	position: fixed;
	top: 150px;
	left: 0px;
	bottom: 0px;
	overflow: scroll;
	width: 100%;
	background-color: rgba(240,240,240, 1);
	z-index: 9998;
}

.burger-menu {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	/*overflow: scroll;*/
}

#menu-headermenu {
	list-style: none;
	font-size: 2em;
	padding: 30px 5px 30px 10px;
}
#menu-headermenu > li {
	float: left;
	padding: 25px 15px 25px 15px;
	margin: 0px 5px 40px 5px;
}
li#menu-item-179 { /*Blanke eintrag*/
	margin-right: 92px;
}

ul#menu-headermenu a {
	font-size: 22px;
	line-height: 1.5;
	color: #444444;
}

ul#menu-headermenu a:hover {
	text-decoration: none;
}
.menutext-gr {
	font-size: 35px;
	margin-bottom: 10px;
}
ul#menu-headermenu li:hover {
	background-color: rgba(200,200,200, 1);
}


li.current-menu-item  {
	/*border-bottom: 2px solid #fff;*/
	background-color: rgba(220,220,220, 1);
}
.menubild {
	
}
.menubild-blanke, .menubild-blanke2 {
	margin-left: 250px;
}
.menubild-blanke::before {
	content: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/02/blanke_220px.png);
	margin-left: -250px;
	margin-top: -15px;
	position: absolute;
}
.menubild1::before {
	content: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/02/Logobilder_250px_1.jpg);
}
.menubild2::before {
	content: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/02/Logobilder_250px_2.jpg);
	
}
.menubild3::before {
	content: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/02/Logobilder_250px_3.jpg);	
}
.menubild4::before {
	content: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/02/Logobilder_250px_4.jpg);	
}
.menubild5::before {
	content: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/02/Logobilder_250px_5.jpg);	
}
.menubild6::before {
	content: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/02/Logobilder_250px_6.jpg);	
}
.menubild7::before {
	content: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/02/Logobilder_250px_7.jpg);	
}
.menubild8::before {
	content: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/02/Logobilder_250px_8.jpg);	
}

li#menu-item-236 {/*Keramikdesign*/
	clear: both;
	margin-bottom: -5px;
	padding-bottom: 0px;
}
ul#menu-headermenu >#menu-item-236:hover {
	background-color: rgba(240,240,240, 1);
}


li#menu-item-175 { /*1. Bild im Menu*/
	clear: both;
}

/* == Mobilemenu == */

#menu-mobilemenu {
	list-style: none;
	font-size: 2em;
	padding: 30px 10px 30px 10px;
	text-align: center;
	
}
#menu-mobilemenu > li {
	padding: 0px 20px 10px 20px;
	margin: 0px;
}

ul#menu-mobilemenu a {
	font-size: 18px;
	line-height: 1.5;
	color: #444444;
}

ul#menu-mobilemenu a:hover {
	text-decoration: none;
}

ul#menu-mobilemenu li:hover {
	background-color: rgba(200,200,200, 1);
}

/* === Burgermenu Button === */

.burger-text {
	color: #444444;
	margin: 0px 0px 5px 8px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 0;
}
.burger-o {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.burger-o:focus {
  outline: none;
}

.burger-o span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 4px;
  background: #444444;
}

.burger-o span::before,
.burger-o span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #444444 ;
  content: "";
}

.burger-o span::before {
  top: -11px;
}

.burger-o span::after {
  bottom: -11px;
}

.burger-x {
  background-color: transparent;
}

.burger-x span {
  transition: background 0s 0.3s;
}

.burger-x span::before,
.burger-x span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.burger-x span::before {
  transition-property: top, transform;
}

.burger-x span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.burger-x.is-active {
  background-color: transparent;
}

.burger-x.is-active span {
  background: none;
}


.burger-x.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.burger-x.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.burger-x.is-active span::before,
.burger-x.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/* === Startseitenslider === */
.ms-parent-id-1 {
	 
}
.ms-view {
	height: 70vh !important;
	width: 100%;
}

.ms-slide {
	height: 70vh !important;
}
.ms-slide-containter {
	
}
.ms-slide-info {
	margin: 30vh 50px 0px 10vw;
	width: auto !important;
}

.slidertext1 {
	color: #aaaaaa;
	font-size: 80px;
	font-weight: 400;
	border-bottom: none;
	margin: 0px;
	
}
.slidertext2 {
	color: #444444;
	font-size: 80px;
	border-bottom: none;
	margin: -30px 0px 0px 0px;;
}

.slider-button { 
	position: absolute;
	z-index: 1;
	width: 250px;
	top: 30vh;
	right: 100px;
}

/* === Startseite === */
.start-button-li img{
	position: absolute;
	z-index: 1;
	width: 350px;
	top: 20vh;
	left: 100px;	
}
.start-button-re { 
	position: absolute;
	z-index: 1;
	width: 230px;
	top: 30vh;
	right: 100px;
}
	
/* === Content === */
.wrapper-content {

}

.entry {
	/*background-color: lightcoral;*/
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 55px 0px 20px 0px;
	
}

.entry-ob { /* ohne Bild*/
	padding: 170px 0px 20px 0px;
}
.entry-prov { /*Startseite prov*/
	padding: 250px 0px 20px 0px;
}

h1 {
	font-weight: 700;
	font-size: 60px;
	line-height: 1.2;
	border-bottom: 4px solid #444444;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 1.2;
}

h3 {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.2;
}

p {
	font-size: 25px;
	line-height: 1.8;
}

a {
	color: #444444;
}

a:hover {
	text-decoration: none;
	color: #444444;
}
.bul-pt {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.8;
}

/*p a:hover {
	color: #444444;
	text-decoration: none;
	border-bottom: solid 2px #444444;
}*/

p.bildbeschr {
	font-size: 17px;
	margin-top: -25px;
}

.menutext-startseite {
	/*background-color: lightcyan;*/
	padding: 15px 10px 10px 15px;
	margin-bottom: -10px;
}

a .menutext-startseite {
	font-size: 35px;
	font-weight: 700;
	color: #444444;
}

.menutext-startseite:hover {
	background-color: rgba(200,200,200, 1);
}
.galerie-link {
	padding: 25px;
	max-width: 400px;
	margin-top: 50px;
	background-color: rgba(220,220,220, 1);
}
.galerie-link::before {
	content: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/04/Galerie80.png);
	float: left;
	margin-right: 25px;
	margin-top: 23px;
	
}
.galerie-link:hover {
	background-color: rgba(200,200,200, 1);
}


.zoom { /* Bildzoom */
	overflow: hidden;
}

.zoom img {
  max-width: 100%;  
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.rund img{ /* Bilder*/
	border-radius: 500px;
}

.menubild-startseite {
	margin: -30px 0px 60px 0px;;
}

.widget-title {/* Bildbeschriftung*/
	font-size: 20px;
	font-weight: 400;
	padding: 10px 0px 0px 20px;
}
/* === Footer === */
.wrapper-footer {
	background-color: rgba(240,240,240, 0.4);
	height: auto;
	margin: 100px 0px 0px 0px;
	padding: 50px 0px 50px 0px;
	
}

.footer {
	/*background-color: aquamarine;*/
	max-width: 1400px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px;
	
}
.footeroben {
	max-width: 900px;
	margin: 0px 0px 60px 0px;
	padding: 25px;
}
.footerlinks {
	/*background-color: antiquewhite;*/
}

.footerrechts {
	/*background-color: lightblue;*/
}

.img-footer-standort-chur {
	float: left;
	height: 210px;
	background-image: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/02/Standort_Chur_1000x700.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.img-footer-standort-arbon {
	float: left;
	height: 210px;
	background-image: url(http://hama-keramikdesign.ch/wp-content/uploads/2018/02/Standort_Arbon_1000x700-300x210.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.txt-footer-standort {
	float: left;
	background-color: #444444;
	margin-bottom: 30px;
	color: #fff;
	/*width: 300px;*/
	height: 210px;
	padding: 20px 10px;
}
.txt-footer-standort a {
	color: #fff;
}
.footerlinks p, .footerrechts p, .footerunten p {
	font-size: 17px;
}

.footerunten {
	/*background-color: lightgreen;*/
	/*width: 625px;*/
	padding: 25px;
	display: inline-block;
	color: #444444;
}

.footerunten:hover, .footeroben:hover {
	background-color: rgba(200,200,200, 1);
}


.map-text {
	margin-bottom: 0px;
	font-size: 18px;
}

#sow-google-map-3, #sow-google-map-2 {
	margin: 80px 0px 50px 0px;
}
/*
@media screen and (max-width: 1340px) {
	.footerlinks {
		margin: 0px 20px 20px 0px;
	}
}
*/
@media screen and (max-width: 1024px) { /* Tablet */
	.start-button-li img {
		width: 280px;
		left: 70px;
	}
	.start-button-re img {
		width: 200px;
		right: 20px;
	}
	h1 {
		font-size: 55px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 30px;
	}
	p, .bul-pt {
		font-size: 22px;
	}
	.wrapper-footer {
		margin: 50px 0px 0px 0px;
	}
	.footeroben {
		margin: 0px 0px 50px 0px;
	}
	
}

@media screen and (max-width: 768px) { /* Mobile */
	.mob-disp-nur {
		display: block;
	}
	.mob-disp-no {
		display: none;
	}
	.wrapper-header {
		margin-top: 25px;
	}
	#burger-nav-btn {
		top: 25px;
	}
	.burger-menu-wrapper {
		top: 125px;
	}
	.burger-menu-mob {
		display: block;
	}
	.burger-menu {
		display: none;
	}
	/*.headermenu {
		display: none;
	}*/
	.header-logo {
		display: none;
	}
	.header-logo-mob {
		display: block;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 25px;
	}
	p, .bul-pt {
		font-size: 18px;
	}
	.img-footer-standort-arbon, .img-footer-standort-chur {
		height: 340px;
	}
	.txt-footer-standort {
		padding: 25px;
	}
}

@media screen and (min-width: 768px) { /* alles gröser wie Mobile */
	.mob-disp-nur {
		display: none;
	}
	.mob-disp-no {
		display: block;
	}
	.burger-menu-mob {
		display: none;
	}
	.header-logo {
		display: block;
	}
	.header-logo-mob {
		display: none;
	}

	/*.hgbild-prov {
		display: none;
	}	
	*/
	/*#burger-nav-btn {
		display: none;
	}*/
}


