/** 
 * main.css
 * 
 * 1. General HTML tags
 * 2. Masthead area
 * 3. Main content and sidebar
 * 4. Footer
 * 5. Media queries for responsive layout
 * 6. Accessibility helpers
 * 
 */

/*********************************************************************
 * 1. General HTML tags
 *
 */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
* {
	box-sizing: border-box; 
}

body {
	padding: 0;
	width: 100%; 
	margin: 0 auto; 
	color: #444;
}

body, td, input[type=text], textarea {
	font-family: 'Open Sans', serif;
	font-size: 105%; 
	line-height: 1.8em;
	color: #444; 
}
td {
	font-size: 1.2em;
	font-weight:500;
}
img {
	max-width: 100%; 
}

iframe{
padding-right: 10px;
}

a {
	color: #777;
	text-decoration: none;
}
	a:hover,
	.nav a:hover {
		color: #000;
	}

.main a,
.contact a {
	color: #00509F !important;
	text-decoration: none;
}
.main a:hover,
.contact a:hover {
	color: #878787 !important;
}

blockquote {
	margin: 0;
	padding: 0.75em 1em 0.5em 1em; 
	background: #F4F4F4; 
	font-size: 0.8em;
	font-weight: 500;
	color: #777; 
}

pre, code {
	background: #eee; 
	border: 1px solid #ddd; 
}

pre {
	font-size: 14px; 
	line-height: 1.4em;
	padding: 1em;
	border-left: 4px solid #ddd; 
}

.clear {
	clear: both;
}
/*********************************************************************
 * 2. Masthead area
 *
 */
#navbar {
	position: relative;
	background-color: #183358 !important;
	padding: 0;
	margin: 0;
	margin-top: -5px;
	height: 50px;
	z-index: 99999;
}
.navi {
	padding: 0;
	width: 100%;
	max-width: 1200px;
	height: 50px;
	margin: 0 auto; 
}
.topnav, .topnav li {
	list-style: none; 
	padding: 0;
	margin: 0;
}
	.topnav li {
		float: left; 
		margin: 0 !important;
	}
	.topnav a {
		padding: 0.9em 1.1em;
		text-decoration: none; 
		display: block;
		background: transparent; 
		color: #333; 
	}
	.topnav a:hover {
		background: #00509f;
		color: #fff;
	}
	.topnav li.current a {
		background: #00509f;
		color: #fff;
	}
	.topnav li.edit a {
		background: none; 
		color: #333; 
	}

/*********************************************************************
 * 3. Dropdown Menu
 *
 */

/* Menu from http://w3bits.com/css-responsive-nav-menu/ */
/* Note: the tutorial code is slightly different from the demo code */

.cf:after { /* micro clearfix */
  content: "";
  display: table;
  clear: both;
}

body {
  -webkit-animation: bugfix infinite 1s;
   }

#mainMenu {
  display: inline-block;
  margin: 0 0 0 0;
  height:50px;
  width: 100%;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
  background-color: #183358;
}

#mainMenu input[type="checkbox"],
#mainMenu ul span.drop-icon {
  display: none;
}

#mainMenu li,
#toggle-menu,
#mainMenu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#mainMenu li,
#toggle-menu {
  border-width: 0 0 1px;
}

#mainMenu .sub-menu {
  background-color: #183358;
  border-width: 1px 1px 0;
  margin: 0;
}

#mainMenu .sub-menu li:last-child {
  border-width: 0;
}

#mainMenu li,
#toggle-menu,
#mainMenu a {
  position: relative;
  display: block;
  color: white;
}

#mainMenu,
#toggle-menu {
  background-color: #183358;
}

#toggle-menu,
#mainMenu a {
  padding: 0.9em 0.9em;
  color: #fff;
}

#mainMenu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#mainMenu a:hover, #mainMenu a:active {
  background-color: #f4f4f4;
  color: #333 !important;
}

