

/*************************************************************************/
/*  Theme Custom  */


body {
	font-family: 'proxima nova', arial , sans-serif;
	font-weight: 300;
	font-size: clamp(18px,1.6vw,21px);
	line-height: 180%;
	color: #000;
	background-color: #fff;
}


/* Links Content */
.res-content .postContent a:not(.scrollerTo),
.res-content p a:not(.scrollerTo) {
	color: #4a90e2;
}

.brand-color {
	color: #4a90e2; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima nova', arial , sans-serif;
	font-weight: 300;
	line-height: 110%;
}
h1 {
	font-size: clamp(26px, 3.9vw, 300%);
	font-weight: 600;
}
h2 {
	font-size: clamp(24px, 3vw, 240%);
	font-weight: 600;
}
h3 {
	font-size: clamp(21px, 2.6vw, 180%);
	line-height: 120%;
	font-weight: 300;
}
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%, 4.2vw, 440%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(240%, 3.8vw, 360%);
	line-height: 110%;
}
.headline-title h3  {
	font-size: clamp(240%, 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%;
}


/* 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: 70px;
	padding-bottom: 20px;
}

/* Logo Size  */
.logo img {
	width: clamp(100px, 15vw, 280px);
}

/* Logo fixnav */
.res-fixnav.show .logo {
	padding-top: 15px;
	padding-bottom: 20px;
}

.res-fixnav.show .logo img {
	width: clamp(90px, 10vw, 150px);
}

/* RES Nav */
.res-nav .nav-link {
	font-weight: 300;
	font-size: 100%;
	white-space: nowrap;
}

/* Abstand Mainnav clamp */
.res-nav .navbar-expand-md .navbar-nav .nav-link {
    padding-right: clamp(15px, 1.8vw, 35px);
    padding-left: clamp(15px, 1.8vw, 35px);
}

/* Hover */
.res-nav-section li a:hover{
	color: #4a90e2;
}

/* 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,
	li.active .current-menu-item > a.dropdown-item,
	.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: #4a90e2; 
}


/* Buttons */
.btn {
	padding: 0.6rem 2.4rem;
	border-radius: 40px;
	border-radius: 4px;
}
 
 .btn-primary{
    background-color: #000;
    color: #eee;
}
.btn-secondary{
	border: 1px solid #232323;
	background-color: #fff;
	color: #232323;
}

.btn-text-link {
	padding: 0;
	border-radius: 0;
	border: 0;
}
.btn-sm {
    font-size: 70%;
    padding: 9px 20px;
}

/* Formulare VFB Forms */


/*
.vfbp-form .vfb-form-control {
    height: 55px;
    padding: 10px 30px;
    font-size: 90%;
    color: #000;
	font-weight: 300;	
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
	background-color: #fff;
	border-bottom: 1px solid #333;
}
@media only screen and (max-width: 970px) {
	.vfbp-form .vfb-form-control {
		background-color: #fff;
		border: 1px solid #eee;
		border-bottom: 1px solid #ccc;
	}
}
*/

/* Counter spam Captcha mit Border  */
.vfbp-form .vfb-form-control.form-count {
    border: 1px solid #dedede;
}


/* Footer */

.res-footer {
	border-top: 0px solid #eee;
	background-color: #fff;
}


.res-widget-footer.footer-social-icon i {
	background: #000;
	color: #fff;
}


/*************************************************************************/
/*   Custom CSS  */


.marker{
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #2b52b9;
	color: #2b52b9;
}





