

/*************************************************************************/ 
/*  Theme Custom  */

body {
	font-family: 'Figtree', 'Asap', sans-serif;
	font-weight: 400;
	font-size: clamp(18px,1.6vw,21px);
	line-height: 180%;
	color: #264245;
	background-color: #fff;
	letter-spacing: -0.05rem;
}

/*Link Farbe */
a {
	color: #222;
}

/* Txt Links im Content */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 500;
	color: #7AE3E3; 
}
/* brand Coor #7AE3E3 + #7AE3E3 */
.brand-color {
	color: #7AE3E3; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Figtree', 'Asap', sans-serif;
	line-height: 120%;
	font-weight: 600;
	letter-spacing: -0.05rem;
}
h1 {
	font-size: clamp(26px, 3.9vw, 300%);

}
h2 { 
	font-size: clamp(24px, 3vw, 240%);

}
h3 {
	font-size: clamp(21px, 2.6vw, 180%);
	line-height: 120%;

}
h4 {font-size: clamp(19px, 1.9vw, 110%);} 
h5 {font-size: clamp(18px, 1.5vw, 105%);} 
h6 {font-size: clamp(17px, 1.4vw, 100%);} 

@media only screen and (max-width: 970px) {
	 h1, h2, h3, h4, h5, h6 { 
		 /* hyphens: auto; */
		 /* -webkit-hyphens: auto; */
		}
}

/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(240%, 3.8vw, 360%);
/*
	line-height: 110%;
	color: #7AE3E3;
	font-weight: 400;
*/

}
.headline-title h2  {
	font-size: clamp(240%, 3.8vw, 360%);
/*	font-size: clamp(240%, 3.3vw, 280%);*/
	line-height: 110%;
/*
	color: #7AE3E3;
	font-weight: 400;
*/
}
.headline-title h3  {
	font-size: clamp(240%, 3.3vw, 280%);
	line-height: 110%;
/*
	color: #7AE3E3;
	font-weight: 400;
*/
}
.res-boxes .headline-title h2,
.res-boxes .headline-title h3,
.res-slider-content .headline-title h2,
.res-slider-content .headline-title h3 {
	font-size: clamp(140%, 2.4vw, 330%);
	line-height: 110%;
/*
	color: #7AE3E3;
	font-weight: 400;
*/
}


/* Container */
.container {
    max-width: 1280px;
}
.container-fluid {
    max-width: 80%;
}
.container-small {
	max-width: 900px;
	margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
	.container{	max-width: 90%;	}
	.container-fluid {max-width: 90%;}
}

/* Logo */
.logo {
	padding-top: 38px;
	padding-bottom: 20px;
}

/* Logo Size  */
.logo img {
	width: clamp(70px, 10vw, 250px);
	height: auto;
}
/* Logo Mobile  */
@media only screen and (max-width: 970px) {
	.res-nav .logo-mobile img {
		height: 30px;
	}
}


/*  Fixnav */
.res-fixnav.show .logo {
	padding-top: 0px;
	padding-bottom: 20px;
}
.res-fixnav.show .logo img {
	width: clamp(70px, 1.2vw, 350px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: transparent;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
		display: none;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: none;
	}
	.res-fixnav.show .container {
		max-width: 97%;
	}
}
/* Fixnav Mobile */
@media only screen and (max-width: 970px) {
	
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		background: transparent;
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background-color: #fff;	
	}
} 


/* RES Nav */
.res-nav .nav-link {
	font-weight: 500;
	font-size: 95%;
	white-space: nowrap;
}

@media only screen and (max-width: 1660px) {
	/*.
	res-nav-section .desktop-nav {
		flex-wrap: wrap;
	}
	*/
	.res-nav .nav-link {font-size: 100%; }
}

/* Abstand Mainnav Desktop clamp */
@media only screen and (min-width: 970px) {
	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: clamp(15px, 1.2vw, 30px);
		padding-left: clamp(15px, 1.2vw, 30px);
	}
}

