/* Main CSS File */
:root {
  --mainSchriftColor: #666666;
  --DHHred: #B3081B;
  --DHHlightGrey1: #f1f1f1;
  --DHHlightGrey2: #f9f9f9;
  --mainSchriftSize: 17px;
  --mainDetails: #565656;
  --rounded: 8px;
  --iaDefaultPadding: 12px;
  --mainEffectDuration: 0.5s;
  --iaDefaultShadow: 0px 12px 6px -6px rgba(0,0,0,0.12);
}


/*    ####################################################     */
.iaMainColor {
	color: var(--mainSchriftColor);
}

.iaMainFrame {
	/* background: url(/wp-content/uploads/2022/04/Mountain1.jpg) no-repeat center center fixed; */
	/* background-image: linear-gradient(233deg, #74276C 0% , #C53364 48% , #FD8263 100%); */ /* background-image: linear-gradient(2deg, #74276C 0% , #C53364 48% , #FD8263 100%); */ 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
	padding: 0vw;
	padding-top: 0vh;
	text-align: center;
	overflow-x: scroll;
}
.iaMainContent {
	vertical-align: top;
}

.iaMainMenu {
	padding: 0.5em;
	padding-top: 1em;
	background-color: var(--DHHlightGrey1);
	text-align: left;
	font-weight: bold;
}
.iaDHHred{
	color: #B3081B;
}
.iaMainMenuItem {
	
}
.iaMainMenuItem:hover {
	
}
.iaRedBorder {
	border-color: #B3081B!important;
}
.dontShowOnMobile {

}

@media screen and (max-width: 980px) {
	.dontShowOnMobile {
		display:none;
	}
}

.iaArticlesSubMenu {
	padding: 0.5em;
	padding-top: 0.1em;
	background-color: var(--DHHlightGrey1);
	text-align: left;
}
.iaCalendarSubMenu {
	padding: 0.5em;
	padding-top: 0.1em;
	background-color: var(--DHHlightGrey1);
	text-align: left;
}

.insideArticlesSubMenu {
	padding: 0.5em;
	background-color: var(--DHHlightGrey1);
	text-align: left;
}
.showPickupSubMenu {
	padding: 0.5em;
	background-color: var(--DHHlightGrey1);
	text-align: left;
}

/*
tr:hover {
  background-color: var(--DHHlightGrey1);
}
td:hover {
  background-color:var(--DHHlightGrey1);
}
*/


.warehouseArticle {
	padding: 1em;
	text-align: left;
	background-color: var(--DHHlightGrey1);
	margin-bottom: 1em;
}
.warehouseArticleHeadline {
	font-size: 120%;
	font-weight: bold;
}
.warehouseArticleLeftSide {
	width: 20%;
}
.warehouseArticleRightSide {
		width: 80%;
	padding-left: 1em;
	vertical-align: top;
}

.warehouseMenuMainCategory {
	padding: 0.5em;
	margin: 1em;
	background-color: var(--DHHlightGrey1);
	border-radius: 6px;
	display: inline-block;
}
.warehouseMenuSubCategory {
	padding: 0.5em;
	margin: 1em;
	background-color: var(--DHHlightGrey1);
	border-radius: 6px;
	display: inline-block;
}
.mainCategoryHighlighted {
	background-color: var(--DHHlightGrey1);
	border: 2px solid var(--DHHred);
	padding:4px 10px 0px 10px;
	margin-top:5px;
}
.mainCategoryNotHighlighted {
	margin-top:5px;
	background-color:var(--DHHred);
	border: 2px solid var(--DHHlightGrey2);;
}
.mainCategoryNotHighlighted:hover {
	background-color:black;
	border: 2px solid black);
	
}
.iaSubCategoryBox {
	background-color: var(--DHHlightGrey1);
}
.iaSubCategoryBoxULBox {
	margin-right:1.5em;
	margin-bottom:1em;
}

/*			ICONS				*/
.iaIconVerySmall {
	font-size: 15px;
	width: 15px;
	height: 15px;
	margin-top:8px;
}
.iaIconSmall {
	font-size: 30px;
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}

.iaIconMiddle {
	font-size: 60px;
	width: 60px;
	height: 60px;
	margin-bottom: 7px;
}
.iaIconBig {
	font-size: 100px;
	width: 100px;
	height: 100px;
	margin-bottom: 7px;
}
.showArticlesInfoI {
	cursor: pointer;
	display: inline-block;
}


