/* Google Fonts local embed
*************************/
/* fira-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/fira-sans-v18-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/fira-sans-v18-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/fira-sans-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/fira-sans-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/fira-sans-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lilita-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lilita One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lilita-one-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Layout
*************************/
body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 17px;
	line-height: 26px;
	color: #4d4f4f;
}

.center {
	text-align: center;
}


/* Header
*************************/
#header_print {
	display: none;
}

#top {
	line-height: 14px;
	padding-top: 15px;
	
}

#top .top_metanavi, .mainmenu {
	float: left;
}

#top .top_metanavi {
	margin-left: 236px;
}

#top .top_metanavi li {
	padding: 0 8px;
}

#top .top_metanavi a.active {
	color: #00a2c9;
}

.mainmenu {
	margin-left: 62px;
	padding-left: 20px;
	position: absolute;
	top: -30px;
	left: 200px;
	border-left: 2px solid #00a2c9;
}

.mainmenu ul {
	margin-top: 98px;
	line-height: 10px;
	text-align: left;
}

.header.original .mainmenu ul li {
	line-height: 10px;
}

.header.original .mainmenu ul li a {
	font-weight: 500;
}

.header.cloned {
	background: rgba(255,255,255,0.9);
	backdrop-filter: blur(10px);
}

.header.cloned .inside {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header .mod_search {
	line-height: 150px;
	margin-left: 0;
}

.header.cloned .mod_search {
	line-height: 130px;
}

.header .ce_search_label i {
	font-weight: bold;
	color: #000;
}

.mainmenu .meta {
	display: none;
}

.mainmenu ul ul {
	padding-top: 20px;
	background: none;
	border-top: 0;
	box-shadow: none;
}

.mainmenu ul ul li {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.mainmenu ul ul li:nth-child(1) {
	border-top: 3px solid #00a2c9;
}

.mainmenu ul ul li ol li:nth-child(1) {
	border-top: none;
}

.mainmenu ul ul li a, nav.mainmenu a.menuheader {
	padding: 5px 40px 5px 20px !important;
	color: #4d4f4f !important;
}

.stoerer {
  rotate: -5deg;
  position: absolute;
  top: 25vh;
  right: -50px;
  width: 280px;
  height: 280px;
  background: transparent;
  border-radius: 5px;
  z-index: 9999999;
  transition: all .3s ease-in-out;
}

.stoerer p {
  width: 100%;
  text-align: center;
  padding: 0;
  height: 100%;
  margin-bottom: 0;
}

.stoerer p a {
	background: transparent url('../img/setamina-stoerer.svg') no-repeat 5px center;
	background-size: 75%;
	position: absolute;
	font-weight: 700;
	color: #fff !important;
	font-size: 1.33rem;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	width: 100%;
	height: 100%;
	padding: 140px 95px 0 0;
	top: 0;
	right: 0;
	transition: all .3s ease-in-out;
}

.stoerer p a:hover {
	filter: drop-shadow(0 0 5px rgb(0 0 0 / 0.4));
	transition: all .3s ease-in-out;
}


/* Iconboxes Home
*************************/

.ce_iconbox_header .contentwrap {
	padding-top: 10px;
}

.iconbox_header_item {
	max-width: 350px;
	border-radius: 5px;
	margin-left: 5px;
	transition: all .3s ease-in-out;
}

.iconbox_header_item:hover {
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
	transition: all .3s ease-in-out;
}

.ce_iconbox_header .iconbox_header_icon {
	width: 24%;
	margin-left: 20px;
}

.ce_iconbox_header .iconbox_header_content {
	width: 61%;
	margin-left: 20px;
}

.iconbox_header_content h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
}

.iconbox_header_content p {
	line-height: 22px;
}

.iconbox_header_item.item_0 .bg-accent {
	background: #00a2c9;
}

.iconbox_header_item.item_1 .bg-accent {
	background: #0090c4;
}

.iconbox_header_item.item_2 .bg-accent {
	background: #0081bd;
}

.iconbox_header_item.item_3 .bg-accent {
	background: #0071b6;
}

.ce_iconbox_header .iconbox_header_item {
	margin-bottom: 10px;
	position: relative;
}

.ce_iconbox_header .iconbox_header_item_inside {
	padding: 13px 12px 18px 6px;
}

.ce_iconbox_header .iconbox_header_item .image_container {
	margin-right: 7px;
}

.ce_iconbox_header .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.ce_iconbox_header .link a {
	color: #fff;
	letter-spacing: 0.05rem;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 70px 0 0 125px;
	font-size: 0.9rem;
}

.ce_iconbox_header .link a:after {
	display: none;
}


/* Slider Home
*************************/
.rs-container.fullscreen {
	min-height: 830px;
}

div.ce_text.color-accent.block.tp-caption.lfl.ltl.start {
	top: 280px !important;
}

a.hyperlink_txt.ce_revolutionslider_hyperlink.caption.tp-caption.block.lfr.ltr.start {
	top: 400px !important;
}

.tparrows, .tparrows:hover {
	background: #fff;
}

.tparrows:before {
	color: #000;
}

.home ul.tp-revslider-mainul li.slide div.ce_text.color-accent.block.tp-caption.lfl.ltl.start {
	padding-bottom: 20px;
}

.home ul.tp-revslider-mainul li.slide .ce_text p {
	background-color: rgba(255,255,255,0.7);
	font-size: 57px !important;
	color: #333333;
	font-family: 'Lilita One', cursive;
	text-transform: uppercase; 
	padding: 20px;
	font-weight: 400;
	line-height: 43px !important;
	height: 120px;
}

.home ul.tp-revslider-mainul li.slide .ce_text p strong {
	font-size: 100px !important;
	line-height: 80px !important;
	font-weight: 400;
}

.home ul.tp-revslider-mainul li.slide .ce_text p:after {
	display: block;
	content: ' ';
	background-image: url('../img/arrow.svg');
	background-size: 31px 39px;
	opacity: 0.7;
	width: 31px;
	height: 39px;
	position: absolute;
	top: 119px;
	right: 0;
}

.home .ce_revolutionslider_hyperlink {
	font-size: 16px !important;
	font-weight: 700;
	line-height: 43px !important;
	text-transform: uppercase;
	display: block;
	width: 190px;
	height: 50px;
	padding: 3px 35px;
}

.tp-bannertimer, .tp-arr-iwrapper {
	display: none !important;
}

.home #slider .ce_revolutionslider:before {
  width: 100%;
  height: 325px;
  background: #ffffff;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 99;
}