#mainMenu a.link-svg:hover, #mainMenu a.link-svg:active {
  background-color: #183358 !important;
  color: #fff !important;
}

#mainMenu .sub-menu {
  display: none;
}

#mainMenu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#mainMenu .sub-menu a:hover {
  color: #444;
}

#mainMenu .link-svg {
    padding: 0.7em 0.9em 0.6em 0.9em !important;
}

#toggle-menu .drop-icon,
#mainMenu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}

#toggle-menu span.drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  color: rgba(255, 255, 255, .75);
  font-weight: bolder;
}
#mainMenu label.drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}
label {
  cursor: pointer;
  user-select: none;
}

.menu-svg {
    height: 30px;
    position: relative;
		top: -3px;
}

@media only screen and (max-width: 1049px) and (min-width: 52.01em) {
  #mainMenu li {
    width: 100%;
  }
  #mainMenu {
    width: 100%;
  }
}

@media only screen and (min-width: 1050px) {
  #mainMenu .main-menu {
    display: block;
    background-color: #183358;
  }

  #toggle-menu,
  #mainMenu label.drop-icon {
    display: none;
  }

  #mainMenu ul span.drop-icon {
    display: inline-block;
  }

  #mainMenu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #mainMenu .sub-menu li {
    float: none;
  }

  #mainMenu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }

  #mainMenu .sub-menu,
  #mainMenu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #mainMenu .sub-menu li {
    border-width: 0 0 1px;
  }

  #mainMenu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
	background: #d6d6d6 !important;
  }

  #mainMenu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}
@media only screen and (max-width: 1177px) {
	span.drop-icon {
		padding: 0.9em 1em !important;
	}
	label.drop-icon {
		padding: 0.9em 1em !important;
		color: #333 !important;;
	}
	#mainMenu a:hover label.drop-icon:after {
		color: #183358 !important;;
	}
	
	label.drop-icon:hover {
		color: #183358 !important;;
	}
	label.drop-icon:after {
		content: "\+";
		color: #fff;
	}
}
@media only screen and (min-width: 1178px) and (max-width: 1302px) {
	#mainMenu a {
    	padding: 0.9em;
	}
}
@media only screen and (min-width: 1178px) {
	#mainMenu a:hover {
  		height: 49.5px;
	}
	#mainMenu .sub-menu {
		background: #183358;
		color: #fff;
		width: 300px;
	}
	#mainMenu .sub-menu li {
    	border-width: 0;
    }
	#mainMenu .sub-menu a:hover {
		background: #f4f4f4;
		color: #333;
		width: 300px;
		height: auto !important;
	}
	#mainMenu li {
    	border-width: 0;
	}
	span.drop-icon:after {
		content: "\f0d7";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		color: #fff;
		font-size: 1.2em;
		padding: 0 0.25em 0 0.5em;
		line-height: 1.2;
		vertical-align: bottom;
	}
	.sub-menu span.drop-icon:after {
		display: none;
	}
}
/*** End Dropdown Menu ***/

/*********************************************************************
 * 4. NavTree
 *
 */
ul.nav.nav-tree a {
	color: #27519B;
}
ul.nav.nav-tree a:hover {
	color: #565656;
}
ul.nav.nav-tree li {
	list-style: none;
}
ul.nav.nav-tree li:before {
    content: "\f101";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #777;
    font-size: 1em;
    padding-right: 0.25em;
    line-height: 1.2;
    vertical-align: bottom;
}
ul.nav.nav-tree li li {
	margin-left: -1.5em;
}
ul.nav.nav-tree li li:before {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #777;
    font-size: 1em;
    padding-right: 0.25em;
    line-height: 1.2;
    vertical-align: bottom;
}
ul.nav.nav-tree li li li {
	margin-left: -1.5em;
}
ul.nav.nav-tree li li li:before {
    content: "\f061";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #777;
    font-size: 0.8em;
    padding-right: 0.25em;
    line-height: 1.2;
    vertical-align: bottom;
}
/*** End Dropdown Menu ***/
form.search {
	position: absolute;
	top: 170px;
	right: 5%;
	width: 30%; 
	z-index: 9999;
	
}
	form.search input {
		margin: 0;
		padding: 0.25em 0.5em;
		width: 100%; 
		border: 1px solid #fff;
		border-radius: 18px;
		box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.1);
	}

