/* Some stylesheet reset */
/* ../css/gaestebuch.css */

.success-message {
    color: #006400; /* Dunkelgrün für den Text */
    font-weight: bold;
    padding: 10px;
    border: 1px solid #006400; /* Passender dunkelgrüner Rahmen */
    background-color: #e0ffe0; /* Sehr helles Grün für den Hintergrund */
    border-radius: 5px;
    margin-bottom: 15px; /* Behält den Abstand nach unten bei */
}

.warning-message {
    color: #CC6600; /* Ein etwas dunkleres Orange */
    font-weight: bold;
    padding: 10px;
    border: 1px solid #CC6600;
    background-color: #fff8e6;
    border-radius: 5px;
    margin-bottom: 15px;
}
.error-message {
    color: red;
    font-weight: bold;
    padding: 10px;
    border: 1px solid red;
    background-color: #ffe6e6;
    border-radius: 5px;
    margin-bottom: 15px;
}


.gaestebuch_error {
	width: 70%;
	margin: auto;
	margin-top: 10px;
	padding: 1% 2% 1% 2%; 
	border-radius: 5px;
	background-color: #ff9900;
	display: none;
}

.gaestebuch_content {
	width: 100%; 
    font-size: 14px;
	color: #000;
	margin-left: auto; 
	margin-right: auto;	
	margin-bottom: 15px;
	background-color: #0078BA;
}

.gaestebuch_comment {
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

.gaestebuch_header {
	text-align:center;
	padding-top: 5px;
	font-size: 14px;
	width: 100%;
	overflow: auto;
}

.gaestebuch_entryContent {
	width: 96%;
	font-size: 14px; 
	color: #000;
	border: 1px solid #ddd;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	padding: 1% 2% 1% 2%; 
	word-wrap: break-word;
}

.gaestebuch_entryHeader {
	width: 98%; 
	min-height: 24px;  /* Wichtig für lange Texte und den Zeilenumbruch */
	overflow: auto; /* Wichtig für lange Texte und den Zeilenumbruch */
	word-wrap: break-word; /* Wichtig für lange Texte und den Zeilenumbruch */
	font-size: 14px;
	font-weight: bold; 
	background-color: #f4f4f4; 
	border: 1px solid #ddd;
	color: #444; 
	margin-top: 30px; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding-left: 2%; 
	padding-top: 2px;	
}

.gaestebuch_entryHeader_Category {
	width: 40.7%; 
	float: left; 
	margin-left: 10px; 
	padding-top: 2px; 
	padding-bottom: 1px;
}

.gaestebuch_entryHeader_Date {
	width: 20%; 
	float: left; 
	margin-left: 10px; 
	padding-top: 2px; 
	padding-bottom: 1px; 
	border-right: 1px solid #fff;
}

.gaestebuch_entryHeader_Name {
	width: 25%; 
	float: left; 
	border-right: 1px solid #fff;	
	padding-top: 1px; 
	padding-bottom: 1px; 
}

.gaestebuch_newEntry {
	width: 96%;
	padding: 2%;
	border-radius: 5px;
	margin-left: auto; 
	margin-right: auto;	
	margin-bottom: 15px;
}

.gaestebuch_newEntry span {
	font-weight: bold;
}

.gaestebuch_Element_Abstand {
	margin-left:: 20px;	
}

.gaestebuch_textfield {
    background-color: #F4F4F4;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #444;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 50%;
	max-width: 50%;
}
.gaestebuch_textfield:focus {
	background-color: #fff;
	box-shadow: none;
	border: 1px solid #bfc966;	
}
.gaestebuch_textfield::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.gaestebuch_dropdown {
	width: 52.7%;
	color: #444;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	background: url("../images/ArrowMenuDown.gif") no-repeat right #F4F4F4;
}

.gaestebuch_Button {
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	background-color:#368cdb;
	text-indent:0;
	border:1px solid #FFFFFF;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;

	text-decoration:none;
	text-align:center;
	border: 1px solid #666;
	cursor: pointer; 
}.gaestebuch_Button:hover {
	background-color:#8e9458;
}.gaestebuch_Button:active {
	position:relative;
	top:1px;
}

.pages {
 	font: 83%/1.4 arial, helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 20px;
    font-size: 85%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.pages a, .pages span {
	color:#000000;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages a.current {
    border: 1px solid #898581;
    background: #ddd;
    color: #000000;
}

.pages a {
    border: 1px solid #666;
    text-decoration: none;
	display:inline-block; /* Wichtig für den Zeilenumbruch, wenn die Seiten zu viel werden */
	margin-top: 4px;
}

.pages a:hover {
    border-color: #333;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev-next {
    float: right;
}

@media only screen and (max-device-width: 760px) {
.gaestebuch_entryHeader {
	width: 98%; 
	min-height: 24px;  /* Wichtig für lange Texte und den Zeilenumbruch */
	overflow: auto; /* Wichtig für lange Texte und den Zeilenumbruch */
	word-wrap: break-word; /* Wichtig für lange Texte und den Zeilenumbruch */
	font-size: 20px;
	font-weight: bold; 
	background-color: #f4f4f4; 
	border: 1px solid #ddd;
	color: #444; 
	margin-top: 30px; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding-left: 2%; 
	padding-top: 2px;	
}

.gaestebuch_entryContent {
	width: 96%;
	font-size: 14.5px; 
	color: #000;
	border: 1px solid #ddd;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	padding: 1% 2% 1% 2%; 
	word-wrap: break-word;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

.gaestebuch_entryHeader {
	width: 98%; 
	min-height: 24px;  /* Wichtig für lange Texte und den Zeilenumbruch */
	overflow: auto; /* Wichtig für lange Texte und den Zeilenumbruch */
	word-wrap: break-word; /* Wichtig für lange Texte und den Zeilenumbruch */
	font-size: 16px;
	font-weight: bold; 
	background-color: #f4f4f4; 
	border: 1px solid #ddd;
	color: #444; 
	margin-top: 30px; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding-left: 2%; 
	padding-top: 2px;	
}

.gaestebuch_entryContent {
	width: 96%;
	font-size: 16px; 
	color: #000;
	border: 1px solid #ddd;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	padding: 1% 2% 1% 2%; 
	word-wrap: break-word;
}
}
