body {
	color: #374143;
	/* background-color: #374143; */
	font-size: 16px;
	font-family: "Panton", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	font-size: 16px;
}

label {
	line-height: 1.2;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #374143;
}

h2 {
	font-size: 18px;
    color: #85898c;
}

h2.frontend {
	color: #f1f1f3;
	font-size: 2rem;
}

/* Überschriften */
h3 {
	font-size: 18px;
	font-weight: bold;
    color: #374143;
	margin-top: 10px;
}

hr.header {
	width: 100%;
	height: 2px;
	background-color: rgba(0,0,0,.1);
	margin-bottom: 25px;
}

hr.footer {
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,.1);
	margin-top: 50px;
	margin-bottom: 10px;
}

.breadcrumb-lagetar {
	color:#7e8f92;
	font-size: 14px;
}

.breadcrumb-lagetar-current {
	color: #98cda3;
	font-weight: bold;
}

.featherlight-close-icon {
	display:none;
}

.modal {
	z-index: 214748366;
}

.vertical-center {
  /* height:100%; */
  width:100%;
  /*text-align: center;   align the inline(-block) elements horizontally */
  font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.vertical-center:before {    /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle;    /* vertical alignment of the inline element */
  height: 100%;
}

.vertical-center > .container {
  max-width: 100%;

  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
						   /* reset the font property */
  font: 16px/1 "Panton Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-row {
	background:#efefef;
	margin-bottom:4em;
}

a.contactDelete {
	color:#374143 !important;
}

.modal-header button.close {
	display: none;
}

a {
    color: #f1f1f3;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #374143;
    text-decoration: underline;
}

.btn {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #f1f1f3;
	background-color: #303030;
	font-size: 18px;
	font-weight: bold;
}

.btn:hover {
	color: #374143;
	background-color: #dedede;
}

.btn-lagetar-checkbox {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-lagetar-checkbox:hover {
	color: #fff;
	background-color: #98cda3;
}

.btn-lagetar-checkbox.active {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #f1f1f3;
	background-color: #98cda3;
}

.btn-lagetar-checkbox.active:hover {
	color: #374143;
	background-color: #86b38f;
}

.btn-link {
    font-weight: 400;
    color: #f1f1f3;
    background-color: transparent;
}

.btn-link:hover {
    color: #374143;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

/* .btn-success {
    color: #f1f1f3;
    background-color: #98cda3;
    border-color: #98cda3;
} */

 .btn-success-lagetar {
	color: #f1f1f3;
	background-color: #98cda3;
	border-color: #98cda3;
}

.btn-success.disabled, .btn-success:disabled {
	color: #374143;
	background-color: #86b38f;
	border-color: #86b38f;
}

.btn-success:hover {
	color: #374143;
	background-color: #86b38f;
	border-color: #86b38f;
}

.btn-success-lagetar-basis {
	color: #f1f1f3;
	background-color: #374143;
	border-color: #f1f1f3;
}

.btn-success-lagetar-basis.disabled, .btn-success:disabled {
	color: #98cda3;
	background-color: #374143;
	border-color: #f1f1f3;
}

.btn-success-lagetar-basis:hover {
	color: #98cda3;
	background-color: #374143;
	border-color: #f1f1f3;
}

.btn-success-lagetar-premium {
	background: #9c0577;
	border-color: #9c0577;
}

.btn-success-lagetar-premium:hover {
	color: #374143;
	background-color: #9c0577;
	border-color: #9c0577;
}

.cancel-hide, .bootbox-close-button {
	display:none;
}

.readonlyInput {
	background-color: #efefef;
}

.text-danger {
    color: #c41212!important;
}

figure,
figcaption {
	margin: 0;
	padding: 0;
}

figure.einzel {
	position: relative;
	display: inline-block;
	width: 32.8%;
}

figure img {
	width: 100%;
	display: block;
}

figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
/* 	line-height: 3em; */
	color: white;
	background: rgba(0, 0, 0, 0.5);
}

.fa-check-square {
	color: #4FAC34;
}

.fa-minus-square-o {
	color: #FF0000;
}

.tooltips {
	display:none;
	position:absolute;
	z-index:1000;
	background-color:white;
	color: #4FAC34;
	padding: 0.2em;
	border-radius: 0.3em;
	right:1.4em;
	margin-top:0.3em;
	border: 1px solid #efefef;
}

.tooltip-error {
	color: #FF0000 !important;
}

.mm-menu_position-bottom {
	height: 30vh;
}

.table-area {
  position: relative;
  z-index: 0;
  margin-top: 50px;
}

.monthCheckBox {
	height: 26px;
    font-size: 1em;
    padding-top: 0px;
}


@media only screen and (max-width: 800px) {
	body {
		width: 100%;
/* 		margin: 2% 0;
		padding: 1%; */
	}
	figure.einzel {
		width: 48%;
	}
	.mm-menu_position-bottom {
		height: 30vh;
	}
}

@media only screen and (max-width: 600px) {
	figure.einzel {
		width: 100%;
	}
	
}


@media screen and (device-aspect-ratio: 40/71) {
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px; }
}

@media screen and (device-aspect-ratio: 2/3) {
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px; }
}

