﻿@font-face { font-family: 'fontello'; src: url(../fonts/fontello.eot?83442089); src: url(../fonts/fontello.eot?83442089#iefix) format('embedded-opentype'), url(../fonts/fontello.woff?83442089) format('woff'), url(../fonts/fontello.ttf?83442089) format('truetype'), url(../fonts/fontello.svg?83442089#fontello) format('svg'); font-weight: normal; font-style: normal; }

/* Schriften */
	.fontello-icons { font-family: "fontello"; font-style: normal; font-weight: normal; speak: never; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
	.icon-ok:before { content: "\0030"; color:#00be00 ; }
	.icon-down-open:before { content: "\E801"; color: #b41547; }
	.icon-reload:before { content: "\E800"; }
	.icon-settings:before { content: "\E802"; }
	.icon-logout:before { content: "\E803"; }
	.icon-charakter:before { content: "\F2C0"; color: #b41547; }
	.icon-locked:before { content: "\E804"; color: #b41547; }
	.icon-dialog:before { content: "\E805"; color: #000; }
	.icon-music:before { content: "\E806"; color: #000; }
	.icon-play:before { content: "\E807"; color: #FFF; }
	.icon-pause:before { content: "\E808"; color: #FFF; }
	.icon-opened:before { content: "\E809"; color: #000; }
	.icon-inventar:before { content: "\E80A"; }
	.icon-star:before { content: "\E80B"; color: #000; }
/*************/

/* Audioplayer */
	.audioplayer_button { background-color: #b41547; height: 40px; width:40px; padding: 0; text-align: center; color: #FFF; border:1px solid #b41547; border-radius: 6px; font-size: 18px; transition: 0.5s; -webkit-appearance: none; box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3); }
	.audioplayer_timeline { width: 160px; height: 20px; border-radius: 6px; display: inline-block; margin-left: 10px; box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3); padding-right: 18px; overflow: hidden; }
	.audioplayer_playhead { width: 18px; height: 18px; border-radius: 50%; margin-top: 1px; background: #b41547; }
	.hide { display: none; }
/***************/

/* Allgemeines */
	body { font-family: Arial, Helvetica, 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:#000; text-decoration:none; }
	a:visited { color:#000; text-decoration:none; }
	a:hover { color:#000; text-decoration:none; }
	a:active { text-decoration:none; }
	a:focus { outline: none; }
	.master { position:relative; width:95%; max-width:1200px; margin:auto; overflow: hidden; } 
	.row:after { content:""; display:table; clear:both; }
	.bold { font-weight:bold; }
    .h1 { font-size:60px; text-transform: uppercase; font-family:Georgia, 'Times New Roman', Times, serif; }
	.h2 { font-size:40px; font-family:Georgia, 'Times New Roman', Times, serif; }
    .h3 { font-size:30px; font-family:Georgia, 'Times New Roman', Times, serif; }
	.center { text-align:center; }
	.uppercase { text-transform: uppercase; }
	.more_space { letter-spacing: +2px; }
	.left { text-align:left; }
/**************/

/* Inhalte */
	#header { position:relative; width:100%; }
	#headerContent { line-height: 50px; padding-top:30px; padding-bottom: 30px; }

	#main { position:relative; width:100%; min-height:500px; }

	#firstContentContainer { padding-top: 40%; background-image: url('../design/biohof_1.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#firstContent { }

	#firstContentContainerChat { background-image: url('../design/biohof_1.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#darkerBackgroundImageChat { left:0; top:0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.7); }
	#firstContentChat { padding-top:100px; padding-bottom: 100px; }

	#firstContentContainerLogin { background-image: url('../design/biohof_1.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#darkerBackgroundImageLogin { left:0; top:0; right: 0; bottom: 0; background-color: rgba(255,255,255,0.7); }
	#firstContentLogin { padding-top:100px; padding-bottom: 100px; }

	#chat_container { position: relative; width:350px; height:650px; border:2px solid #9eaa5a; border-radius: 20px; margin:auto; overflow: hidden; background-color: rgba(206,220,122,0.8);; overflow: hidden; }
	#chat_verlauf { position:relative; width:100%; height:80%; color: #000; font-size: 12px; overflow: auto; text-align: left; overflow-x: hidden; }
	#chat_verlauf::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; }
	#chat_verlauf::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; }
	#chat_verlauf::-webkit-scrollbar-thumb { background-color: #555; }
	.Bot_chat_text { position: relative; word-wrap: break-word; overflow: hidden; margin-left:4%; margin-top:2%; margin-bottom:2%; background-color: #FFF; width:70%; padding:6px; border:1px solid #9eaa5a; border-radius: 10px; }
	.Bot_chat_signatur { color: #666; font-size: 8px; }
	.Bot_chat_text a:link { color:#000; }
	.Bot_chat_text a:visited { color:#000; }
	.System_chat_text { position: relative; word-wrap: break-word; overflow: hidden; margin:auto; margin-top:2%; margin-bottom:2%; background-color: darkgreen; width:70%; padding:6px; border:1px solid darkgreen; border-radius: 0px; color:#FFF; font-weight: bold; }
	.user_chat_text { position: relative; word-wrap: break-word; overflow: hidden; margin-left:22%; margin-top: 2%; margin-bottom:2%; background-color: grey; width:70%; padding:8px; border:1px solid #9eaa5a; border-radius: 10px; color: #FFF; }
	#Bot_is_typing { display:none; }
	#chat_text { position: relative; font-size:17px; -webkit-appearance: none; width:100%; height: 13%; resize: none; outline: none; overflow: auto; border:none; padding:2%; border-top: 1px solid #9eaa5a; border-radius: 0; }
	#chat_text::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; }
	#chat_text::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; }
	#chat_text::-webkit-scrollbar-thumb { background-color: #555; }
	#chat_senden_button { position: relative; margin-top: -1%; border:none; width:100%; height:5%; -webkit-appearance: none; background-color:#9eaa5a; color:#FFF; font-size:17px; cursor: pointer; }
	#chat_senden_button:hover { background-color:#CEDC7A; border-bottom:2px solid #9eaa5a; border-top:2px solid #9eaa5a; }
	#chat_senden_button:active { outline: none; }
	.chat_form_select { width:80%; height:30px; background-color: #FFF; padding:5px; border:1px solid #9eaa5a; }
	.chat_form_submit { width:80%; height:30px; background-color: #FFF; color: #000; padding:5px; border:1px solid #9eaa5a; -webkit-appearance: none; transition: 0.5s; }
	.chat_form_submit:hover { background-color: #9eaa5a; color: #FFF; }
	.chat_form_submit:focus { outline: none; }
	
	#secondContentContainer { width:100%; background-color: #CEDC7A; }
	#secondContent { padding-top:100px; padding-bottom: 80px; }
	#welcome_text { position: relative; max-width:700px; margin: auto; line-height: 200%; }

	#thirdContentContainer {  }
	#thirdContent { padding-top:100px; padding-bottom:80px; text-align: center; }

	#fourthContentContainer { padding-top: 15%; background-image: url('../design/biohof_2.jpg'); background-repeat:no-repeat; background-size:cover; background-position: top; }
	#fourthContent { padding-top: 100px; padding-bottom: 100px; }

	#imprintContent { padding-top:100px; padding-bottom: 100px; }
	#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; }
	#footerContent { }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 
		.h1 { font-size: 50px; }
		.h2 { font-size: 35px; }
		.h3 { font-size: 25px; }
	}

	@media only screen and (max-width:768px) { 
		.h1 { font-size: 40px; }
		.h2 { font-size: 30px; }
		.h3 { font-size: 20px; }
	}

	@media only screen and (max-width:600px) { 
		.h1 { font-size: 35px; }
		.h2 { font-size: 28px; }
	}
/**********/

/* Buttons und Formulare */	
	.button_green { width:80%; max-width:300px; height:44px; border: 2px solid #CEDC7A; color: #000; background-color: #CEDC7A; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_green:hover { background-color: transparent; color:#000; }
	.button_green:focus { outline: none; }
/********/

/* Login */
	.login_field { width:100%; height:30px; }
	.login_field:focus { outline: none; }
	.login_submit { -webkit-appearance: none; width:100%; height:30px; font-weight:bold; font-size:18px; color:#FFF; background-color:#000; border:2px solid #FFF; text-align:center; text-decoration:none; display:inline-block; }
	.login_submit:hover { background-color:#FFF; color:#000; }
	.login_submit:focus { outline: none; }
/********/

/* Backstage */
	.result_part_submit_backstage { -webkit-appearance: none; width:100%; max-width:350px; height:50px; font-weight:bold; font-size:18px; background-color:#FAFAFA; border:3px solid #CCCCCC; border-radius: 30px; text-align:center; text-decoration:none; display:inline-block; }
	.result_part_submit_backstage:hover { background-color:#CCCCCC; }
	.result_part_submit_backstage:focus { outline: none; }

	.result_part_submit_active_backstage { -webkit-appearance: none; width:100%; max-width:350px; height:50px; font-weight:bold; font-size:18px; color:#FFF; background-color:#FFA500; border:3px solid #FFA500; border-radius: 30px; text-align:center; text-decoration:none; display:inline-block; }
	.result_part_submit_active_backstage:hover { background-color:#FAFAFA; color:#000; }
	.result_part_submit_active_backstage:focus { outline: none; }

	.backstage_chat_box { width:30%; margin: 1%; float:left; }
	.chat_container { position: relative; width:300px; height:850px; border:2px solid #9eaa5a; border-radius: 20px; margin:auto; overflow: hidden; background-color: #CEDC7A; overflow: hidden; }
	.chat_verlauf { position:relative; width:100%; height:60%; color: #000; font-size: 12px; overflow: auto; text-align: left; overflow-x: hidden; }
	.chat_verlauf::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; }
	.chat_verlauf::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; }
	.chat_verlauf::-webkit-scrollbar-thumb { background-color: #555; }
	.chat_text { position: relative; width:100%; height: 10%; resize: none; outline: none; overflow: auto; border:none; padding:2%; border-top: 1px solid #9eaa5a; }
	.chat_text::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; }
	.chat_text::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; }
	.chat_text::-webkit-scrollbar-thumb { background-color: #555; }
	.chat_senden_button { position: relative; border:none; width:100%; height:3%; background-color:#9eaa5a; color:#FFF; font-size:17px; cursor: pointer; }
	.chat_senden_button:hover { background-color:#CEDC7A; border-bottom:2px solid #9eaa5a; border-top:2px solid #9eaa5a; }
	.chat_senden_button:active { outline: none; }
	.chat_verlauf_plan { position:relative; background-color:#000; width:100%; height:25%; color: #000; font-size: 12px; overflow: auto; text-align: left; overflow-x: hidden; }
	.chat_verlauf_plan::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; }
	.chat_verlauf_plan::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; }
	.chat_verlauf_plan::-webkit-scrollbar-thumb { background-color: #555; }
	.user_chat_text_manuell { position: relative; word-wrap: break-word; overflow: hidden; margin-left:22%; margin-top: 2%; margin-bottom:2%; background-color: #FFF; width:70%; padding:5px; border:3px solid #FFA500; border-radius: 10px; }
/*************/