

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

body {
	font-family: 'degular', 'CabinetGrotesk-Regular', sans-serif;
	font-weight: 400;
	font-size: clamp(18px,1.6vw,21px);
	line-height: 160%;
	color: #f1ecda;
	background-color: #17171B;
/*	background-color: #4b6967;*/ 
}

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

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

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'degular', 'CabinetGrotesk-Bold', sans-serif;
	font-weight: 600;
	line-height: 100%;
}
h1 {
	font-size: clamp(26px, 3.9vw, 360%);
}
h2 {
	font-size: clamp(24px, 3vw, 280%);
}
h3 {
	font-size: clamp(18px, 2.2vw, 180%);
	line-height: 120%;
	font-weight: 400;
}
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; */
		}
}

/* Container align wide  */

.container {
    max-width: 85%;;
}
.container-fluid {
    max-width: 85%;
}
.container-small {
	max-width: 900px;
	margin: 0 auto;
}

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


/* Logo */
.logo {
	padding-top: 0;
	padding-bottom: 0;
}

/* Logo Size  */
.logo img {
	width: clamp(100px, 9vw, 280px);
	height: auto;
}

/* 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: 85%;
		padding: 0 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);
	}

}

.res-logo, .res-nav-right {
	padding-top: 1rem;
	margin: auto 0 !important;
}
.res-nav .nav-link {
	text-transform: uppercase;
	letter-spacing: 0.07rem;
}

@media only screen and (min-width: 970px) {
	.res-nav-right .navbar-nav {
		justify-content: normal!important;
		margin: 0 auto;
		padding-right: 20%;
	}
	.res-header .res-head {
		max-width: 96%;
	}
	.dropdown-item {
		padding: 1rem 2.2rem;
		font-weight: 300;
		font-size: 120%;
	}
}



/* 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;
}


/*  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: transparent;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: unset;
	}
}
/* 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.33rem 2.4rem;
	border-radius: 40px;
}

.btn-primary{
    background-color: #000;
    color: #eee !important;
	font-weight: 300 !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: 1px solid #000;
	background-color: transparent;
	color: #333;
}
.btn-outline{

}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: 1px solid #000;
}
.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;
}

.btn-sm {
	font-size: 80%;
} 


/* 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;
	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 Container */

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


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(240%, 5.0vw, 600%);
}
.headline-title h2  {
	font-size: clamp(240%, 3.8vw, 360%);
}
.headline-title h3  {
	font-size: clamp(240%, 3.3vw, 280%);
}
.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%;
}




/* Formular UI  */

.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;
}
/* forminator Button */
.forminator-ui .forminator-button-submit {
	border-radius: 40px !important;
	padding: 0.4rem 2.4rem !important;
	font-size: 90% !important;
	font-weight: 300 !important;
}


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

.style-01 {
	
}

.res-header-video.style-01 .headline-title h1,
.res-header-image.style-01 .headline-title h1 {
	font-size: clamp(240%, 7.0vw, 800%);
	text-transform: uppercase;
}

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


.res-collapse .card-header {
    background-color: transparent !important;
}
.res-collapse .card {
    background-color: transparent !important;
}


.res-slider-content .box-inner{
    background-color: transparent !important;
}

.res-txt.style-01 .txt-title-field h2 {
	font-size: clamp(24px, 4.5vw, 480%);
	margin-bottom: 2rem;
}
.res-txt.style-01 .txt-title-field h3 {
	font-size: clamp(24px, 2.4vw, 360%);
	font-family: 'CabinetGrotesk-Medium', sans-serif;
}
	
.res-btn.style-01 a.btn.btn-text-link {
	color: #f1ecda;
	border-bottom: 1px solid #f1ecda;
}
.res-txt.style-01 .layout-2.txt-editor-spalten .text-spalten-Box p {
	line-height: 160%;
	margin-bottom: 0.5rem;
}
.res-boxes.style-01 .box-inner a {
	color: #f1ecda;
}

.res-boxes.style-01 span.btn.btn-text-link {
	color: #f1ecda;
	border-bottom: 1px solid #f1ecda;
}


.res-footer .res-txt.style-02 h2 { 
	font-size: clamp(24px, 6vw, 700%);
    margin-bottom: 0;
    font-weight: 400;
}
.res-footer .res-txt.style-02 h3 {
	font-size: clamp(240%, 5vw, 510%);
    font-weight: 100;
	border-bottom: 1px solid #f1ecda; 
	display: inline-block;
}
 
.res-footer .res-txt.style-02.footeradress .txt-textfield { 
	font-size: 14px;
	line-height: 160%;
	opacity: 0.7;
}
.res-footer .res-txt.style-02.footeradress .txt-textfield h4 { 
	font-size: clamp(19px, 4vw, 225%);
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 60px;
}
.res-footer .res-txt.style-02.footeradress .txt-textfield strong { 
    font-weight: 600;
	font-size: 125%;
	margin-top: 40px;
}
.footer-social-icon {
	float: right;
	padding-right: 30px;
}
.footer-social-box a {
    background: transparent;
}

.home .res-txt.style-03 .txt-textfield {
/*	font-family: 'contralto-big', 'CabinetGrotesk-Bold', sans-serif;*/
	font-family: 'degular', 'CabinetGrotesk-Bold', sans-serif;
	font-weight: 400;
	font-size: clamp(18px,1.6vw,22px);
	line-height: 155%;
	color: #EDDFAB;
}

.home .res-txt.style-03 h2{
	font-family: 'contralto-big', 'CabinetGrotesk-Bold', sans-serif;
	font-weight: 400;
	line-height: 105%;
	font-size: clamp(26px, 3.1vw, 600%);
	color: #EDDFAB;
}
.home .res-txt.style-03 h1{
	font-family: 'contralto-big', 'CabinetGrotesk-Bold', sans-serif;
	font-size: clamp(26px, 5vw, 700%);
	font-weight: 600;
	line-height: 140%;
	color: #EDDFAB;
}
.home .res-txt.style-03 .btn{
	font-family: 'contralto-big', 'CabinetGrotesk-Bold', sans-serif;
	background-color: #EDDFAB;
	color: #000 !important;
	font-size: 100%;
	font-weight: 400 !important;
	letter-spacing: 0.03rem;
}










