/*
Theme Name: Spinnerei an der Lorze
Theme URI: https://spinnerei.ch/
Author: the Nextron team
Author URI: https://nextron.ch/
Description: Spinnerei an der Lorze is a modernized WordPress custom theme design for Spinnerei company websites. not for public use.
Version: 1.0
Requires at least: 4.4
Requires PHP: 5.2.4
Text Domain: twentysixteen
*/

nav#main-nav .nav-outer .nav-inner .menu-links > ul > li.current > a, .single nav#main-nav .nav-outer .nav-inner .menu-links > ul > li.blogpage > a{
	color: #f9d600;
	cursor: default;
}
body[data-touch="false"] nav#main-nav .nav-outer .nav-inner .menu-links > ul > li > a:hover, body[data-touch="false"] nav#main-nav .nav-outer .nav-inner .menu-links > ul > li > a:hover:hover, body[data-touch="false"] nav#main-nav .nav-outer .nav-inner .menu-links > ul > li > a:focus:hover, body[data-touch="false"] nav#main-nav .nav-outer .nav-inner .menu-links > ul > li > a:active:hover {
	color: #f9d600;
}
a, a:hover, a:focus, a:active {
	color: #00b9d6;
}

.instagram_link {
  position: absolute;
  right: 60px;
  top: 43px;
}
.instagram_link img {
  height: 30px;
}


.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  padding: 10px;
  width: 100%;
  border: 1px #ccc solid;
}
wpcf7 textarea {
  height:170px;
}
.wpcf7-submit {
  padding: 14px 35px;
  background: #f9d600;
  border: 0;
  cursor: pointer;
}
.wpcf7 label {
  display: block;
  line-height: 27px;
}
.wpcf7 p {
  margin-bottom: 5px;
}
.pum-close {
	width: 30px;
	height: 30px;
	border: 2px #ccc solid;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 14px;
	top: ;
	position: absolute;
	right: 20px;
	top: 20px;
}
.admin-bar .pum-close{top:55px;}
.kontaktbtn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 160px;
	z-index: 5;
}

@media(max-width:991px){
.instagram_link {
	top: 27px;
}
}

@media(max-width:767px){
.instagram_link {
	right: 45px;
	top: 18px;
}
	.kontaktbtn {width: 120px;}
}