.ce_revolutionslider #linkToContent {
	z-index: 99999999;
}


/* Pageimage Sub
*************************/
.mod_pageimage .inside > .container {
	height: 31vw;
}


/* News Home
*************************/
.newsteaser_v8 p, .newsteaser_v8 a, div.item-link.color-accent {
	text-align: center;
}

.newsteaser_v8 .item-overlay-right {
	width: 100%;
}

.mod_newslist h2 a {
	color: #555;
	text-transform: uppercase;
}

.newslist-v5 .news-date {
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 20px;
	padding: 0;
	border: none;
	font-size: 1rem;
}

.newslist-v5 .more a:after {
	width: 0%;
}

.newslist-v5 .more:hover a:after {
	width: 100%;
}


/* Event Home
*************************/
.home .mod_eventlist {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
}

.mod_article.bg .mod_eventlist_v3 h4 a {
	font-size: 24px;
	font-weight: 700;
}

.mod_article.bg .mod_eventlist_v3 time, .mod_eventlist_v2 .time, .mod_eventlist_v2 .location {
	font-size: 90%;
	color: #4d4f4f;
	line-height: 1.5;
}

.mod_eventlist_v3 .item-inside {
	border: 1px solid rgba(242,242,242,0);
	border-radius: 5px;
	height: 100%;
}


/* News: Vergangene Veranstaltungen
*************************/
.newslist-v4 .image_container {
	border-radius: 5px 5px 0 0;
}

#main .newslist-v4-inside .image_container.float_above {
	margin-bottom: 0 !important;
}

