/* General Design Guidelines */
* {
	font-family: 'FreeSans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

:root {
	--black: #000000;
	--white: #ffffff;
	--cigrau: #adadad;
	--auswahlgrau: #cecfd1;
	--cirot: #af2144;
	--cigreen: #296E53;
	--staginghinweis: #F7B221;
	--inputbackground: rgb(232, 240, 254);
}

b, a {
	font-family: 'DM Mono', monospace;
	font-weight: 500;
	font-style: normal;
}

i:not([class*="fa-"]) {
	font-style: italic;
}

.nopadding {
	padding: 0 !important;
}

.notoppadding {
	padding-top: 0 !important;
}

.nobottompadding {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.notleftpadding {
	padding-left: 0 !important;
}

.norightpadding {
	.padding-right: 0 !important;
}

.greybackground {
	background: var(--cigrau);
}

.greycolor {
	color: var(--cigrau);
}

.greybottomborder {
	border-bottom: 1px solid var(--cigrau);
}

.lightgreybackground {
	background: var(--auswahlgrau);
}

.lightgreycolor {
	color: var(--auswahlgrau);
}

.whitebackground {
	background: var(--white);
}

.whitecolor {
	color: var(--white);
}

.vetmedredbackground {
	background: var(--cirot);
}

.vetmedredcolor {
	color: var(--cirot);
}

.vetmedgreencolor {
	color: var(--cigreen);
}

.vetmedgreenbackground {
	background: var(--cigreen);
}

.helperborder {
	border: 1px solid #000000;
}

.helperborderred {
	border: 1px solid red;
}

.whitebottomborder {
	border-bottom: 1px solid var(--white);
}

.whiteborder {
	border: .5rem solid var(--white);
}

.bluegreenbackground {
	background: var(--cigreen);
}

.bluegreencolor {
	color: var(--cigreen);
}

.bluebackground {
	background: #005A99;
}

.bluecolor {
	color: #005A99;
}

.topspace_single {
	padding-top: 1rem;
}

.topspace_double {
	padding-top: 2rem;
}

.topspace_tripple {
	padding-top: 3rem;
}

.bottomspace_single {
	padding-bottom: 1rem;
}

.bottomspace_double {
	padding-bottom: 2rem;
}

.bottomspace_tripple {
	padding-bottom: 3rem;
}

.bottomspace_four {
	padding-bottom: 4rem;
}

.bottomspace_five {
	padding-bottom: 5rem;
}

.bottomspace_six {
	padding-bottom: 6rem;
}

.boxshadow {
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}

.fontsize70 {
	font-size: 70%;
}

.fontsize60 {
	font-size: 60%;
}

img[data-jslghtbx=""] {
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in; 
	cursor: zoom-in;
}

hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-width: 3px;
}

a:hover {
	color: var(--cirot);
	text-decoration: none;
	border-bottom-style: solid;
}

a:visited {
	text-decoration: none;
	color: var(--cirot);
}

a.whitecolor {
	color: var(--white);
	border-bottom-color: var(--white);
}

a.whitecolor:hover {
	color: var(--white);
	border-bottom-color: var(--white);
}

a.whitecolor:visited {
	color: var(--white);
	border-bottom-color: var(--white);
}

br {
	content: "";
	margin: 2em;
	display: block;
	font-size: 24%;
}

h1 br, h2 br {
	margin: 1em;
}

.row:last-of-type {
	padding-bottom: 3rem;
}


/* Responsive Font sizes */

html {
	font-size: 1rem;
	font-family: 'FreeSans', sans-serif;
	font-weight: normal;
	font-style: normal;	
}

h1 {
	font-size: 1.2rem;
	font-family: 'FreeSans', sans-serif;
	font-weight: bold;
	font-style: normal;
}
h2 {
	font-size: 1.1rem;
	font-family: 'FreeSans', sans-serif;
	font-weight: bold;
	font-style: normal;
	margin: 0;
}

@media (min-width: 768px) {
	html {
		font-size: 1.1rem;
	}
	h1 {
		font-size: 1.3rem;
	}
	h2 {
		font-size: 1.2rem;
	}
}

@media (min-width: 991px) {
	html {
		font-size: 1.2rem;
	}
	h1 {
		font-size: 1.5rem;

	}
	h2 {
		font-size: 1.4rem;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 1.2rem;
	}
	h1 {
		font-size: 1.7rem;
	}
	h2 {
		font-size: 1.6rem;
	}
}

@media (min-width: 1920px) {
	html {
		font-size: 2.4rem;
	}
	h1 {
		font-size: 1.7rem;
	}
	h2 {
		font-size: 1.6rem;
	}
}

@media (min-width: 2140px) {
	html {
		font-size: 4rem;
	}
	h1 {
		font-size: 1.7rem;
	}
	h2 {
		font-size: 1.6rem;
	}
}

.biggertext {
	font-size: 110%;
}

.mediumbiggertext {
	font-size: 123.60679775%;
}

.superbigtext {
	font-size: 200%;
}

.smallertext {
	font-size: 50% !important;
	color: black;
}


/* Full Page Slider */
.carousel-item {
	height: 100vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-indicators [data-bs-target] {
	background-color: var(--black);
	border: none;
}

.carousel-control-next, .carousel-control-prev {
	align-items: flex-end;
	bottom: 2%;

	}

.carousel-control-next-icon {
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");*/
	background-image: url("data:image/svg+xml,	%3Csvg xmlns='http://www.w3.org/2000/svg' width='62.133' height='34.133' viewBox='0 0 62.133 34.133' class='img-fluid teaser-nav-extra owl-next-img'%3E%3Cg id='Gruppe_398' data-name='Gruppe 398' transform='translate(245.248 4961.53) rotate(180)'%3E%3Cline id='Linie_2' data-name='Linie 2' x2='59.838' transform='translate(245.248 4944.532) rotate(180)' fill='none' stroke='%23000' stroke-width='3'%3E%3C/line%3E%3Cpath id='Pfad_2623' data-name='Pfad 2623' d='M-19708.572-2900.537l-16.18-16,16.18-16' transform='translate(19910 7861)' fill='none' stroke='%23000' stroke-width='3'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
}

.carousel-control-prev-icon {
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") */
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='62.133' height='34.133' viewBox='0 0 62.133 34.133' class='img-fluid teaser-nav-extra owl-prev-img'%3E%3Cg id='Gruppe_397' data-name='Gruppe 397' transform='translate(-183.115 -4927.397)'%3E%3Cline id='Linie_2' data-name='Linie 2' x2='59.838' transform='translate(245.248 4944.532) rotate(180)' fill='none' stroke='%23000' stroke-width='3'%3E%3C/line%3E%3Cpath id='Pfad_2623' data-name='Pfad 2623' d='M-19708.572-2900.537l-16.18-16,16.18-16' transform='translate(19910 7861)' fill='none' stroke='%23000' stroke-width='3'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
}

/* Slider Caption */
.carousel-caption {
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
	padding: 0;
}

.item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.carousel-caption > p {
	color: var(--white);
	color: var(--black);
	font-size: 70%;
	font-weight: normal;
	margin-bottom: 0.5rem;
}

.carousel-caption > ul {
	color: var(--white);
	color: var(--black);
	font-size: 70%;
	font-weight: normal;
	margin-bottom: 0.5rem;

}

.carousel-caption > ul > li:last-child {
	padding-bottom: 0;
}

.carousel-caption > ol {
	color: var(--white);
	color: var(--black);
	padding-left: 1.5rem;	
	font-size: 70%;
	font-weight: normal;
	margin-bottom: 0.5rem;
}

.carousel-caption > ol > li:last-child {
	padding-bottom: 0;
}

table {
	font-weight: normal;
	 table-layout:fixed;
	 width:100%;
}

.carousel-caption > table > thead > tr > th {
	 vertical-align: baseline;
}

.carousel-caption > table > tbody > tr > td {
	vertical-align: baseline;
	padding: .5rem;	
}

.carousel-caption > table > tbody > tr > td + .carousel-caption > table > tbody > tr > td {
	padding-bottom: 0;	
}

.carousel-caption > table > tbody > tr {
}

.carousel-caption > p > a > img {
	max-height: 15rem;
}

.carousel-caption > p > img {
	max-height: 15rem;
}

.LinkHighlight {
	background: var(--cirot);
	text-align: center;
	width: 100%;
	padding: 1%;
	margin-top: .5%;
	display: block;
	color: var(--white);
	font-weight: 800;
	border: none;
	font-size: 110%;
}

.LinkHighlight:hover {
	color: var(--white);
	border: none;
}

.LinkHighlight:visited {
	color: var(--white);
	border: none;
}

/*
@media (min-width: 768px) {
	.carousel-caption > p {
		max-width: 60%;
	}
	.carousel-caption > ul {
		max-width: 60%;
	}
	.carousel-caption > ol {
		max-width: 60%;
	}		
	.carousel-caption > h2 {
		max-width: 60%;
	}
	.maxwidth75 {
		max-width: 75% !important;
	}
	.maxwidth100 {
		max-width: 100% !important;
	}
	.width100 {
		width: 100% !important;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

	.maxwidthfourtypercent {
		max-width: 40%;
	}

	.nomaxwidth {
		max-width: unset !important;
	}

}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
	
	.maxwidthfourtypercent {
		max-width: 40%;
	}

	.nomaxwidth {
		max-width: unset !important;
	}
}
*/

a {
	color: var(--cirot);
	text-decoration: none;
	border-bottom: 1px dotted var(--cirot);
}

h2 {
	width: auto;
	line-height: 150%;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	color: var(--black);
}

/* Highlight Classes */
.HighlightVetmedRot {
	background: var(--cirot);
	/*	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	*/
}

.HighlightVetmedGruen {
	background: var(--cigreen);
	/*	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	*/
}

/* Figure Caption */
	figcaption {
		display: block;
		float: left;
		position: absolute;
		top: 0;
		width: auto;
		height: auto;
		padding: 0 1% 0 1%;
	}

	.figure-img, .figure {
		margin: 0 0 .3em 0;
	}

	.figure-caption {
		font-size: 61.8033988272%;
		text-transform: uppercase;		
	}
/* News Styles */
	.autor_datum {
		font-size: 61.8033988272%;
	}
	.newstext {
		font-size: 80.9016995%;
	}
	.newstext:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.newsheader {
		font-weight: bold;
		color: var(--cirot);
	}

	ul {
		list-style: none;
		padding-left: 0;
	}

	ol {
		padding-left: 1.5rem;
	}
	
	ul > li {
		padding-left: 1.3rem;
		padding-bottom: 0.5rem;
	}

	ul > ul > li {
		padding-left: 2.3rem;
		padding-bottom: 0.5rem;
	}

	ol > li {
		padding-left: 0.3rem;
		padding-bottom: 0.5rem;
	}

	ol > ol > li {
		padding-left: 0.3rem;
		padding-bottom: 0.5rem;
	}

	ol > li::before {
		display: inline-block;
		margin-left: -1rem;
		width: 1rem;
		font-size: 25%;
		font-weight: bold;
		vertical-align: middle;
	}

	.carousel-caption > ol > li::before {
		font-size: 50%;
	}

	ul > li::before {
		content: "\f45c";
		font-family: "Font Awesome 6 Free";
		display: inline-block;
		margin-left: -1rem;
		width: 1rem;
		color: var(--cirot);
		font-size: 25%;
		font-weight: bold;
		vertical-align: middle;
	}

	ul > ul > li::before {
		content: "\f45c";
		font-family: "Font Awesome 6 Free";
		display: inline-block;
		margin-left: -1rem;
		width: 1rem;
		color: var(--cigrau);
		font-size: 25%;
		font-weight: bold;
		vertical-align: middle;
	}

	li > br {
		margin: unset;
	}

	.carousel-caption > ul > li::before {
		font-size: 50%;
	}

	ol > li::marker {
		color: var(--cirot);
		font-weight: bold;
	}

/* Video.js */
	video {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		width: 100%;
		height: auto;
	}

	.video_container {
		width: 480px;
		height: auto;
		padding-top: .5em;
		padding-bottom: .5em;
	}

	@media all and (max-width: 1023px) {
		.video_container {
			width: auto;
			height: auto;
			margin:unset;
		}
	}

	.vjs-poster { 
		background-size: cover !important; 
		object-fit: cover!important;
		padding: 0 !important; 
	}

	video[poster] { 
		object-fit: cover; 
		background-color:transparent;
		padding: 0 !important; 
	}


/*
	tr { 
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;		 
	}
	th, td { 
		display: flex;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 68vw;
	}
*/

.carousel-control-prev {
	border: none !important;
	max-width: 80%;
}

.carousel-control-next {
	border: none !important;
	max-width: 80%;
}

.noborder {
	border: none !important;
}
.colTop {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}


/* Container needed to position the button. Adjust the width as needed */
.containervideo {
	position: relative;
	max-width: 600px;
	}
	
	/* Make the image responsive */
	.containervideo img {
	width: 100%;
	height: auto;
	}
	
	/* Style the button and place it in the middle of the container/image */
	.containervideo .btnplay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: rgba(85, 85, 85, 0.8);
	color: white;
	font-size: 16px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	}
	
	.containervideo .btnplay:hover {
	background-color:#af2144;
	}