input::-moz-focus-inner {
	border:0;
	padding:0;
}

html[xmlns^="http"] {
	overflow-y: scroll;
}

html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	color: #404040;
	background-color: #C3F0C3;
	font-family: 'Dosis', tahoma, arial, sans-serif;
	font-size: 21px;
	line-height: 27px;
	letter-spacing: 1px;
}

textarea#wish-field {
	font-size: 21px !important;
}

div.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div.content {
	margin: 0 auto;
	padding: 0 30px 30px 30px;
}

div.cuddle-content {
	margin: 0 auto;
	padding: 0 30px 10px 30px;
}

div.content-narrow {
	max-width: 370px;
}

div.content-normal {
	max-width: 570px;
}

div.content-medium {
	max-width: 727.5px;
}

div.content-wide {
	max-width: 970px;
}

div.content-center {
	text-align: center;
}

div.reminder-button {
	max-width: 200px;
}

div.index-button {
	max-width: 120px;
}

div.login-button {
	max-width: 250px;
}

div.login-button input:first-child {
	display: inline-block;
	margin-right: 3px;
}

div.login-button input:last-child {
	display: inline-block;
	margin-left: 3px;
}

div.register-button {
	max-width: 120px;
}

div.register-button input {
	max-width: 120px;
}


div.einreichen-button input {
	width: 190px;
}

button.symbol-button {
	outline: 0;
	background: transparent;
  border: none !important;
	padding: 0;
  font-size: 0;
}

button.symbol-button img {
	height: 100%;
}

button.bell {
	height: 20px;
}

button.head {
	height: 20px;
}

button.btn-reminder-add {
	height: 40px;
}

button.reload {
	height: 30px;
}

div#share-buttons {
	text-align: center;
	margin: auto;

}

div#share-buttons > * {
		display: inline;
		margin: 0 1px;
}

div#share-buttons img {
	height: 35px;
}

div.addreminder {
	width: 40px;
	margin: auto;
}

div.reminder-list {
 max-width: 460px;
	max-height: 200px;
	margin-bottom: 15px;
 overflow: scroll;
 overflow-x: hidden;
}

div.reminder-list > form > div {
 background-color: #c2d2ef;
 height: 40px;
	margin: 5px 0;
	font-size: 25px;
}

div.reminder-list div button.btn-reminder-delete {
	 width:20px;
}

div.reminder-list input[type='checkbox'] {
	width: 20px;
	height: 20px;
	margin: 10px;
}

div.reminder-list button.btn-reminder-delete {
	height: 20px;
	margin: 10px 5px;
}


div.header {
	padding-top: 50px;
	text-transform: lowercase;
}

div.footer-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}


div.footer div.menu a {
	display: inline;
}

div.footer div.menu a:not(:last-child)::after {
	content: ' ∙';
}

div.manager-marked-wish {
		height: 40px;
		padding: 0 10px;
}

div.manager-marked-wish * {
	display: inline;
}

div.manager-submitted-wish {
	background-color: #c2d2ef;
	padding: 4px;
}

div.manager-submitted-wish * {
	display: inline;
}

div.manager-submitted-wish input[type="checkbox"] {
	width: 20px;
}

div.manager-submitted-wish input[type="text"] {
	width: 400px;
}

div.manager-submitted-wish select {
	width: 180px;
}

div.manager-submitted-wish button {
	margin-right: 20px;
	float: right;
	height: 33px;
}


@media (min-width: 481px) {
	div.footer-space {
		height: 45px;
	}

	div.footer {
		padding-bottom: 10px;
		font-size: 15px;
		line-height: 21px;
		height: 45px;
	}

	h1 {
		line-height: 40px;
		font-size: 28px;
	}

	a.square-link {
		width: 160px;
	}

	div.reminder {
		position: absolute;
		margin: auto;
		text-align: center;
		top: 75px;
		right: 100px;
	}

	div.login-button {
		max-width: 290px;
	}

	div.login-button input {
		max-width: 139px;
	}

	
	div.einreichen-button {
		position: absolute;
		right: 100px;
		top: 80px;
	}
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (max-width: 480px) {
	div.content-narrow {
		width: 60%;
		min-width: 250px;
	}

	input, select, textarea {
		font-size: 19px !important;
	}

	div.login-button input {
		max-width: 120px;
	}

	
	div.einreichen-button {
		margin: 0 auto;
		padding: 0 30px 30px 30px;
		max-width: 370px;
		text-align: center;
	}


}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 361px) and (max-width: 480px) {
	div.content {
		padding: 0 30px 20px 30px;
	}

	div.header {
		padding-top: 30px;
	}

	div.footer-space {
		display: none;
	}

	div.footer {
		padding-bottom: 5px;
		font-size: 13px;
		line-height: 17px;
	}

	body {
		font-size: 15px;
		line-height: 21px;
	}

	textarea#wish-field {
		font-size: 17px !important;
	}

	h1 {
		line-height: 30px;
		font-size: 20px;
	}

	a.square-link {
		width: 130px;
	}

	div.reminder {
		position: absolute;
		margin: auto;
		text-align: center;
		top: 55px;
		right: 15%;
	}



	div.reminder-list {
		max-height: 250px;
	}
}