#main .newslist-v4-inside {
	height: 100%;
	border: 1px solid #eee;
	border-radius: 0 0 5px 5px;
	background: rgba(255,255,255,0.95);
}

.newslist-v4 .date {
	top: 0;
	border-radius: 0 0 10px 10px;
}

.newslist-v4 .content {
	padding: 20px;
	border: none;
}


/* Content
*************************/
body.sidebar.left #main {
	max-width: 956px;
	border-left: none;
	position: relative;
	z-index: 99999;
}

body.sidebar #main {
	width: 82.5% !important;
}

.mod_article.bg {
	background: #d6d4cc url(../img/bg.jpg);
	padding-bottom: 60px !important;
}

.mod_article.bg .ce_text a, .mod_article.bg .ce_text a:visited {
	color: #4d4f4f;
	font-weight: 700;
}

.mod_article.bg .ce_text a:hover {
	color: #000;
}

.home .bg .ce_text h1 {
	background-image: url('../img/arrow.svg');
	background-size: 31px 39px;
	background-position: center -1px;
	padding-top: 70px;
	margin-bottom: 10px;
}

.mod_article.bg .ce_text h1 + p {
	margin-bottom: 40px;
}

.mod_article + .mod_article {
	padding-top: 0 !important;
}

.ce_text h1 + ul {
	margin-top: 33px;
}

h1 {
	hyphens: none;
	-webkit-hyphens: none;
}

h1 + .ce_text p {
	margin-top: 8px;
}

h1 + .ce_downloads {
	margin-top: 33px;
}

h1 + .info {
	margin-top: 15px;
}

h1 {
	font-family: 'Lilita One', cursive;
	text-transform: uppercase; 
	font-size: 64px;
	line-height: 72px;
	color: #0071b6;
	padding-top: 62px;
	padding-bottom: 40px;
}

.home h1 {
	padding-top: 0;
	padding-bottom: 0;
}

.home #main .inside h1:before {
	display: none;
}

#main .inside h1:before {
	content: ' ';
	color: #fff;
	position: absolute;
	display: block;
	background-color: #00a2c9;
	width: 2px;
	height: 160px;
	left: -22px;
	top: 0px;
}

.lead {
	width: 80%;
	font-weight: 700;
}

#main .inside h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	color: #00a2c9;
	padding-top: 20px;
	margin-bottom: 10px;
}

#main .inside h1 + .ce_text h2, #main .inside h1 + .autogrid_wrapper .inner .ce_text h2, #main .inside h1 + .ce_headline h2, #main .inside h1 + .ce_downloads h2, #main .inside h1 + .ce_download h2, #main .inside h1 + h2 {
	padding-top: 0;
	margin-top: 0;
}

.datenschutz h2 {
	margin-top: 40px !important;
}

#main .inside h3 {
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 17px;
}

.content_page .mod_search h3 {
	margin-top: 50px;
}

.content_page .mod_search h3 a {
	color: #00a2c9;
}

.ce_hyperlink a, a.btn {
	border-radius: 5px;
	padding: 12px 20px;
}

.ce_text ul li, .ce_list ul li {
	list-style: none;
	line-height: 26px !important;
}

#main .inside .ce_text ul li:before, #main .inside .ce_list ul li:before {    
	font-family: 'FontAwesome';
	content: '\f111';
	margin:0 5px 0 -10px;
	color: #4d4f4f;
	font-size: 4px;
	position: relative;
	top: -4px;
	line-height: 10px;
}

.impressum-datenschutz #main .inside .ce_text ul li:before, .impressum-datenschutz #main .inside .ce_list ul li:before {
	display: none;
}

.impressum-datenschutz #main .inside span {
	font-size: 100% !important;
}

#main .inside .ce_text ul, #main .inside .ce_list ul, #main .inside .ce_text ol, #main .inside .ce_list ol {
	padding-left: 18px;
	margin-bottom: 30px;
}

.ce_accordion .accordion {
	background: #f2f2f2 url('../img/arrow.svg') no-repeat 23px -1px !important;
	background-size: 31px 39px !important;
	padding-top: 50px;
	overflow: hidden;
}