/*								*/
.iaPText {
	padding-bottom:0px;
}
.iaInline {
	display:inline-block;
}
.iaFlex {
	display:flex;
}

.iaBottomInfo {
	float:right;
}

.iaDefaultPadding {
	padding:var(--iaDefaultPadding);
}
.iaDefaultPaddingButton {
	padding:2px 8px 2px 8px;
}
.iaDefaultMargin {
	margin:var(--iaDefaultPadding);
}

.h1Container {
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-top: 1em;
}
.h2Container {
	margin-left: 1.5em;
	margin-top: 0.5em;
}

h1 {
	color: var(--mainSchriftColor);
	font-size: 200%;
	margin-bottom: 10px;
	text-align:left;
}
h2 {
	color: var(--mainSchriftColor);
	font-size: 175%;
	margin-bottom: 10px;
	text-align:left;
}
h3 {
	color: var(--mainSchriftColor);
	font-size: 150%;
	margin-bottom: 10px;
	padding-bottom: 1px!important;
}

td {
	vertical-align: top;
}

ul {
	padding-bottom: 5px!important;
	
}

.iaUl {
	padding-bottom: 5px!important;
	text-align: center!important;
	list-style-position: inside!important;
	color: white;
}
.iaAlignToTop {
	vertical-align: top;
}
.iaDropdown {
	border-color: var(--mainSchriftColor)!important;
	min-width: 35%;
}
.iaNoMark {
	-ms-user-select: None;
	-moz-user-select: None;
	-webkit-user-select: None;
	user-select: None;
}
.iaNoPadding {
	padding:0px!important;
}

.iaRounded {
	border-radius: var(--rounded);
}
.iaLeft {
	text-align:left;
}
.iaRight {
	text-align:right;
}
.iaCreatOffer {
	max-width: 40em;
	text-align:left;
}
.iaInput {
	width: 100%;
	height: 2.5em;
	border-width:1px!important;
	border-color: var(--mainSchriftColor)!important;
	
}
.iaTextArea {
	background-color: transparent!important;
	border-width: 1px!important;
	border-style: solid!important;
	border-color: var(--mainSchriftColor)!important;
	color: var(--mainSchriftColor)!important;
	margin-top: 8px!important;
	margin-bottom: 2px!important;
	width: 100%;
}
.iaSearchInput {
	background-image: url('https://anzeigen.der-hafen-hilft.de/wp-content/plugins/UNI/img/searchicon.png');
	background-position: 0px 6px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 122px;
	padding-left: 30px!important;
	border-width: 0px!important;
	
}
.defaultTable {
	overflow-x: scroll;
	
}
.defaultTable tr:nth-child(even) {
    background-color: var(--DHHlightGrey2)!important;
}

.defaultTable tr:hover {
  background-color: var(--DHHlightGrey1)!important;
}

.tableHead {
	background-color: #F1F1F1;
	font-weight:bold;
}

.tableHeadRedHeader {
	background-color: var(--DHHred)!important;
	font-weight:bold;
	color:white!important;
}
.iaTextArea::placeholder {
	color: rgba( 255, 255, 255, 0.45 )!important;
}
.iaSpaceVerySmall {
	height: 3px;
}
.iaSpaceSmall {
	height: 10px;
}
.iaSpaceMiddle {
	height: 50px;
}
.iaSpaceBig {
	height: 100px;
}
.iaSpaceGiant {
	height: 200px;
}
.iaSmallMarginBottom {
	margin-bottom: 0px!important;
}

.iaOpacity30 { opacity: 0.3; }
.iaOpacity70 { opacity: 0.7; }

.iaBold { font-weight: bold; }

.iaGdpr {
	line-height:100%;
	font-size: 70%;
}


.iaField {
	background-color: transparent!important;
	border: none!important;
	border-width: 1px!important;
	border-color: #D0D0D0!important;
	border-bottom-style: solid!important;
	color: var(--mainSchriftColor)!important;
	margin-bottom: 11px!important;
	width: 100%;
}
.iaField::placeholder {
	color: rgba( 0, 0, 0, 0.25 )!important;
}
input[type="text"] {
    font-size:var(--mainSchriftSize);
}