/* Hover */
.res-nav-section li a:hover{
	color: #000;
}

/* active Nav */
	li.active > a.nav-link,
	.res-header li.current-page-ancestor .current-page-ancestor a,
	#burger-menu-nav li.current-page-ancestor .current-page-ancestor a,
	#burger-menu-nav li.current-page-ancestor > a.nav-link,
	.res-navtab .tabs .nav-link.active,
	.res-navtab .tab-links .nav-single-tab.active .nav-link,
	#res-menu-mobile .current-page-ancestor > a, 
	#res-menu-mobile .current-page-ancestor .dropdown-submenu.active > a, 
	#res-menu-mobile .dropdown-submenu.active > a {
		color: #000;
}
/* active Nav in dropdownn */
li.active .current-menu-item > a.dropdown-item {
    color: #7AE3E3;
    font-weight: 500;
    letter-spacing: 0;
}



/* Buttons */
.btn {
	padding: 0.2rem 3rem;
	border-radius: 33px;
	margin-right: 10px;
}
.btn-primary{
    background-color: #000;
    color: #eee !important;
	font-weight: 400 !important;
}
.btn-primary:link {}
.btn-primary:visited {}
.btn-primary:hover {}
.btn-primary:active {}
.btn-primary:focus {}

.btn-secondary{
	border: 1px solid #7AE3E3;
	background-color: #7AE3E3;
	color: #000;
}

.btn-secondary:link {}
.btn-secondary:visited {}
.btn-secondary:hover {}
.btn-secondary:active {}
.btn-secondary:focus {}

.btn-text-link {
	padding: 0;
	border-radius: 0;
	border: 0;
}
.btn-sm {
    font-size: 85%;
    padding: 0.4rem 1.4rem;
}