.ce_accordion {
	margin-bottom: 0;
}

.ce_accordion .toggler.ui-state-active {
	border-bottom: 0;
}

#main .inside p a, #main .inside li a, #main .inside li a:visited {
	color: #00a2c9;
}

#main .inside p a:hover, #main .inside li a:hover, .email a:hover {
	text-decoration: underline;
}

#main .inside .image_container.float_above {
	margin-bottom: 30px;
}

#main .inside .ce_download {
	background: #f2f2f2;
	padding: 10px;
	position: relative;
}

#main .inside .ce_accordion .ce_download {
	background: #fff;
}

#main .inside .ce_download p {
	margin-bottom: 0;
}

.ce_download_default a {
	background: none;
	padding: 0;
	color: #00a2c9;
}

#main .inside .ce_download a span.size {
	margin-left: 5px;
}

#main .inside .ce_download:after {
	font-size: 32px;
	color: #999;
}

.ce_download:after {
	font-family: "FontAwesome";
	content: "\f0ed";
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -35px;
	font-size: 70px;
	color: rgba(255,255,255,0.1);
	line-height: 70px;
}

#main .inside .ce_download a span.size {
	color: #00a2c9;
	font-size: 80%;
}

#main .inside .ce_download a:hover {
	text-decoration: underline;
}

#main .inside .ce_teambox .image .overlay {
	max-width: 150px;
}

#main .inside .ce_teambox .function {
	color: #4d4f4f;
}

#main .inside .autogrid {
	margin-bottom: 15px;
}

#main .inside .marginbottom-m {
	margin-bottom: 30px;
}

#main .inside .marginbottom-l {
	margin-bottom: 60px;
}

#main .inside .marginbottom-xl {
	margin-bottom: 90px;
}

#main .inside .ce_table table {
	white-space: inherit;
}

#main .inside .ce_table table td.col_first {
	white-space: nowrap;
}

#main .inside .ce_table table td {
	vertical-align: top;
}

#main .inside #map {
	width: 100% !important;
	height: auto !important;
	
}

#main .inside .mod_eventreader .info {
	clear: both;
	margin-left: 0;
	padding-left: 0;
	border: none;
}

#main .inside .back a:before {
	content: '\f104';
}

#main .inside .back a:hover {
	text-decoration: none;
	border-bottom: 1px solid #00a2c9;
}

.forum #main .inside .ce_downloads ul li:nth-child(1) {
	margin-bottom: 60px;
	border-bottom: none;
}

.forum #main .inside .ce_downloads ul li:nth-child(2):before {
	content:'Archiv \A\A ';
	white-space: pre-wrap;
	font-size: 22px !important;
	font-weight: 300;
}

#main .inside p.back {
	margin-top: 30px;
}

#main .mod_calendar td .event {
	line-height: 17px;
}

#main .accordion .ce_downloads li, #main .accordion .ce_download li {
	border-bottom: 1px solid #fff;
}

#main .inside h1.noline:before {
	display: none;
}

#main .inside .newsreader .back a {
	font-size: 0.9rem;
}

#main .inside .newsreader .back {
	border-top: none;
}

#main h3.small, #main p.small, #main li.small {
	font-size: 0.8rem;
	line-height: 1rem;
}

#main h3.small {
	margin-bottom: 0;
	padding-top: 0;
}

#main h3.small.mt-s {
	margin-top: 15px !important;
}

#main fieldset.checkbox_container {
	padding: 0;
	border: 0;
}

form .checkbox_container span, form .widget-radio span {
	display: inline-block;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 0;
}

p.empty {
	text-align: center;
}

div.empty {
margin: 0 auto;
}

#main .mod_search {
	text-align: left;
}

.search_default .image_container img {
	max-width: 400px;
}

#main .mod_search p.url {
	display: none;
}

#cboxCurrent {
	display: none !important;
}

button.submit {
	font-size: 0.9rem;
	font-weight: bold;
}

/* .ce_teambox_se_tamina {
	float: left;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 20px;
	box-sizing: border-box;
}

 .ce_teambox_se_tamina:nth-child(4n + 1) {
	clear: left;
} 

.ce_teambox_se_tamina + *:not(.ce_teambox_se_tamina) {
	clear: both;
} */