input[type="number"] {
    font-size:var(--mainSchriftSize);
}
input[type="datetime-local"] {
    font-size:var(--mainSchriftSize);
}
input[type="textarea"] {
    font-size:var(--mainSchriftSize);
}
label {
  display: block;
}

textarea { 
	font-size:var(--mainSchriftSize);
	resize: none;
}

.iaShowArticleImages {
	height: 12em;
}
.iaShowArticleImages:hover {
}

.iaHidden {
	display:none;
}
.iaNone {
	display: none !important;
}
.iaButton {
	background-color:#b3071B;
	border-width: 0px!important;
	border-style: solid!important;
	border-color: var(--mainSchriftColor)!important;
	color: #fff;
	border-radius: var(--rounded);
	padding: 5px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 6px;
	cursor: pointer;
	font-size:16px;
}
.iaButton:hover {
	background-color:#000;
	color: #fff;
}
@media screen and (max-width: 980px) {
	.iaButton {
		width: 100%;
		text-align: center;
	}
}

input::file-selector-button {
	background-color:#b3071B;
	border-width: 0px!important;
	border-style: solid!important;
	border-color: var(--mainSchriftColor)!important;
	color: #fff;
	border-radius: var(--rounded);
	padding: 5px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 6px;
	cursor: pointer;
}
}