.btn-arrow {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.btn-arrow:after {
	content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: 8px;
    font-weight: 400;
    font-size: 100%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

/* Footer */

.res-footer {
	border-top: 0px solid #eee;
	background-color: transparent;
}

.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box a {
	background: #000;
	border-radius: 100%;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #fff;
	height: clamp(20px,1.0vw,80px);
}
.res-widget-footer.footer-social-icon span.fa-res-icon,
.res-widget-footer.footer-social-icon span.fa-res-i {
	width: 45px;
	height: 45px;
	color: #fff;
}

/* Blog Singlepage Scroll Bar  */

body.single .res-singlepage-scroll-bar-frame {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: transparent;
}

body.single .res-single-scroll-bar {
  width: 100%;
  height: 5px;
  background: rgba(255,255,255, 0.0);
}

body.single .res-single-scroll-bar-progress {
  height: 5px;
  background: rgba(0,0,0, 1.0);
  width: 0%;
}
body.single.footer-in-viewport .res-single-scroll-bar-progress {
  background: #f1f1f1;
}
/*
@media only screen and (max-width: 970px) {
	body.single .res-single-scroll-bar {height: 3px;}
	body.single .res-single-scroll-bar-progress {height: 3px;}
}
*/


/* Formular  */

.forminator-ui .forminator-required {
	color: #eee;
	opacity: 0.4;
}
.forminator-ui .forminator-label {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
	padding-bottom: 0.5rem;
}

.forminator-ui .forminator-checkbox, 
.forminator-ui .forminator-checkbox__label, 
.forminator-ui .forminator-checkbox__label p {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
}
/* forminator error-message font */
.forminator-ui.forminator-design--flat span.forminator-error-message {
    color: #000 !important;
	font-weight: 400 !important;
}


/*************************************************************************/
/*   Custom-CSS  */

.marker{
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #2b52b9;
	color: #2b52b9;
}

.res-style-01 {
}
.res-style-02 {
}
.res-style-03 {
}
.res-txt.res-style-01 h3  {
	color: #7AE3E3;
    font-size: clamp(21px, 2.6vw, 180%);
    line-height: 120%;
    font-weight: 300;
	
}
.res-txt.res-style-03 {
	padding-top: 11rem !important;
	padding-bottom: 7rem !important;
}
.res-txt.res-style-03 h1 {
    font-size: clamp(26px, 3.9vw, 300%);
    line-height: 120%;
    font-weight: 500;
    letter-spacing: -0.05rem;
}
.res-txt.res-style-02 .var-2spalten h2 {
    font-size: clamp(16px, 2.1vw, 240%);
    line-height: 130%;
    font-weight: 400;
    letter-spacing: -0.07rem;
}

.res-text-bild.res-style-03 .txt-2spalten h3 {
	font-size: clamp(16px, 1.4vw, 180%);
    line-height: 120%;
	font-weight: 400;
	padding-bottom: 16px;
}
.res-text-bild.res-style-03 .txt-2spalten p {
	font-size: 90%;
}

.res-boxes.res-style-03 h3 {
	font-size: clamp(17px, 2.1vw, 240%);
    line-height: 120%;
    font-weight: 500;
	padding-right: 15%;
}

.res-text-bild.res-style-02 .txt-box {
	padding: 1.5rem 3rem;
}
.res-text-bild.res-style-02 .txt-imagebox {
	margin: 0 !important;
	padding-right: 0px;
}

.res-txt.res-style-02 .title-only-section h2 {
	font-size: clamp(20px, 2.0vw, 250%);
}


.res-boxes.res-style-01 .boxlayout01 .box-content {
	padding: 25px 40px;
}
.res-boxes.res-style-01 .boxlayout01 .box-content h3 {
	padding-bottom: 60px;
}

.res-text-bild.res-style-01.custom {
	background: #264245;
}
.res-text-bild.res-style-01.custom * {
	color: #fff;
}
.res-text-bild.res-style-01.custom h2 {
	font-size: clamp(18px, 1.1vw, 260%);
}
.res-text-bild.res-style-01.custom h3 {
	font-size: clamp(24px, 3vw, 300%);
	margin: 0;
	padding: 0;
}
.res-text-bild.res-style-01.custom p {
	font-size: clamp(24px, 3vw, 300%);
	color: #7AE3E3;
	margin: 0;
	padding: 0 0 40px 0;
}


body.openBurgerMenu #burgermenu-section {
    background: rgba(38,66,69, 0.98);
}

.overlayer-burgermenu .container {
    /* max-width: 1000px; */
    max-width: 1200px;
	font-size: 90%;
}
.overlayer-burgermenu .navbar-nav li a.nav-link {
    font-size: 160%;
    line-height: 160%;
    color: #fff;
    font-weight: 500;
    padding: 80px 0;
}
.overlayer-burgermenu .navbar-nav  .dropdown-item {
    padding: 0.3rem 1rem;
    font-weight: 400;
    font-size: 110%;
}

.burgermenu-nav-section ul li.megamenu .dropdown-menu .dropdown-item:hover{
    color: #7AE3E3;
}
.burgermenu-nav-section ul li.megamenu .dropdown-menu .active .dropdown-item {
    color: #7AE3E3;
}


.burgermenu-nav-section ul li.megamenu .dropdown-menu .dropdown-item {
    font-weight: 400;
    color: #fff;
    padding: 6px 0;
}

.burger-lines {
    background: #255358 none repeat scroll 0 0;
    height: 2px;
    width: 33px;
}
.burger-lines:before, .burger-lines:after {
    background: #255358 none repeat scroll 0 0;
    height: 2px;
    width: 33px;
	
}

.burger-lines:after {
	opacity: 0.0;
}
.burger-lines-button.x.closebutton .burger-lines::after {
	opacity: 1.0;
}

.text-color {
	color: #7AE3E3;
}
.subnav-is-sticky {
	position: fixed;
	width: 100vw;
	z-index: 10;
}
.subnav-is-sticky .container-off {
	background: #fff !important;
	color: #7AE3E3 !important;
	font-size: 90%;
	box-shadow: 0 0.225rem 0.5rem rgba(0, 0, 0, 0.1);
}
.res-fixnav.show .container{
	position: fixed;
	z-index: 11;
	display: none;
}
.subnav-is-sticky .active a.nav-link {
	color: #7AE3E3;
}
.res-fixnav.show .container{
	position: fixed;
	z-index: 11;
	display: none;
}

.page-header-fixiert.page-on-top .burger-lines {
    background: #fff none repeat scroll 0 0;
}
.page-header-fixiert.page-on-top .burger-lines:before,
.page-header-fixiert.page-on-top .burger-lines:after {
    background: #fff none repeat scroll 0 0;
}

.header-option-absolute .res-nav .nav-link {
	color: #fff;
    font-weight: 500;
    font-size: 95%;
}
.header-option-absolute.res-fixnav.show{
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.0) !important;
}

