/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/open-sans-v28-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/open-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/open-sans-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/open-sans-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/open-sans-v28-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
  body {
  /* padding-top: 3.5rem; */
  /* align-items: center; */
  min-height: 100vh;
  background-color:#E0DFDD;
  max-width:800px;
  /* margin:auto; */
  font-family: 'Open Sans';
}

.text-center{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#info{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
a {
    text-decoration: underline;
}

a#versand {
    color: #f1f1f1;
    text-decoration: none;
}
h1, h2, h3, h4 {
	color:#343a40;
}
h1{
	/* padding-top: 35px; */
}
button{
	padding: 1rem;
	font-size: 1.5rem;
	margin:10px;
	border-radius: 5px;
}

.btn{
	background-color: #EEE;
	border-radius: 1rem;
	/* width: 10%; */
	text-transform: uppercase;
}
.btn-info{
	border-radius: 3px;
	width: 2em;
	height: 2em;
}
.btn-share{
	color:	rgba(20, 36,114, 0.8);
	border-radius: 3px;
	width: 4em;
	height: 4em;
}

#farbwahl{
	display: flex;
	margin: auto;
}
#bindung{
	display: flex;
	margin: auto;
}

main {/* min-height: 400px; */

/* selects */}
.btn-dark a {
	color:#f1f1f1;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-dark{
	margin-top: 3rem;
	/* color: coral; */
}
.starten{
	position: absolute;
	margin: auto;
	top: 150px;
}

.phone{
	margin:2rem 2rem 0 2rem;
	width: 200px;
}


.farbkasten {
	width: 50px;
}



#neustart{
	display: none;
}
.lk_loch{
	height: 1rem;
	width: 1rem;
	background-color:#999;
	border-radius: 49%;
	border: solid 1p #eee;
	padding: 1rem;
	margin:5px;
}
#neueLochkarten{
	padding: 1rem;
	background-color:#999;
	margin:1rem;
}
label{
	font-size: 1.2rem;
}  
.Garnregal{
	background-image: url(../images/spule.png);
	background-color:#FDBC22;
	height:49px;
	width:79px;
	/* margin: 3rem; */
	}

	#neueLochkarten,#bindung,#farbwahl_m,#farbwahl,#speichernLK{
		display: none;
		margin: 5px 0;
	}
  input{
	width: 50px;
  }
  #logo-name{
	font-family: 'Space Mono', monospace; 
	text-align: center;
	font-size: 3.3em;
  }
  
  @keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
  }
  .round-button{
	/* width:50px; */
	height: 70px;
	display: block;
	margin: auto;
	position: relative;
	top:-20px;
	border-radius: 30px;
}

select {
	width: 29ch;
	/* min-width: 15ch; */
	max-width: 90%;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 0.25em;
	padding: 0.25em 0.5em;
	font-size: 1.25rem;
	cursor: pointer;
	line-height: 1.1;
	background-color: #fff;
	background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
	}
input[type="color"] {
		appearance: none;
		width: 100px;
		height: 27px;
		cursor: default;
		box-sizing: border-box;
		/* background-color: transparent; */
		color: -internal-light-dark(black, white);
		border-width: 0px;
		border-style: none;
		/* border-color: transparent; */
		/* border-image: initial; */
		/* padding: 1px 2px; */
		/* padding-top: 1px; */
		/* padding-right: 2px; */
		/* padding-bottom: 1px; */
		/* padding-left: 2px; */
	}
.farbwahl{
	/* position:relative; */
	/* display:inline-block; */
	/* margin: 10px; */
	/* width: 14ch; */
	/* padding: 10px 0; */
	/* font-size: 1em; */
	/* border-radius: 5px; */
}

.farbwahl label{
	margin:auto;
	/* padding: 0px 15px 15px 5px; */
}
.farbwahl_m{
	display: flex; /* or inline-flex */
  }