.iaPointer {
	cursor: pointer;
}
.iaCursorDefault {
	cursor: default;
}
.iaCursorHelp {
	cursor: help;
}
.divBreakNotWhenMobile {
	display:block;
}
.divBreakWHENMobile {
	display:none;
	line-height:10%!important;
}
select {
	font-size:18px;
}
.taskTodayWarning {
	background-image:linear-gradient(90deg, #e099a1 0%, white 100%);
	//background-color:red;
}

.iaFadeOut {
    -webkit-animation: fadeOut 1s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeOut 1s forwards; /* Firefox < 16 */
        -ms-animation: fadeOut 1s forwards; /* Internet Explorer */
         -o-animation: fadeOut 1s forwards; /* Opera < 12.1 */
            animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
    from { opacity: 1; transform: rotateX(0deg) rotateY(10deg);  }
    to   { opacity: 0; transform: rotateX(0deg) rotateY(0deg); }
}

/* Firefox < 16 */
@-moz-keyframes fadeOut {
    from { opacity: 1; transform: rotateX(0deg) rotateY(15deg); }
    to   { opacity: 0; transform: rotateX(0deg) rotateY(0deg); }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeOut {
    from { opacity: 1; transform: rotateX(0deg) rotateY(15deg); }
    to   { opacity: 0; transform: rotateX(0deg) rotateY(0deg); }
}

/* Internet Explorer */
@-ms-keyframes fadeOut {
    from { opacity: 1; transform: rotateX(0deg) rotateY(15deg); }
    to   { opacity: 0; transform: rotateX(0deg) rotateY(0deg); }
}

/* Opera < 12.1 */
@-o-keyframes fadeOut {
    from { opacity: 1; transform: rotateX(0deg) rotateY(15deg); }
    to   { opacity: 0; transform: rotateX(0deg) rotateY(0deg); }
}

.iaFadeIn {
    -webkit-animation: fadein 1.5s;
       -moz-animation: fadein 1.5s;
        -ms-animation: fadein 1.5s;
         -o-animation: fadein 1.5s;
            animation: fadein 1.5s;
}

@keyframes fadein {
    from { 
        opacity: 0;
        transform: rotateX(0deg) rotateY(15deg) translate(0px, 0px);
    }
    to   { 
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) translate(0px, 0px);
    }
}

@-moz-keyframes fadein {
    from { opacity: 0; transform: rotateX(0deg) rotateY(15deg) translate(0,0); }
    to   { opacity: 1; transform: rotateX(0deg) rotateY(0deg) translate(0,0); }
}

@-webkit-keyframes fadein {
    from { opacity: 0; transform: rotateX(0deg) rotateY(15deg) translate(0,0); }
    to   { opacity: 1; transform: rotateX(0deg) rotateY(0deg) translate(0,0); }
}

@-ms-keyframes fadein {
    from { opacity: 0; transform: rotateX(0deg) rotateY(15deg) translate(0,0); }
    to   { opacity: 1; transform: rotateX(0deg) rotateY(0deg) translate(0,0); }
}

@-o-keyframes fadein {
    from { opacity: 0; transform: rotateX(0deg) rotateY(15deg) translate(0,0); }
    to   { opacity: 1; transform: rotateX(0deg) rotateY(0deg) translate(0,0); }
}

.iaFadeInMessage {
    animation: fadeInMessage 1s ease-out;
    -webkit-animation: fadeInMessage 1s ease-out;
}

@keyframes fadeInMessage {
    from {
        opacity: 0;
        transform: translateY(35px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInMessage {
    from {
        opacity: 0;
        transform: translateY(35px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* lagerverwaltungPublic */
.iaBox {
	background-color: #f3f3f3;
	margin-bottom: 1rem;
	
}
.iaBox:hover {
	
}
.iaBoxLeft {
	width: 20%;
}
.iaBoxRight {
	width:80%;
}
.iaBoxPageLeft {
	width:40%;	
}
.iaBoxPageRight {
	width:60%;
}
.iaBoxImageList {
	width:100%;
	transition: 1s;
}

.iaBoxImageList:hover {
	transform: scale(1.2);
}
.iaArticlePublicMainFrame {
	
}
.iaArticlePublicPageAdditionalImage {
	width: 4rem;
	margin-right: 0.3rem;
}


.iaWhite {
	color:white;
}

@media all and (max-width: 980px) {
	.iaMainFrame {

	}
	h1 {
		font-size: 120%;
		
	}
	h2 {
		font-size: 110%;
	}
	h3 {
		font-size: 100%;
	}
	td {
		/* display: table-row; */
		padding-left: 10px!important;
		padding-right: 10px!important;
		
	}
	.tdMax40 {
    width:20%;
    min-width:200px;
	}
	table {
		overflow: scroll;
	}
	.iaOfferBoxMain {
		width:100%;
	}
	.spaceMiddle {
		height: 50px;
	}
	.divBreakNotWhenMobile {
		display:none;
	}
	.divBreakWHENMobile {
		display:block;
	}
	.iaDropdown {
		width:100%;

	}

	
}




/* Public User Area */
.userQuery {
	font-size: 100%;
	width: 11em;
	margin-right: 0.5em!important;
	margin-bottom: 0.5em!important;
	
} 

.userSearchSearchboxZIP {
	font-size: 100%;
	width: 11em;
	padding: 3px 3px;
}
.userSearchSearchboxKM {
	border: 2px solid var(--DHHred);
	font-size: 100%;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 11em;
}
.userSearchEntryType {
	border: 2px solid var(--DHHred);
	font-size: 100%;
	margin-right: 0.5em;
	width: 11em;
}
.userSearchSearchboxSubmit {
	border: 2px solid var(--DHHred);
	font-size: 100%;
	color: white;
	background-color: var(--DHHred);
	cursor:pointer;
}
.userSearchSearchboxSubmit:hover {
	background-color: black;
	border: 2px solid black;
}

@media screen and (max-width: 980px) {
	.userQuery {
		width: 100%;
		margin-right: 0em;
	} 
	.userSearchSearchboxZIP {
		width: 100%;
		margin-right: 0em;
	}
	.userSearchSearchboxKM {
		width: 100%;
		margin-top: 0.5em;
		margin-right: 0em;
		margin-left: 0em;
	}
	.userSearchEntryType {
		width: 100%;
		margin-top: 0.5em;
		margin-right: 0em;
		margin-left: 0em;
	}
	.userSearchSearchboxSubmit {
		margin-top: 0.5em;
		width: 100%;
	}
}


/* https://anzeigen.der-hafen-hilft.de/ PLZ */
#plz_list {
    position: absolute;
    background-color: var(--DHHlightGrey1);
    min-width: 160px;
    box-shadow: var(--iaDefaultShadow);
    z-index: 1;
	
}
#plz_list p {
    color: black;
    padding: 2px 10px 2px 10px; 
    text-decoration: none;
    display: block;
	cursor: pointer;
}
#plz_list p:hover {
	text-decoration:underline;
	text-decoration-color: var(--DHHred);
}


.iaAttentionNotice {
	background-color: var(--DHHred);
	color:white;
}


/* Artikelvermittlung   /////////////////////////////////////////////////////////////////// */
/* SUB CATEGORY AND ICON WINDOW   /////////////////////////////////////////////////////////////////// */
.subCategory-container {
	display: flex;
	background-color: var(--DHHlightGrey1);
}
.subCategory-bild-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    background-size: cover;
    background-position: center;
    border-right: 6px solid var(--DHHred);
}
.subCategory-text-container {
	flex: 3;
	padding-left: 20px;
}

@media screen and (max-width: 980px) {
	.subCategory-container {
		flex-direction: column;
	}

	.subCategory-bild-container, .subCategory-text-container {
		flex: auto;
		width: 100%;
		
	}
	.subCategory-bild-container {
		border-right: none;
		padding-right: 0;
		height: auto;
		border-top-left-radius: var(--rounded);
		border-top-right-radius: var(--rounded);
		border-bottom-left-radius: 0px;
		border-bottom: 6px solid var(--DHHred);
		overflow:hidden;
	}
	.subCategory-text-container {
	  
	}
}
.iaGrid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}

.iaGrid3Box {
  background-color: var(--DHHlightGrey1);
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 980px) {
  .iaGrid3 {
	grid-template-columns: 1fr;
  }
}
.iaGrid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px;
}

.iaGrid4Box {
  background-color: var(--DHHlightGrey1);
  border-radius: var(--rounded);
  padding: 0.5em 0em 0.5em 0em;
}
@media (max-width: 980px) {
  .iaGrid4 {
	grid-template-columns: 1fr;
  }
}

/* Startseite   /////////////////////////////////////////////////////////////////// */
.artikel-container {
	display: flex;
	margin-bottom: 1.5em;
	background-color: var(--DHHlightGrey1);
  /* Animation Einstellungen */
  transition: transform 0.3s ease-in-out;
}
.artikel-container:hover {
	/* box-shadow: var(--iaDefaultShadow); */
  /* transform: translateY(-3px); */
}
@media screen and (max-width: 980px) {
	.artikel-container:hover {
		/*  transform: translateY(0px); */
	}
}
.artikel-container-details {

}


.bild-container {
	flex: 1;
	border-right: 1px solid #ddd;
	padding-right: 10px;
	background-size: cover;
	background-position: center;
	min-height: 13em;
	border-top-left-radius: var(--rounded);
	border-bottom-left-radius: var(--rounded);
	border-right: 6px solid var(--DHHred);
	transition: background-size 2s ease;
	text-align:center;
}

.bild-container:hover {
	
}
.text-container {
	flex: 3;
	padding-left: 20px;
}

@media screen and (max-width: 980px) {
	.artikel-container {
		flex-direction: column;
	}

	.bild-container, .text-container {
		flex: auto;
		width: 100%;
		
	}
	.bild-container {
		border-right: none;
		padding-right: 0;
		height: auto;
		border-top-left-radius: var(--rounded);
		border-top-right-radius: var(--rounded);
		border-bottom-left-radius: 0px;
		border-bottom: 6px solid var(--DHHred);
		overflow:hidden;
	}
	.text-container {
		
	}
}

/* OWN ARCTICLES PAGE - showOwnEntries /////////////////////////////////////////////////////////////////// */
.entrySuccessExchanged {
	background-color: var(--DHHlightGrey1);
}
.optionsMenuUnderEntry {
	
}
@media screen and (max-width: 980px) {
	.optionsMenuUnderEntry {
		text-align: center;
	}
}

.deleteEntryMenuUnderEntry {
	background-color: var(--DHHlightGrey1);	
}
.deleteEntryMenuUnderEntryButton {
	background-color: var(--DHHred);
	color: white;
	padding: 0.3em 1em;
	margin-bottom: 0.3em;
	margin-right: 1em;
	
}
@media screen and (max-width: 980px) {
	.deleteEntryMenuUnderEntry {
		width: 100%;
		text-align: center;
	}
	.deleteEntryMenuUnderEntryButton {
		width: 100%;
		text-align: center;
	}
}

.messageSent {
	background-color: #f1f1f1;
}

/* SPECIFC ARTICLE PAGE - showEntry /////////////////////////////////////////////////////////////////// */
.entryMessageRequestSent {
	background-color: #f1f1f1;
}
@media screen and (max-width: 980px) {
	.entryMessageRequestSent {
		width:100%;
	}
}
.specific-artikel-container {
	display: flex;
	margin-bottom: .5em;
	background-color: var(--DHHlightGrey1);
	
}
.specific-artikel-container-details {
	
}
.specific-bild-container {
	flex: 1;
	border-right: 1px solid #ddd;
	padding-right: 10px;
	background-size: cover;
	background-position: center;
	min-height: 20em;
	border-top-left-radius: var(--rounded);
	border-bottom-left-radius: var(--rounded);
	border-right: 6px solid var(--DHHred);
	transition: background-size 2s ease;
	text-align:center;
}
.specific-bild-container:hover {
	
}
.specific-text-container {
	flex: 1;
	padding-left: 20px;
}
.specific-artikel-container table td, tr {
    background-color: transparent!important;
}


.transparent-table {
    border-color: transparent!important;
    padding: 0!important;
    margin: 0!important;
}

.transparent-table td {
    border-color: transparent!important;
    padding: 0!important;
    margin: 0!important;
}
.paginationNumberBox {
	padding: 0.1em 0.6em 0.1em 0.6em;
	margin-right: 0.3em;
	border-radius: var(--rounded);
	background-color: var(--DHHred);
	border: 2px solid var(--DHHred);
	color:white;
	margin-bottom: 0.3em;
}
.paginationNumberBox:hover {
	background-color: black;
	border: 2px solid black;
}
.paginationNumberBoxCurrent {
	padding: 0.1em 0.6em 0.1em 0.6em;
	font-weight: bold;
	background-color: var(--DHHlightGrey1);
}
.paginationNumberBoxCurrent:hover {
	background-color: var(--DHHlightGrey1);
	border: 2px solid var(--DHHred);
}


@media screen and (max-width: 980px) {
	.specific-artikel-container {
		flex-direction: column;
	}
	.specific-bild-container, .specific-text-container {
		flex: auto;
		width: 100%;
	}
	.specific-bild-container {
		border-right: none;
		padding-right: 0;
		height: auto;
		border-top-left-radius: var(--rounded);
		border-top-right-radius: var(--rounded);
		border-bottom-left-radius: 0px;
		border-bottom: 3px solid var(--DHHred);
		overflow:hidden;
	}
	.specific-text-container {
	  
	}
}

.iaEntryTextAreaBackgroundImage {
	background-image: url(/wp-content/uploads/2023/10/DHH_Logowebp.webp);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 20%;
}
@media screen and (max-width: 980px) {
	.iaEntryTextAreaBackgroundImage {
		background-size: 17%;
	}
}
/* https://anzeigen.der-hafen-hilft.de/user/   /////////////////////////////////////////////////////////////////// */
.userAreaOrgaAdditionalRightsTile {
	background-color: var(--DHHred);
	color: white;
	border-radius: var(--rounded);
	padding: var(--iaDefaultPadding);
	margin-top:0.5em;
}

.iaOrgaContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}

