/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v15-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v15-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v15-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
	font-display: swap;
}

html, body {
	height: 100%;
	padding: 0px; margin: 0px;
	color: #ffffff;
	background-color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	line-height: 1.4em;
	}
input[type="text"], input[type="tel"], input[type="email"], textarea {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	width: 40%;
	min-width: 10em;
}

h1,h2,h3,h4 { padding: 0px; margin: 0px; font-size: 15px;}
a:link, a:visited { font-family: 'Ubuntu', cursive; font-weight: 300; color:#ffffff; text-decoration: none; }
a:hover { color: #eb690b; }
p{ font-size: 15px; }

.layout {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 1em -1em;
	/*width: 96%;*/
	/*padding: 1%;*/
	background-color: #000000;
	background-image: url('../images/Frau-blond_60788578.jpg');
	background-repeat: no-repeat;
	/*background-position: right bottom;*/
	background-size: cover;
	}
.header, .footer, .push {
	height: 1em;
	}
.header, .footer {
	background-color: #ffffff;
}
.content {
	padding: 0px;
}

	
#topleiste {
	height: auto;
	padding-top: 0;
	text-align: center;
	}
.navileiste {
	font-size: 1em;
	margin: 0.2em;
}
#mokalogo_container {
	/*margin-top: 20px;*/
	padding: 8% 8% 2% 8%;
	background-image: url('../images/bel-hair-webseite4_test2_02.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #eb690b; /* */
	text-align: left;
	filter: alpha(opacity=85); opacity: 0.85; -moz-opacity:0.85;
	}
#mokalogo {
	width: 25%;
	min-width: 150px;
	}
#daten {
	position: relative;
	bottom: 0px;
	}

#unterer_inhalt {
	position: absolute;
	bottom: 1em;
	padding: 0.5% 8% 0.5% 8%;
	left: 1em;
	right: 1em;
	background-color: #707173;
	filter: alpha(opacity=85); opacity: 0.85; -moz-opacity:0.85;
	}
#adresse_container {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#zeiten_container {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#zeiten_container td {
	padding: 0 10px 0 0;
}
.ueberschrift_adresse {
	color: #eb690b;
	font-weight: bold;
	}
/*
#aktivitaeten {
	width: 30%;
	min-width: 130px;
	max-height: 50%;
	}
*/
.kontaktformular_lightbox {
	text-align: center;
}
.kontaktformular_container {
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.impressum_lightbox a:link, .impressum_lightbox a:visited {
	color:#444444; /* wie fancybox-Text */
}
.impressum_lightbox a:hover {
	color: #eb690b;
}
#mokalogo_container a:hover {
	color: #444444;
}

.mokalogo_klein {
	width: 30%;
	min-width: 90px;
	margin-top: 2em;
	margin-bottom: 2em;
	}

/* Meldung bei abgesendetem Kontaktformular */
.abgesendet_nachricht {
	margin-top: 2em;
	margin-left: 10px;
}