.ce_teambox_se_tamina .image_container {
	max-width: 200px;
	margin-bottom: 15px;
}

.ce_teambox_se_tamina h5 {
	margin-bottom: 0;
}

.ce_teambox_se_tamina .funktion_oder_abteilung_optional {
	font-weight: bold;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

.ce_teambox_se_tamina .adresse {
	margin-top: 15px;
}

.accordion + div {
	overflow: hidden;
}

.kontakt span.ort {
	display: none;
}


/* Sidebar Left
*************************/
body.sidebar.left #left {
	flex: 204px;
}

.subnav {
	padding-top: 203px;
}

.subnav a {
	font-size: 15px;
	line-height: 18px;
	padding: 8px 10px 8px 20px;
}

.subnav a.active {
	background: #e0e0e0;
}

#left .mod_article:after {
	display: none;
}

#left .mod_article {
	border: 1px solid #e0e0e0;
	background: rgb(248, 248, 248);
	margin-right: 0;
	padding: 20px;
	font-size: 85%;
	border-radius: 3px;
	margin-top: 40px;
}

body.content_page.sidebar #left .mod_article > .container {
	padding-top: 0;
	padding-bottom: 0;
}

#left .mod_article h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#left .mod_article p {
	line-height: 133% !important;
	padding-top: 20px !important;
}

#left .mod_article .image_container {
	margin-bottom: 5px;
}

body.sidebar.left #left .inside {
	padding-bottom: 80px;
	margin-right: 0;
}

body.sidebar.left .ce_gallery.imgs-float-left ul  li {
	display: inline-block;
	float: left;
}


/* Isotope Gallery & Colorbox Styling
_______________________________________________________*/
.ce_gallery .content {
  background: rgba(237,232,224,0.8); /* Thumbnail Hover Overlay */
}

#cboxOverlay {
  background: #171310; /* Hintergrundfarbe Colorbox */
  opacity: 0.85 !important; /* Hintergrundopazität Colorbox */
}

#colorbox, #colorbox * {
  overflow: visible !important;
}

#cboxContent {
  position: relative !important;
  background: transparent;
}

#cboxLoadedContent {
  border: 5px solid rgba(0,0,0,0);
  background: transparent;
}

#cboxCurrent {
  display: none !important;
}

#cboxClose {
  top: -13px;
  background: url(../img/colorbox-controls.png) no-repeat top center;
}

#cboxPrevious {
  background: url(../img/colorbox-controls.png) no-repeat top left;
}

#cboxPrevious:hover {
  background-position: left -66px !important;
}

#cboxNext {
  background: url(../img/colorbox-controls.png) no-repeat top right;
}

#cboxNext:hover {
  background-position: right -66px !important;
}

#cboxPrevious,
#cboxNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999; /* sicherstellen, dass sie über dem Bild liegen */
}

#cboxPrevious {
  left: -12px; /* Abstand nach links – anpassen je nach Bedarf */
}

#cboxNext {
  right: -12px; /* Abstand nach rechts – anpassen je nach Bedarf */
}

#cboxPrevious, #cboxNext {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#cboxPrevious:focus, #cboxNext:focus {
  outline: none;
}


/* Footer
*************************/
#footer_print {
	display: none;
}

#footer .inside {
	padding-top: 0 !important;
}

#footer .footer-col1 {
	padding-left: 234px;
}

#footer .footer-col2 {
}

#footer h4 {
	font-size: 25px;
	line-height: 18px;
	font-weight: 400;
	padding-top: 50px;
	padding-bottom: 0;
	color: #00609a;
}

#footer .footer-col1 h4 {
	border-left: 2px solid #0071b6;
	padding-left: 22px;
}

#footer .footer-col1 table {
	margin: 40px 0 0 10px;
}

#footer .footer-col1 table p {
	font-size: 17px;
	font-weight: 700;
	color: #ccc;
	text-transform: uppercase;
}