/*
.home.page-on-top .burger-lines {
    background: #fff none repeat scroll 0 0;
}
.home.page-on-top .burger-lines:before,
.home.page-on-top .burger-lines:after {
    background: #fff none repeat scroll 0 0;
	
}
*/



.res-header-image.res-style-01 .btn-primary {
    background-color: #fff;
	border: 1px solid #fff;
    color: #000 !important;
    font-weight: 400 !important;
}
.res-header-video.res-style-01 .btn-secondary {
    background-color: #fff;
	border: 1px solid #fff;
    color: #000 !important;
    font-weight: 400 !important;
}
.res-header-video.res-style-01 h1 {
	font-size: clamp(20px, 2.6vw, 330%);
}


.res-footer {
	background: #f5f5f5;
}
.res-footer .res-navtab-sitemap-frame li {
} 

@media only screen and (min-width: 970px) {
	.res-footer .res-navtab-sitemap-frame  .megamenu > .dropdown-menu {
		 -webkit-column-count: 1; 
		-moz-column-count: 1;
		 column-count: 1; 
		 padding: 0; 
	}
}

.res-footer .res-navtab .res-block-navigation .res-navtab-sitemap .nav-link {
    font-size: 90%;
	font-weight: 400;
    padding: 0;
}
.res-footer .res-navtab .res-block-navigation .res-navtab-sitemap .dropdown-menu .dropdown-item {
    padding: 0;
    font-size: 90%;
	font-weight: 400;
}



/* BLOG  */



@media only screen and (min-width: 1400px) { 
	.res-blog .container {
		max-width: 1410px;
	}
}

	/*Rewrite  */
	.res-blog .blog-boxes span.btn {
		margin-bottom: 0px;
	}
	.res-sidebar-filter .blog-filters li.current-cat {
		font-weight: 300;
	}


.blog-sidebar .blog-filters {
	font-size: 90%;
	font-weight: 300;
}

.blog-box h3 {
	font-size: 120%;
	padding: 10px 0;
}
.blog-vorschau-txt {
	display: block;
	font-size: 80%;
	font-weight: 300;
	line-height: 160%;
	margin-right: 8px;
}
.res-blog .blogpost-btn span {
	font-size: 80%;
}

.res-video-play-html.res-style-01 .res-vid-overlay {
	height: auto;
}
@media only screen and (max-width: 970px) {
	.res-video-play-html.res-style-01 .res-vid-container.res-vid-mobile-fallback  {
	}
	.res-video-play-html.res-style-01 .res-vid-mobile-fallback .res-vid-main  {
		min-height: 100vh;

	}
}

.res-boxes.style-01 .box-content h3 {
    font-size: clamp(21px, 1.4vw, 180%);
    line-height: 120%;
}
.res-slider-content.style-01 .vorschau-text {
	font-size: 79%;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 0.01rem;
}



