

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

body {
/*	font-family: 'Plus Jakarta Sans', sans-serif;*/
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: clamp(18px, 1.1vw, 22px);
    line-height: 160%;
	color: #000;
	background-color: #fff;
}

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

/* Link in Editor-Texten */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 400;
    border-bottom: 1px solid #000;
}

:is(.desktop-nav, .navbar-nav) .current-page-ancestor a {
	color: #4a90e2; 
}

.brand-color {
	color: #4a90e2; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
/*	font-family: 'Plus Jakarta Sans', sans-serif;*/
	font-family: 'Inter', sans-serif;
	font-weight: 200;
	line-height: 120%;
/*	letter-spacing: -0.03em;*/
}
h1 {
	font-size: clamp(26px, 2.9vw, 260%);
}
h2 {
	font-size: clamp(22px, 2.1vw, 210%);
}
h3 {
	font-size: clamp(18px, 2vw, 170%);
	line-height: 120%;
}
h4 {font-size: clamp(17px, 1.4vw, 140%);} 
h5 {font-size: clamp(16px, 1.2vw, 110%);} 
h6 {font-size: clamp(15px, 1.1vw, 100%);} 

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

/* Container align wide  */

.container {
    max-width: 1330px;
}
.container-fluid {
    max-width: 85%;
}
.container-small {
	max-width: 900px;
	margin: 0 auto;
}
/* Laptop Surface */
@media only screen and (max-width: 1500px) {
	.container{	max-width: 95%;}
	.container-fluid {max-width: 95%;}
}

/* Logo */
.logo {
	padding-top: 40px;
	padding-bottom: 30px;
}

/* Logo Size  */
.logo img {
	width: clamp(80px, 15vw, 240px);
	height: auto;
}

.res-header {
	background: #fff;
}
.page-header-fixiert .res-header {
	background: transparent;
}

/* Logo Mobile  */
@media only screen and (max-width: 970px) {
	.res-nav .logo-mobile img {
		height: 30px;
	}
}


/* RES Nav */
@media only screen and (min-width: 970px) {

	.res-nav .nav-link {
		font-size: 100%;
		padding: 0.7rem 1.3rem;
		white-space: nowrap;
	}

	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: clamp(15px, 1.6vw, 30px);
		padding-left: clamp(15px, 1.6vw, 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: #eee;
	font-weight: 700;
}

.res-nav .dropdown a {
	display: flex;
	align-items: center;
}

/*  Fixnav */
.res-fixnav.show .logo {
	padding-top: 15px;
	padding-bottom: 17px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 8vw, 350px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: rgba(255,255,255, 1.0);
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
}
/* 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;	
	}
} 



/* Buttons */
.btn {
	padding: 0.45em 1.8em 0.47em 1.7em;
	border-radius: 3em;
	font-size: 100%;    
	transition: all .2s ease-in-out;
}
.btn:hover {
	opacity: unset;
}

.btn-primary{
    background-color: #000;
    color: #fff ;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
	transform: scale(0.97)
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: none!important;
	background-color: #ABABAB!important;
	color: #fff!important;
}
.btn-secondary:hover{
	transform: scale(0.97);
}
.btn-outline{

}
.btn-outline:hover{
	transform: scale(0.97)
}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 0.35em;
    text-decoration-thickness: 0.01em;
    text-decoration-color: #000;
}
.btn-text-link:hover {
	padding-left: 0;
	color: #ABABAB;
    text-decoration: underline;
    text-underline-offset: 0.35em;
    text-decoration-thickness: 0.01em;
    text-decoration-color: #ABABAB;
}
.btn-arrow {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-weight: 400;
}
.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 .2s ease-in-out;
}

.btn-sm {
	font-size: 80%;
} 
.btn-sm:not(.btn-text-link, .btn-arrow) {
	padding: 0.55em 1.8em 0.57em 1.7em;
} 


/* Btns Mobile  */
@media only screen and (max-width: 970px) {
	.btn {font-size: 90%;}
	.btn-sm {font-size: 75%;} 
}	


/* Footer */

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

.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;
}

.res-footer {
    background: #e8e8e8;
}