.iaOrgaBox {
  background-color: var(--DHHred);
  border-radius: 8px;
  color: white;
  text-align: center;
  padding: 12px;
}

.iaOrgaButton {
  background-color: white;
  color: var(--DHHred);
  border: none;
  border-radius: 8px;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size:18px;
}
.iaOrgaH3 {
	color: white;
	font-weight: 700;
	font-size:20px;
}

@media (max-width: 980px) {
  .iaOrgaContainer {
	grid-template-columns: 1fr;
  }
}
	
/* https://anzeigen.der-hafen-hilft.de/wp-login.php   /////////////////////////////////////////////////////////////////// */


/* https://anzeigen.der-hafen-hilft.de/user/inserate/?f=createEntry   /////////////////////////////////////////////////////////////////// */
.iaCommonFontSize {
	font-size: 16px!important;
}
.iaCommonInputFieldPaddingTopBottom {
	padding: 0.5em 0.5em;
}

.createEntry-container-complete {
	
}
.createEntry-container {
	display: flex;
}
.createEntry-bild-container {
    flex: 1;
    border-right: 6px solid var(--DHHred);
	padding-right: 20px;
}
.createEntry-text-container {
	flex: 3;
	padding-left: 20px;
}
.createEntry-padding {
	padding-bottom: 1em;
}
@media screen and (max-width: 980px) {
	.createEntry-container {
		flex-direction: column;
	}

	.createEntry-bild-container, .createEntry-text-container {
		flex: auto;
		width: 100%;
		
	}
	.createEntry-bild-container {
		border-right: none;
		padding-right: 0;
		height: auto;
		border-top-left-radius: var(--rounded);
		border-top-right-radius: var(--rounded);
		border-bottom-left-radius: 0px;
		border-bottom: 0px;
		overflow:hidden;
		padding-left: 0px;
	}
	.createEntry-text-container {
		padding-left: 0px;
	}
}

