﻿/* boogaloo-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Boogaloo';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/boogaloo-v19-latin-regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/boogaloo-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/boogaloo-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/boogaloo-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/boogaloo-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/boogaloo-v19-latin-regular.svg#Boogaloo') format('svg'); /* Legacy iOS */
  }

/* Allgemeines */
	body { font-family: 'Boogaloo', sans-serif; color:#000; background-color: #FFF; font-size:18px; min-width:330px; text-align:center; margin:0; padding:0; overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing:grayscale; }
	p {}
	td {}
	a:link { color:#FFF; text-decoration:none; }
	a:visited { color:#FFF; text-decoration:none; }
	a:hover { color:#FFF; text-decoration:none; }
	a:active { text-decoration:none; }
	.master { position:relative; width:85%; max-width:1200px; margin:auto; overflow: hidden; } 
	.row:after { content:""; display:table; clear:both; }
	.bold { font-weight:bold; }
    .h1 { font-size:45px; }
	.h2 { font-size: 35px; }
    .h3 { font-size:25px; }
	.center { text-align:center; }
	.uppercase { text-transform: uppercase; }
	.more_space { letter-spacing: +2px; }
	.left { text-align:left; }
	.hintergrundDunkler { background-color: rgba(0, 0, 0, 0.7); position: absolute; top:0; left:0; right: 0; bottom: 0; }
	.schriftfarbeGold { color: #eadac3; }
	.schriftfarbeTuerkis { color: #A1C6BA; }
	.schriftfarbeSchwarz { color: #000; }
/**************/

/* Inhalte */
	#header { position:relative; width:100%; background-color: #A1C6BA; box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5); z-index: 200; }
	#headerContent { text-align: left; padding-top:20px; padding-bottom: 20px; }
	#headerContent a { color: #f2f0db; font-weight: bold; }
	#headerLogo { float: left; width:50%; }
	.LogoImage { width: 80px; height: 80px; line-height: 80px; background-image: url('../design/BabyphoneLogo.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; display: inline-block; box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5); }
	.LogoText { display: inline-block; margin-left:20px; font-size: 30px; height:80px; line-height: 80px; }
	#headerMenu { float: left; width:50%; text-align: right; font-size: 20px; }
	.headerMenuEntry { display: inline-block; margin-left: 20px; color: #FFF; }

	#main { position:relative; width:100%; min-height:500px; z-index: 100; }

	#firstContentContainerLogin { position: relative; background-image: url('../design/BabyphoneLoginBackground.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5); }
	#firstContentLogin { padding-top:150px; padding-bottom: 150px; }

	#firstContentContainerPortal { position: relative; background-image: url('../design/BabyphonePortalBackground.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5); }
	#firstContentPortal { padding-top:50px; padding-bottom: 50px; }
	#BabyphoneSkala { border-radius: 15px; width:100%; }
	.BabyphoneSmiley { height:40px; margin-top: 8px; }
	#BabyphoneAufzeichungsdatum { background-color: #A1C6BA; width:100%; max-width:300px; margin: auto; height:40px; line-height: 40px; color: #FFF; font-weight: bold; border-radius: 15px; box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5); }
	.BabyphoneEventUhrzeit { float: left; width:15%; height:57px; line-height: 57px; }
	.BabyphoneEventSmiley { float: left; width:15%; height:57px; }
	.BabyphoneEventStatus { float: left; width:15%; height:57px; line-height: 57px; }
	.BabyphoneEventAudio { float: left; width:55%; height:57px; }
	.BabyphoneEventAudioPlayer { width:100%; }
	.BabyphoneEventHeadline { line-height: 57px; }
	
	#secondContentContainer { position: relative; width:100%; box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5); font-size: 19px; }
	#secondContent { padding-top: 150px; padding-bottom: 150px; }
	#produktbildBabyphone { float: left; width:30%; }
	#produktbeschreibungBabyphone { float: left; width:70%; }

	#imprintContent { padding-top:200px; padding-bottom: 200px; }
	#imprintContent a:link { color:#000; text-decoration:none; }
	#imprintContent a:visited { color:#000; text-decoration:none; }
	#imprintContent a:hover { color:#FFF; text-decoration:none; }
	#imprintContent a:active { text-decoration:none; }
	#imprintContent a:focus { outline: none; }

	#footer { position:relative; width:100%; min-height:150px; padding-top:40px; background-image: url('../design/BabyphoneFooter.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#footerContent { font-size: 20px; padding-top:50px; }
	#footerContent a { color: #000; font-weight: bold; }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 
		#produktbildBabyphone { width:50%; float: none; margin: auto; }
		#produktbeschreibungBabyphone { width:100%; }
		.BabyphoneEventUhrzeit { float: left; width:100%; font-weight: bold; }
		.BabyphoneEventSmiley { float: left; width:25%; margin-left:25%; }
		.BabyphoneEventStatus { float: left; width:25%; }
		.BabyphoneEventAudio { float: left; width:100%; }
		.BabyphoneEventHeadline { display: none; }
	}

	@media only screen and (max-width:768px) { 
		#produktbildBabyphone { width:75%; }
		#headerLogo { width:100%; }
		#headerMenu { display: none; }
		.BabyphoneEventSmiley { float: left; width:50%; margin-left: 0; }
		.BabyphoneEventStatus { float: left; width:50%; }
	}

	@media only screen and (max-width:600px) { 
		#produktbildBabyphone { width:100%; }
	}
/**********/

/* Buttons und Formulare */	
	input::placeholder { color:grey; opacity: 1; }
	input:-ms-input-placeholder { color:grey; }
	input::-ms-input-placeholder { color:grey; }

	.login_field { width:80%; max-width:200px; height:40px; display: inline-block; font-size: 18px; text-align: center; line-height: 36px; box-sizing: border-box; border: 2px solid #A1C6BA; box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5); font-family: 'Boogaloo', sans-serif; }
	.login_submit { width:80%; max-width:200px; height:40px; display: inline-block; -webkit-appearance: none; font-weight:bold; font-family: 'Boogaloo', sans-serif; font-size:18px; line-height: 36px; transition: 0.5s; color:#FFF; background-color:#A1C6BA; border:2px solid #A1C6BA; text-align:center; text-decoration:none; box-sizing: border-box; box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5); }
	.login_submit:hover { background-color: #eadac3; }
	
	:focus { outline: none; }
/********/