/*
Color Sky Palettes

HEX: #bccad6 leicht violett
HEX: #8d9db6 hellviolett
HEX: #667292 violett
HEX: #f1e3dd helles rosa
HEX: #283747 dunkelblau
*/
body, html {
	width:100%;
	height:100%;
	min-height:100%;
}
body{
	font-family: "Times New Roman", Times, serif;
	letter-spacing:.5px;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
	color: #34495e ;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-size:1.875em;
	line-height:1em;
	letter-spacing:.75px;
}
ul{
	padding-left:20px;
	line-height:1.5em;
}
li{
	list-style-type: square;
}
.small{
	font-size:80%
}
.hidden {
    display: none;
}
input[type=text]{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.125em;
}
input[type=submit]{
   font-size: 1.125em;
   height:40px;
   padding: 5px 12px;
   font-weight: 300;
   color: #fff;
   border: 0;
   background: #667292;
   border-radius:15px;
   cursor:pointer;
}
input{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:transparent;
	border:0;
	border-bottom:1px solid #283747;
}
header svg{
	max-width:200px;
	height:auto;
	fill:#34495e;
}
img, svg, video{
  max-width:100%;
  height:auto;
  vertical-align:bottom;
  border: none;
}
.thumbnail{
	max-width:127px;
}
/*index (login)*/
#log_wrapper{
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:100%;
	height:100%;
	align-items:center;
	text-align:center;
}
form#login{
	display:flex;
	flex-direction:column;
	max-width:320px;
}
form#login label, form#login input[type="submit"]{
	margin:10px auto;
	font-size:1.125em;
	text-align:left;
}
form#login label{
	width:100%;
}
form#login input[type="submit"]{
	width:80px;
	text-align:center;
}
form#login input[type="text"], form#login input[type="password"]{
	width:80%;
}
#add_wrapper h2{
	margin-bottom:-.5em;
}
#add_wrapper label{
	display:block;
	padding:1em 0;

}
#add_wrapper input[type="text"]{
	min-width:290px;
	width:100%;
	margin-top:25px;
}
.select_pic label{
	cursor:pointer;
	border:1px solid #000;
	border-radius:5px;
	max-width:200px;
	padding:5px!important;
}
.select_pic input{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    clear: left;
}
.select_pic span{
	padding-left:4px;
}
.select_pic svg{
	padding-left:8px;
}
/*anzeigen*/
#header, .add_button, #angebote .buttons, #angebote .buttons a{
	background-color:#667292;
}
#header, .add_button, #header a, #header a:link, #header a:visited, #angebote .buttons a, #angebote .buttons a:link{
	color:#fff;
	text-decoration:none;
}
#header a:hover, #header a:focus, .add_button a:hover, #angebote .buttons a:hover, #back_to_top a:hover{
	color:#ccc;
}
#header div{
	padding:8px 15px;
}
#header{
	position:fixed;
	top:0;
	width:100%;
	display:flex;
	vertical-align:middle;
	align-items:center;
	z-index:9;
}
#header .small{
	display:none;
}
.tab{
	position:absolute;
	left:0;
}
.tab button{
  background-color: transparent; /* Green */
  border: none;
  color: white;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor:pointer;
}
.log_status .add_button{
	position:fixed;
	bottom:15px;
	right:15px;
	height:50px;
	width:50px;
	border-radius:50px;
	font-size:3em;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	padding:10px!important;
}
#angebote .buttons{
	width:100px;
	height:40px;
	border-radius:7px;
	text-align:center;
	line-height:2.5em;
	margin-right:15px;
	float:left;
}
#angebote h2{
	margin-top:0;
}
.log_status{
	display:flex;
	justify-content:flex-end;
}
.tablinkDE, #page_wrapper .italiano, #page_wrapper .english{
	display:none;
}
#page_wrapper, #add_wrapper{
	padding:15px;
	max-width:760px;
	margin:auto;
	color:#283747;
}
#page_wrapper h1{
	margin:1.5em auto;
}
.angebote{
	background-color:#bccad6;
	padding:15px;
	margin-bottom:80px;
	border-radius:5px;
}
#back_to_top a, #back_to_top a:link, #back_to_top a:visited{
	color:#fff;
	text-decoration:none;
	background-color: #667292;
	padding:8px 15px;
	border-radius:5px;
}
#back_to_top{
	left:50%;
	transform: translateX(-50%);
}
.offline{
	position:absolute;
	text-align:right;
	width:86%;
	max-width:730px;
}
/*add*/
#add_wrapper{
	margin-top:3em;
	margin-bottom:3em;
}
form#add{
	display:flex;
	flex-direction:column;
}
#add_wrapper #saving{
	margin: 30px;
	position: fixed;
	right: 0;
	bottom: 0;
}
#alert{
	color:#ff0817;
}
/*edit*/
form#edit{
	display:flex;
	flex-direction:column;
}
form#edit>label, .tabcontent>label:first-child{
    padding: .75em 0!important;
}
form#edit label>span{
	min-width:230px;
}
form#edit input[type="text"]{
	margin-top:0px!important;
}#edit h2 {
    margin-bottom: 0!important;
}
/* ----------------------------------------------------------------------------- *
 *                     Toggle-top_menu_strip ab Tabletversion                        *
 *                          750px / 16px/em = 46.875em                           *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 46.875em) {
	h1{
		font-size:2.5em;
	}
	#header .small{
		display:block;
	}
	form#edit>label, .tabcontent>label:first-child{
		display:flex!important;
	}
}