.iaSticky {
    position: sticky!important;
    top: 0!important;
    z-index: 99999!important;
}

/* KALENDER */
.ia_calendar div {
    margin-bottom: 5px;
    padding: 10px;
}

.ia_weekday {
    background-color: #F1F1F1;
}

.ia_weekend {
    background-color: #dddddd;
}


/* Checkbox */
.iaCheckbox {
    width: 25px;  /* Breite der Checkbox */
    height: 25px; /* Höhe der Checkbox */
    cursor: pointer;
}

.ia_tasks_multi_close {
	background-color: red;
	width: 1em;
	height: 1em;
}

.savedSuccessfully {
    animation: greenFlash 0.5s ease-in-out;
}

@keyframes greenFlash {
    0% { background-color: transparent; }
    50% { background-color: green; }
    100% { background-color: transparent; }
}



/* APPOINTMENTS */
.ia_timeslot {
	background-color:var(--DHHred);
	color: white;
	margin-bottom: 0.5em;
	padding: 0.5em 0.8em 0.5em 0.8em;
}
.ia_timeslot:hover {
	background-color: #000;
	color: white;
}

.ia_timeslot_booked_out {
	margin-bottom: 0.5em;
	padding: 0.5em 0.8em 0.5em 0.8em;
	background-color:var(--DHHlightGrey1);
	color:var(--mainSchriftColor);
}
.ia_timeslots {
	margin-bottom: 0.5em;
}
.ia_rettungsring_bg {
	background-image: url('https://anzeigen.der-hafen-hilft.de/wp-content/uploads/2023/10/DHH_Logowebp.webp');
	background-repeat: no-repeat;
	background-position: right 0.2em bottom 0.2em;
	background-size: 3em;
}