/*
	##Device over 700px height
*/


@media (min-height: 700px) {
	div.index-button {
		bottom: 180px;
	}


	div.header {
		padding-top: 50px;
	}

	div.footer {
		padding-bottom: 10px;
		font-size: 15px;
		line-height: 21px;
		height: auto;
	}

	h1 {
		padding: 16px 0 !important;
	}

	a.square-link {
		width: 160px;
	}

	div.reminder {
		position: absolute;
		margin: auto;
		text-align: center;
		top: 75px;
		right: 15%;
	}

	div.reminder-list {
		max-height: 300px;
	}
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (max-width: 360px) {
	div.content {
		padding: 0 25px 20px 25px;
	}

	div.cuddle-content {
		padding: 0 25px 10px 25px;
	}

	div.header {
		padding-top: 20px;
	}

	div.footer-space {
		display: none;
	}

	div.footer {
		padding: 0 10px 5px 10px;
		font-size: 12px;
		line-height: 20px;
	}

	body {
		font-size: 14px;
		line-height: 20px;
	}

	textarea#wish-field {
		font-size: 16px !important;
	}

	h1 {
		line-height: 26px;
		font-size: 20px;
	}

	a.square-link {
		width: 130px;
	}

	div.reminder {
		position: absolute;
		margin: auto;
		text-align: center;
		top: 45px;
		right: 15%;
	}


	textarea[name='reminder_text'] {
		height: 108px !important;
	}
}

@media (max-height: 470px) {
	div.footer {
		display: none;
	}
}


h1 {
	padding: 6px 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	margin: 0;
	text-align: center;
}

p {
	padding: 6px 0;
	margin: 0;
}

a {
	color: #404040;
	text-decoration: none;
}

a:hover {
	color: #989898;
	text-decoration: none;
}

fieldset {
	display: none;
}

input,
select,
textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #404040;
	font-family: 'Dosis', tahoma, arial, sans-serif;
	font-size: 21px;
	line-height: 24px;
	padding: 6px;
	border: 0;
	background-color: white;
	width: 100%;
}

textarea[name='reminder_text'] {
	height: 108px;
}

select[class='reminder-category'] {
	display: inline;
}

input[name='reminder_date'] {
	width: 49%;
}

input[name='setreminder'] {
	width: 200px;
}

input[class="radio-random"] {
	width: 15px;
}



div.wish-table {
	display: inline-block;
	width: 70.711%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div.content-wide div.wish-table {
	margin-top: -10%;
	margin-bottom: -10%;
}

div.content-medium div.wish-table {
	margin-top: -18%;
	margin-bottom: -2%;
}


p#wish-field {
	background-color: #c2d2ef;
	padding: 6px 10px 10px;
	border-radius: 10px;
}

textarea#wish-field {
	padding: 6px 10px;
	border-radius: 10px;
	resize: none;
}

a#edit-wish {
	text-decoration: underline;
}

div.wish {
	overflow: hidden;
	float: left;
}

div.wish a:hover{
	opacity: 0.5;
}

div.content-wide div.wish {
	width: 25%;
}

div.content-medium div.wish {
	width: 33.333%;
}

div.wish img {
	width: 100%;
	float: left;
}

div.wish.chosen {
	opacity: 0.5;
}

div.clear {
	clear: both;
}

a.square-link {
	position: relative;
	display: inline-block;
	background-image: url('../static/1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	line-height: 0;
}

a.square-link:hover {
	opacity: 0.5;
}

a.square-link img {
	width: 100%;
}

a.square-link span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

label#notloggedin {
	color: red;
}