/* Blog Container */

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


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(240%, 4.2vw, 420%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(200%, 3.6vw, 360%);
	line-height: 110%;
}
.headline-title h3  {
	font-size: clamp(160%, 3.3vw, 280%);
	line-height: 110%;
}
.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%;
}




/* Oversize 4k Monitor */
@media only screen and (min-width: 1980px) {
	.container,
	.res-blog .container {
		width: 85%;
    	max-width: 1880px;
	}
}



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

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

.style-01 {
}



/* ------ Boxes ------ */

@media only screen and (max-width: 970px) { 
.res-boxes .box-no-paddding {
    padding-top: 0px;
}
}


/* ------ Collapse ------ */

/*nur eine Linie*/
.res-collapse .card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.res-collapse .card-header, .res-collapse .card-body{
    border-bottom: none!important;
}

/*Icon +*/
.res-collapse a .fa-plus.rotate-icon {
	transition: transform .2s ease-in-out;
}
.res-collapse a:not(.collapsed) .fa-plus.rotate-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ------ Formular  ------ */

/*Titelchen*/
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-col:not(.forminator-field-radio, .forminator-field-checkbox, .forminator-field-upload ) .forminator-label{
    display: none;
}
.forminator-ui.forminator-design--material .forminator-col.forminator-field-select .forminator-label{
    opacity: 0;
}
.forminator-ui .forminator-label {
    font-weight: 400!important;
}

/* Buttons */
.forminator-ui .forminator-button {
	padding: 0.45em 1.8em 0.47em 1.8em!important;
	border-radius: 3em!important;
	font-size: 100%!important;    
}
.forminator-ui .forminator-button:hover {    
	box-shadow: none!important;
} 

/*Abschnitte*/
.forminator-pagination-steps .forminator-step .forminator-step-dot {
    z-index: 1;
}
.forminator-step .forminator-step-label{
    white-space: nowrap!important;
}

/*Zwischentitel*/
.forminator-field-section .forminator-title{
	margin-top: 1em!important;
}

/*Dropdown*/
.forminator-select.forminator-select-dropdown-container--open, .ui-datepicker {
    margin-top: 5px!important;
}
.forminator-select-dropdown {
	padding: 0 0 0 0!important;
}





/* ------ Rounded Edges ------ */

/*Hintergründe*/
.res-block:not(.alignfull):not(.Transparent){
	border-radius: 0.5em;
}

/*Buttons*/
.btn {
	border-radius: 0.45em;
}

/*Boxes*/
.flatbox .postImg img{
	border-radius: 0.5em;
}
.boxlayout01 .box-inner:not(.flatbox) {
	border-radius: 0.5em;
	overflow: hidden;
}
.boxlayout02 .box-inner {
	border-radius: 0.5em;
	overflow: hidden;
}

/*Header-Image*/
.res-header-image:not(.alignfull) .jarallax{
	border-radius: 0.5em;
	overflow: hidden;
}

/*Header-Video*/
.res-header-video:not(.alignfull) .res-video-header-frame{
	border-radius: 0.5em;
	overflow: hidden;
}

/*Collapse*/
.res-collapse.style-01 .card {
	background-color: #f8f9fa !important;
	border-radius: 0.5em;
    border-bottom: none;
	margin-bottom: 0.5em;
}
.res-collapse.style-01 .card-header, .res-collapse.style-01 .card-body {
    padding: 1.75rem 1.75rem 1.75rem 1.75rem;
}

/*Formular*/
.forminator-design--flat .forminator-input, .forminator-design--flat .forminator-textarea, .forminator-design--flat .selection, .forminator-select-dropdown, .forminator-calendar--flat {
	border-radius: 0.4em!important;
	overflow:hidden; 
}
.forminator-design--flat .forminator-checkbox-box{
	border-radius: 0.25em!important;
}
.forminator-calendar--flat .ui-datepicker-calendar td *{
	border-radius: 0.25em!important;
}
.forminator-ui .forminator-button {
	border-radius: 0.45em!important;
}

/*Cookie*/
.rcb-body-container .rcb-tb-right a{
	border-radius: 0.45em!important;
}


.custom-title h2 {
	font-weight: 400;
	font-size: clamp(200%, 4.4vw, 480%);
}
.custom-title .txt-textfield {
	font-weight: 400;
	font-size: clamp(100%, 1.8vw, 240%);
	line-height: 130%;
}