/* Breadcrumbs */

.breadcrumbs {
	font-size: 80%; 
	width: 70%; 
	float: left;
	clear: both; 
	padding: 2em 0 1.5em 0.5em;
}
.breadcrumbs a {
	color: #00509f;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs ul {
	margin: 0;
	padding: 0;
}
.breadcrumbs ul li {
	display: inline;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.breadcrumbs span a:after {
    content: "\f0da";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #777;
    font-size: 1.2em;
    padding-left: 0.5em;
    padding-right: 0.25em;
    line-height: 1.2;
    vertical-align: bottom;
}
#content a,
a.intern,
a.pdf {
    color: #00509F !important;
}
#content a:hover,
a.intern:hover {
	color: #878787 !important;
}
a.intern:before {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #00509F !important;
    font-size: 1.2em;
    padding-left: 0.5em;
    padding-right: 0.25em;
    line-height: 1.2;
    vertical-align: bottom;
}
a.pdf::before {
    content: "\f15c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #00509F !important;
    font-size: 1.2em;
    padding-left: 0.5em;
    padding-right: 0.25em;
    line-height: 1.2;
    vertical-align: bottom;
}
#sidebar img::after {
	content: attr(title);
}
/*********************************************************************
 * 3. Home images
 *
 */
#startpageimg {
	margin: 0 auto 0 auto;
	padding: 0 5.5%;
	max-width: 1600px; 
	clear: both;
}
.home-images {
	float: left;
	max-width: 33.3333333%;
	padding: 0 1em;
}
.image-1 {
	border-top: 4px solid #2e87c1;
}
.image-2 {
	border-top: 4px solid #00314f;
}
.image-3 {
	border-top: 4px solid #a3d7de;
}
/*********************************************************************
 * 4. Main content and sidebar
 *
 */
.ukb-haken-r {
	position: relative;
	display: inline-block;
    height: 2.5em;
	width: 0.5em;
}
a.homelink {
	display: inline-block;
}
.textlink {
	font-size: 1.25em;
	color: #00509f !important;
}
.textlink:hover {
	font-size: 1.25em;
	color: #525252 !important;
}
.logos {
	max-width: 1200px;
	height: 160px;
	margin: 0 auto;
	padding: 20px 0 0 20px;
}

.logos a {
	border-bottom: 0;
}
.logo_l {
	display: inline-block;
	width: 60%;
}
.logo_r {
	float: right;
	text-align: right;
	display: inline-block;
    width: 40%;
}
.logo_div {
	padding: 0; 
	margin: 0 0 2em 0; 
	max-height: 130px !important;
}
.logo_uni {
	float: left;
	padding: 0; 
	margin: 0 2em 2em 0; 
}

.logo_ukb {
	padding: 0; 
	margin: 0 0 2em 0; 
}

.logo_div img {
	max-height: 130px !important;
	padding: 10px;
}

#page {
	padding: 0.5em 6% 3em 6%;
	max-width: 1600px; 
	margin: 0 auto; 
}
#main {
	max-width: 1200px; 
	margin: 0 auto; 
	clear: both;
}

#content-inner {
	display: table;
	width: 100% !important; 
	margin: 2em 0 0 0; 
	height: auto;
	min-height: 550px;
	padding: 0;
	background-color: #E6EDF5 !important;
}
#page, .main {
	padding: 0.5em 0 3em 0;
	max-width: 1200px;
	margin: 0 auto;
	clear: both;

}

#main {
	min-height: calc(100vh - 400px);
}

