body {
  color: #333333 !important;
	font-size: 1.2rem;
	overflow-x:hidden;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #276565 !important;
  line-height: 1.0 !important;
  font-weight: bold;
  }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #276565 !important;
    }

h1 {
  	font-size: 2.025rem !important;
  	padding-bottom:15px; }

h2 {
  	font-size: 1.5rem !important; }

h3 {
  	font-size: 1.275rem !important; }

h4 {
  	font-size: 1rem !important; }

h5 {
  	font-size: 0.925rem !important; }

h6 {
  	font-size: 0.825rem !important; }
  
button, .button {
  	background-color: #276565 !important;
  	color: #FFFFFF !important;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: #83C8BF !important;
	color: #FFFFFF !important; }
	
	
.row {
	/* max-width: 77.5em !important; */ 	
}

a.clearing-close {
	font-size: 60px;
	color: #FFFFFF !important;;
	text-decoration: none;
}

.orbit-wrapper *{
	z-index:-1;
}


.maincontentdiv {
	padding: 30px;
}

.maincontentdiv hr {
	border: 0;
	border-top: 1px solid #83C8BF;
}

table tbody {
	border: none;
}

a {
	text-decoration: none;
	color: #276565 !important;
}

a:hover {
	text-decoration: underline;
}

.shortlinks a {
	width: 100% !important;
	margin-bottom: 20px !important;
}

.pdfShortLinks a:before {
    font-family: "Font Awesome 5 Free"; content: "\f1c1";
    padding-right: 10px;
  }

table.noBorderNoColor, table.noBorderNoColor td, table.noBorderNoColor tr {
	background: transparent !important; 
}

.form div.error {
	color: red;
	margin-top: -30px;
	
}

.footerdiv * {
	color: #FFFFFF !important;
}

.footerdiv {
	background: #83C8BF;
	color: #FFFFFF;
	padding: 3px;
}

.footerdiv  table td, .footerdiv  table tbody {
	background: #333333 !important;
	border:none !important;
	padding: 0;
}

.footerImprint {
	background: #276565 !important;
	color: #FFFFFF !important;
	padding: 5px;
}

.footerImprint a {
	color: #FFFFFF !important;
	text-decoration: none;
}

.footerImprint h3 {
	color: #FFFFFF !important;
}

.orbit-controls button, .orbit-controls button:focus {
	background: transparent !important;
}

.orbit-controls button:hover {
	background: #333333 !important;
}


/* content */

img.logoImg {
	border-left: 5px solid transparent !important;
	border-right: 5px solid transparent !important;
}


ul.tabs {
	background: #83C8BF;
	color: #FFFFFF !important;
}

ul.tabs li a {
	font-size: 0.9rem;
	color: #FFFFFF !important;
	padding: 20px !important;
	text-decoration: none;
	font-weight: bold;
}

ul.tabs li.is-active a, ul.tabs li a:hover {
	background: #276565 !important;
	color: #FFFFFF !important;
}

div.tabs-panel {
	min-height: 660px;
}

div.tabs-panel img {
	padding: 10px;
}

.articleAsCard a {
	text-decoration: none;
}

.articleAsCard div.card {
	color: #276565 !important;
}

.articleAsCard div.card:hover {
	background: #E6E6E6 !important;
}

.articleShort {
	margin-top:15px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #F0F0F0;
	text-align: left;
	background: #FFFFFF;	
}

.articleShort:hover {
	background: #F3F3F3;
}

.articleShort a {
	text-decoration: none;
}

.articleShort h2{
	text-align: left;
	padding: 10px;
	background: #F3F3F3;
}


.articleShort span {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.0rem;	
}

.articlePreviewShortHeadline {
	font-size: 90% !important;
	padding: 5px;
	font-weight: bold;
}

.articlePreviewShortText {
	font-size: 80% !important;
	padding: 5px;
}

#roomBooking .button {
	background: #276565 !important;
	padding-left: 60px !important;
	padding-right: 60px !important;
}

#roomBooking .button:hover {
	background: #83C8BF !important;
}

#d21-quickbook .material-icons.d21-input-icon, #d21-book-button {
	background: #276565 !important;
}

#d21-selected-day-price {
	display: none;
}

#d21-quickbook .d21-pulse, .d21-primary {
	background-color: #83C8BF !important;
}

.everingTable {
	border: 1px solid #E6E6E6;
}

.everingTable tr:nth-child(even){
	background: #276565;
	color: #FFFFFF;
}

.everingTable tr:nth-child(even) h2, .everingTable tr:nth-child(even) h3 {
	color: #FFFFFF !important;
}

.everingTable td {
	vertical-align: top;
    border: none;	
}

.everingTable td:first-child {
	width: 50%;
}

.form form {
	display: inline-table;
}

 .element {
	display: table-row;
}

.element > div{
	vertical-align: top;
}

.element  div.field {
	width: 80%;
	display: table-cell;
}

.element  div.description {
	
}

.element  div.field input[type=text]{
	width: 100%;
}

.languageSelector {
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	background: #FFFFFF;
	text-align: center !important;	
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	
	.headerRow {
		margin-top: 10px;
	}

	.everingTable {
		width: 100%;
	}
	
	table.everingTable td img {
		max-width: 250px !important;
	}
	
	#roomBooking .button {
		width: 100% !important; 
	}
	
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	#d21-quickbook {
		width: 90%;
		float: left;
		padding-top: 10px;
		top: -150px;
		margin-bottom: -120px !important;
	}
	
	
	#roomBooking {
		
		float: left;
		padding-top: 10px;
		top: -150px;
		margin-bottom: -120px !important;
	}
	
	
}


/* Medium and up */
@media screen and (min-width: 40em) {
	.headerGrid {
	
	}

	.everingTable {
		width: 500px;
	}
	
	.headerRowGrid {
	
		position: relative;
		z-index: 2;
	}
	
	.headerRow {
		position: absolute;
		
	}
	
	#iiqcheck_widget_iframe_453 {
		width: 100% !important;
	}
	
	
	#d21-quickbook {
		position: relative;
		background: #CCCCCC;
    	background: rgba(0, 0, 0, .4);
    	border-radius: 10px;
	}
	
	.maincontentdiv {	
		z-index: 3;
		min-height: 700px;
	}
	
	#roomBooking {
		margin: 0 auto !important;
		width: fit-content;	
		position: relative;
		background: #CCCCCC;
    	background: rgba(0, 0, 0, .4);
    	border-radius: 10px;
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
		
	
}

/* Large and up */
@media screen and (min-width: 64em) {
	
	#d21-quickbook {
		top: -120px;
		padding: 20px 10px 1px 10px;
		margin-bottom: -80px !important;
	}
	
	#roomBooking {
		top: -120px;	
		padding: 20px 10px 1px 10px;
		margin-bottom: -80px !important;
	}
	
	
}


#articleJobsContainer .articleJobsContentContainer {
 margin-bottom: 30px !important;
}

.articleImgJobsContainer .articleJobsImgObjectFit {
 
 
}

.articleCellJobs .articleJobsHeadline {
 margin-top: 15px;
}


:root {
	--acc_color_1: #276565 !important;
	--acc_color_2: #fff;
	--border_radius: 25px;
}


#accessibility-modal #closeBtn {
	background: #276565 !important;
	color: #FFFFFF !important;

}

#accessibility-modal.bottom {
	right: 0px !important;
}

#align-acc-bottom.active {
	color: #FFFFFF !important;
}