#footer .footer-col1 table p a, #footer .footer-col1 table p a:visited {
	color: #ccc !important;
	transition: all .3s ease-in-out;
}

#footer .footer-col1 table p a:hover {
	color: #fff !important;
	transition: all .3s ease-in-out;
}

#footer .footer-col2 li a {
	color: #fff !important;
	transition: all .3s ease-in-out;
}

#footer .footer-col2 li a:hover {
	color: #ccc !important;
	transition: all .3s ease-in-out;
}

#footer .footer-col2 li {
	margin-bottom: 0;
	padding-bottom: 5px;
}

#footer .footer-col2 li:before {
	content: "\f111";
	font-size: 6px;
	color: #ccc;
}

#footer .footer-col2 li:after {
	display: none;
}

.totop {
	display: none;
}

#bottom .inside {
	font-size: 13px;
}

#bottom .inside, #bottom .inside a {
	color: #ccc;
}

#bottom .right a {
	color: #fff !important;
}

.top-link {
	background: rgba(255,255,255,0.8);
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	backdrop-filter: blur(3px);
}

.top-link:hover {
	background: rgba(255,255,255,1);
	transition: all .3s ease-in-out;
}

.top-link a {
	font-size: 18px;
}

.top-link a i {
	color: #000;
}

.top-link .progress-ring circle {
	stroke: var(--bg-customColor1);
}

.fixed-header .top-link {
	bottom: 82px;
}



/* Media Queries
*************************/
@media screen and (min-width: 1240px) {
	
	.mainmenu ul li {
		margin-left: 11px;
		margin-right: 11px;
	}
	
}

@media screen and (max-width: 1239px) {
	
	.mainmenu ul li {
		margin-left: 0.9vw;
		margin-right: 0.9vw;
	}
	
	.mainmenu ul li a {
		font-size: 1.46vw;
	}
	
}

@media screen and (min-width: 961px) {
	
	body.sidebar.left #main {
		flex: calc(100% - 204px);
	}
	
}


@media screen and (max-width: 960px) {
	
	#main .inside .mod_article {
		padding-left: 0 !important;
	}
	
	#main .inside h1:before {
		display: none;
	}

	body.sidebar #left {
		display: none;
	}
	
	body.sidebar.left #main {
		float: left;
		width: 100% !important;
	}
	
	body.sidebar.left #main > .inside {
		padding-left: 0;
		padding-bottom: 40px;
	}
	
} 


@media screen and (min-width: 981px) and (max-width: 1088px) {
	
	#footer .footer-col1 h4, #footer .footer-col2 h4 {
		font-size: 20px;
	}
	
} 


@media screen and (max-width: 980px) {
	
	#footer .footer-col1, #footer .footer-col2 {
		padding-left: 0;
		width: 50%;
	}
	
	#footer .footer-col1 h4, #footer .footer-col2 h4 {
		font-size: 20px;
		border-left: 0;
		padding-left: 0;
	}
	
} 


@media screen and (max-width: 600px) {
	
	#footer .footer-col1, #footer .footer-col2 {
		width: auto !important;
	}
	
} 


@media screen and (min-width: 981px) and (max-width: 1000px) {
	
	.mainmenu ul li {
		margin-left: 10px;
		margin-right: 10px;
	}
	
} 