#content {
	width: 100%; 
}

#content {
	padding: 0 0 2em 0.5em; 
}
#content span .left {
	float: left;
	width: 45% !important;
}
#sidebar {
	padding: 7em 0.5em 2em 0; 
}

#sidebar img {
	width: 100%; 
	margin: 0;
}






.align_left {
	/* for images placed in rich text editor */ 
	float: left;
	margin: 0 1em 0.5em 0; 
	position: relative;
	top: 0.5em;
	max-width: 50%; 
}

.align_right {
	/* for images placed in rich text editor */ 
	display: block;
	float: right;
	margin: 0 0 0.5em 3em;
	max-width: 540px; 
}

.align_center {
	/* for images placed in rich text editor */ 
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5em;
}

figure {
	display: inline-block;
	width: auto;
	margin: 1em 0;
}

figure img {
	display: inline-block;
}

figure figcaption {
	display: inline-block;
	margin: 0;
	max-width: 540px !important;
	padding: 0.75em 10px 0.5em 10px !important; 
	background: #F4F4F4; 
	font-size: 0.8em;
	font-weight: 500;
	color: #777; 
}

/*********************************************************************

/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */

@media only screen and (max-width: 767px) {
	/* mobile layout */ 

	body, td, textarea {
		font-size: 100%; 
	}
	body.has-sidebar #content, 
	body.has-sidebar #sidebar {
		float: none;
		width: 100%; 
		padding: 0; 
	}
	form.search {
		float: none; 
		width: 100%; 
	}
	#content {
		width: 100%; 
	}
	#sidebar {
		border-top: 1px solid #eee;
		padding-top: 1em; 
	}
	.align_left, .align_right, .align_center {
		display: block;
		float: none; 
		margin: 1em auto;
		max-width: 100%; 
	}

}

@media only screen and (min-width: 1200px) {
	/* extra-wide desktop layout */ 
	
	body, td, textarea {
		font-size: 115%; 
	}
}
/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}

#wrap_Inputfield_scf-website  {
	display: none;
}

.languages {
	position: absolute;
	list-style: none; 
	margin: -4em 0 2em 0;
	padding: 0; 
	float: right;
	right: 4vw;
	width: 8vw;
	min-width: 155px;
	font-size: 80%;
	z-index: 9999;
}

.languages li {
	list-style: none; 
	display: inline-block;
	margin: 0;
	padding: 0;
}

.languages a {
	padding: 0 0.5em;
	border: none; 
	display: inline;
	border-left: 1px solid #ccc; 
}

.languages li.current a {
	font-weight: bold; 
}

.languages li:first-child a {
	border: none; 
	padding-left: 0;
}

/* Portrait */
.portrait {
	clear: both;
	width: 100%;
	margin: 0 0 2em 0 !important;
}
.contact {
	float: left !important;
	display: inline-block;
    width: 45%;
	margin: 0 0 2em 0 !important;
}
.portrait_img {
	float: right;
	max-width: 45%;
	margin: 0 0 2em 0 !important;
}
/* Fonts and Headlines */
h1 {
	font-size: 2.4em !important;
	margin: 0.25em 0 1em 0 !important;
	white-space: nowrap;
	color: #183358 !important;
}
@media screen and (min-width: 799px) and (max-width: 1050px) {
	h1 {
		white-space: normal;
	}	
}
@media screen and (max-width: 798px) {
	h1 {
		white-space: normal;
		font-size: 2em !important;
		color: #183358 ; 
	}	
}
h2 {
	font-weight: normal;
	font-size: 2em !important;
	padding-top: 0.5em;
	color: #444; 
}
h3 {
	clear: both;
	margin: 1em 0 1em 0 !important;
	font-size: 1.6em !important;
	color: #444; 
}
.contact h3 {
	clear: both;
	margin: 0 0 0.5em !important;
	font-size: 1.6em !important;
}
h4 {
	clear: both;
	margin: 1em 0 0.5em !important;
	font-size: 1.2em !important;
	color: #444; 
}
h5 {
	font-weight: 700;
	font-size: 1.2em !important;
	padding: 0.5em 0 0 0 !important;
	margin: 0.5em 0 0 0 !important;
	color: #444; 
}
#sidebar h5 {
	margin: -0.75em 0 0.5em 0.15em !important;
	font-size: 1.2em !important;
	font-style: italic !important;
	color: #444; 
}

