﻿/* 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; }

	#firstContentContainerChat { background-image: url(''); 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; }

	#chat_container { position: relative; width:330px; height:650px; border:2px solid #9eaa5a; border-radius: 20px; margin:auto; overflow: hidden; background-color: #CEDC7A; 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; }
	.chatbot_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:5px; border:1px solid #9eaa5a; border-radius: 10px; }
	.chatbot_chat_signatur { color: #666; font-size: 8px; }
	.chatbot_chat_text a:link { color:#000; }
	.chatbot_chat_text a:visited { color:#000; }
	.user_chat_text { 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:1px solid #9eaa5a; border-radius: 10px; }
	#chatbot_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.5%; 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; }

	#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; }
/********/