.ia_default_table_red {
	
}
.ia_table_red_header {
	background-color: var(--DHHred)!important;
	font-weight:bold;
	color:white!important;
}

.ia_table_red_header th {
	color:white!important;
}
.ia_table_red_header td {
	color:black!important;
}


/* Bestelllisten */
.iaOrderFormTopGrid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:12px;
	align-items:start;
}
@media(max-width:900px){
	.iaOrderFormTopGrid{grid-template-columns:1fr;}
}

/* 4er Grid */
.iaOrderGrid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:14px;
}

/* Breakpoints */
@media(max-width:1300px){
	.iaOrderGrid{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:1000px){
	.iaOrderGrid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:650px){
	.iaOrderGrid{grid-template-columns:1fr;}
}
.iaOrderCardMainInfo {
	background-color:#B3081B;
	color:white;
	padding:14px;
	border:1px solid rgba(0,0,0,.08);
}

.iaOrderCatCard{
	border:1px solid rgba(0,0,0,.08);
	padding:5px 14px 5px 14px;
	background:#f1f1f1;
}
.iaOrderCatHead{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
}
.iaOrderToggleBtn{
	border:1px solid rgba(0,0,0,.12);
	background:#B3081B;
	padding:6px 10px;
	border-radius:10px;
	cursor:pointer;
	color:white;
}
.iaOrderToggleBtn:hover{opacity:.85;}
.iaOrderItemsWrap{display:none;margin-top:10px;}
.iaOrderItemLine{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:5px;
	padding:3px 0px;
	border-top:1px solid rgba(0,0,0,.06);
}
.iaOrderItemLine:first-child{border-top:none;padding-top:0;}
.iaOrderItemLeft {
	min-width:0;
	line-height:105%;
	font-size: 14px;
}
.iaOrderItemLeft strong{display:block;}
.iaOrderItemLeft .iaOrderItemDesc{
	display:block;
	opacity:.75;
	margin-top:7px;
	margin-bottom:2px;
	font-size:70%;
	line-height:99%;
}
.iaOrderItemRight{white-space:nowrap;}
.iaQtyInput {
	padding: 0px!important;
	border-width:1px!important;
}