h6 {
	margin: 0em 0 0.5em 0.15em !important;
	font-size: 0.8em !important;
	font-style: italic !important;
	color: #444; 
}


/* Medi Icons */

/* >2560 */
.ukb-med-icons {
	position: absolute;
	top: 160px;
	right: 5vw;
	float: right;
	width: 300px;
	height: 75px;
	background-color: transparent;
	z-index: 9999;
	margin: 0;
	padding: 0;
}

.med-links {
	display: inline-block;
	text-decoration: none;
	margin: 0 0.25em;
	padding: 0;
}

.ukb-med-icons span {
	width: 50px;
	margin: 0;
	padding: 0;
}

.input-group {
    position: relative;
    display: flex;
	width: 100%;
}

.input-group-btn {
	position: relative;
	right: 47px;
    font-size: 0;
	white-space: nowrap;
	z-index: 5;
}

.input-group-btn, .input-group .form-control {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-primary {
    color: #ccc !important;
	border: 0 !important;
	outline-width: 0 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
	color: #00509f !important;
	background-color: transparent !important;
}*/
  
.attribute{
    position: absolute;
    bottom: 10px;
}

footer{
max-width: 1200px;
margin: auto;
}

.card{
	margin-bottom: 20px;
}

.newsdate{
  margin-top: -6px;
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 600;
}

.portraitimage{
	
}

.portraitimage img{
	border-radius: 250px;

}

.quoteblock{
	background-color: #95bcf12b;
  border-radius: 15px;
  padding: 15px;
}

th{
background-color: #183358 !important;}

th h3{
color:#fff;}

.headernews-slider {
    position: relative;
    max-width: 100%;
    overflow: hidden; /* Verhindert unerwünschtes Überlaufen */
}

.slide {
    position: relative;
    text-align: center;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Sorgt für gleichmäßige Bilddarstellung */
}

.slide-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px;
    max-width: 80%;
    border-radius: 5px;
    text-align: center;
}

.slide-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.slide-content p {
    font-size: 16px;
    line-height: 1.4;
}

.slide-link {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background: #ff6600;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.slide-link:hover {
    background: #cc5500;
}

/* Falls nur ein Slide vorhanden ist, keine Slider-Controls anzeigen */
.single-slide .slick-prev,
.single-slide .slick-next,
.single-slide .slick-dots {
    display: none !important;
}

/* Pfeile innerhalb des Sliders halten */
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Position korrigieren */
.slick-prev {
    left: 10px !important;
}

.slick-next {
    right: 10px !important;
}

/* Hover-Design */
.slick-prev:hover, .slick-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Falls Slick die Icons nicht setzt */
.slick-prev::before,
.slick-next::before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
}


.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slide .slide-content{
left: 30%;
  min-width: 511px;
  bottom: 0px;
  border-radius: 5px 5px 0px 0px;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
}


.slide .slide-link{
background-color: #183358 !important;
}

.slide .slide-content h2{
	color: #fff;
	padding-top: 0px;
	margin-top: 5px;
}
@media (max-width: 1050px) {
.slick-slide img {
  height: 500px;
}

.slide .slide-content {
  left: 50%;
  min-width: 100%;
}
}


    .custom-prev, .custom-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        z-index: 10;
    }
    .custom-prev { left: 10px; }
    .custom-next { right: 10px; }
    
    .custom-prev img, .custom-next img {
        width: 40px; /* Größe der Pfeile anpassen */
        height: auto;
    }