@media screen and (min-width: 911px) and (max-width: 980px) {
	
	.mainmenu ul li {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.home ul.tp-revslider-mainul li.slide .ce_text p {
		font-size: 54px !important;
	}
	
	.home ul.tp-revslider-mainul li.slide .ce_text p strong {
		font-size: 84px !important;
	}
	
} 


@media screen and (min-width: 768px) and (max-width: 910px) {
	
	.mainmenu ul li {
		margin-left: 3px;
		margin-right: 3px;
	}
	
	.mainmenu ul li a {
		font-size: 15px !important;
	}
	
	.home ul.tp-revslider-mainul li.slide .ce_text p {
		font-size: 36px !important;
	}
	
	.home ul.tp-revslider-mainul li.slide .ce_text p strong {
		font-size: 64px !important;
	}
	
} 

@media screen and (min-width: 769px) {
	
	.ce_teambox_start {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

}



@media screen and (min-width: 769px) and (max-width: 1025px) {
	
	div.ce_text.color-accent.block.tp-caption.lfl.ltl.start {
		left: 40px !important;
	}
	
	a.hyperlink_txt.ce_revolutionslider_hyperlink.caption.tp-caption.block.lfr.ltr.start {
		left: 40px !important;
	}
	
	.header .mainmenu ul li ul li a {
		font-size: 13px;
		padding: 5px !important;
		white-space: normal !important;
		min-width: 200px;
	}
	
	.header.original .mod_search {
		position: absolute;
		right: 100px;
		top: 42px;
	}
	
	.header.cloned .mod_search {
		position: absolute;
		right: 100px;
		top: 18px;
	}
	
	.header .ce_search_label i {
		font-size: 20px;
	}
	
	.smartmenu-content .subitems_trigger:before {
		content: "\f107";
		font-family: FontAwesome;
		margin-left: 15px;
		transition-duration: 0.3s;
		transition-property: transform;
		display: inline-block;
	}
	
	.smartmenu-content .mod_navigation li.open > .subitems_trigger:before {
		content: "\f107";
		font-family: FontAwesome;
		margin-left: 15px;
		transition-duration: 0.3s;
		transition-property: transform;
		display: inline-block;
		transform: rotate(180deg);
	}
	
	.smartmenu-content .smartmenu-scrollable {
		border-left: 1px solid #eee;
	}
	
} 

@media screen and (min-width: 769px) {
	.header.original .mainmenu ul ul, .header.cloned .mainmenu ul ul {
		top: -86px;
		left: -8px;
	}
}



@media screen and (max-width: 768px) {
	
	.mmenu_trigger {
		right: 20px;
	}
	
	.stickyheader .header.cloned .inside, .header .inside {
		height: 120px;
	}
	
	.header.original .mod_search {
		display: block !important;
		position: absolute;
		right: 60px;
		top: -12px;
	}
	
	.ce_revolutionslider, .tp-bgimg.defaultimg {
		height: 200px !important;
	} 
	
	.home #slider .ce_revolutionslider:before {
		display: none;
	}
	
	.iconbox_header_item {
		max-width: none;
	}
	
	.ce_iconbox_header .link a {
		text-indent: -1000px;
		line-height: 0;
		padding: 0;
		position: absolute;
	}
	
	.iconbox_header_item.item_0.bg-accent,
	.iconbox_header_item_inside.bg-accent {
		min-height: 0 !important;
	}
	
	.iconbox_header_item_inside h2 {
		padding-top: 10px;
	}
	
	.stoerer {
		top: 12vh;
		width: 205px;
		height: 80px;
		transform: scale(0.7);
		right: -40px;
	  }
	  
	  .stoerer p {
		padding-top: 30px;
		padding-left: 8px;
	  }
	
	div.ce_text.color-accent.block.tp-caption.lfl.ltl.start {
		left: 10px !important;
		height: 200px !important;
		top: 20px !important;
	}
	
	.home ul.tp-revslider-mainul li.slide .ce_text p {
		font-size: 20px !important;
		height: 90px;
	}
	
	.home ul.tp-revslider-mainul li.slide .ce_text p strong {
		font-size: 28px !important;
	}
	
	.home ul.tp-revslider-mainul li.slide .ce_text p:after {
		top: 89px;
	}
	
	a.hyperlink_txt.ce_revolutionslider_hyperlink.caption.tp-caption.block.lfr.ltr.start {
		top: 110px !important;
		left: 10px !important;
	}
	
	#footer .footer-col1 h4, #footer .footer-col2 h4 {
		font-size: 16px;
	}
	
	h1 {
		font-size: 32px;
		line-height: 36px;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	body.sidebar #main {
		width: 100% !important;
	}
	
	.mod_eventlist_v3 h4, .mod_eventlist_v3 h4 a {
		font-size: 20px !important;
	}
	
} 

@media screen and (max-width: 580px) {
	
	.ce_teambox_se_tamina {
		width: 100%;
		float: none;
	}

}



