

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

body {
	font-family: 'sofia-pro', sans-serif;
	font-weight: 200;
	font-size: 20px; /*clamp(18px,1.6vw,21px)*/
	line-height: 170%;
	color: #706F6F;
	background-color: #fff;
}

@media only screen and (max-width: 970px) {
		body {
		overflow-x: hidden;
		font-size: 19px;
		line-height: 160%;
}
}
 

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

/* Link in Editor-Texten */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 600;
}

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

b, strong {
     font-weight: 600; 
}

.brand-color {
	color: #0078B5; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'sofia-pro', sans-serif;
	font-weight: 200;
	line-height: 120%;
	margin: 10px 0;
}
h1 {
	font-size: clamp(26px, 3.2vw, 300%);
	color: #0078B5;
}
h2 {
	font-size: clamp(24px, 3.4vw, 240%);
	color: #0078B5;
}
h3 {
	font-size: clamp(18px, 2.2vw, 140%);
	line-height: 120%;
	font-weight: 200;
	color: #0078B5;
}
h4 {font-size: clamp(19px, 1.9vw, 120%);} 
h5 {font-size: clamp(18px, 1.5vw, 105%);} 
h6 {font-size: clamp(17px, 1.4vw, 100%);} 

@media only screen and (max-width: 1440px) {
	h1 {
	font-size: clamp(26px, 3.9vw, 200%);
}
}

@media only screen and (max-width: 1200px) {
	h1 {
	font-size: clamp(26px, 3.9vw, 160%);
}
	
	h3 {
	font-size: clamp(18px, 2.2vw, 120%);
	line-height: 120%;
}
}

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

/* Container align wide  */

.container {
	max-width: 1440px;
	width: 100%;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.container-small {
	max-width: 1100px;
	margin: 0 auto;
}

@media only screen and (max-width: 1180px) {
	.container-small {
    max-width: 90%;
}
}
@media only screen and (max-width: 970px) {
    .container-small {
        max-width: 92%;
    }
} 

/* Laptop Surface */
@media only screen and (max-width: 1500px) {
	.container{	max-width: 95%;}
	.container-fluid {max-width: 95%;}
}


/* Logo */
.logo {
    position: relative;
	padding: 15px 0 0;
}

/* Logo Size  */
.logo img {
	width: clamp(100px, 15vw, 300px);
	text-align: left;
	height: auto;
}

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


/* RES Nav */
@media only screen and (max-width: 1400px) {
	.res-nav .nav-link {
		font-size: 75%!important;
	}
}

@media only screen and (max-width: 1200px) {
	.res-nav .nav-link {
		font-size: 70%!important;
	}
}

@media only screen and (max-width: 768px) {
	.res-nav .nav-link {
		font-size: 100%!important;
	}
}

@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, 20px);
		padding-left: clamp(15px, 1.6vw, 20px);
	}

}


/* Hover */
.res-nav-section li a.nav-link:hover{
	color: #0078B5 !important;
}

/* 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: #0078B5;
}

/* 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 {
	border: 1px none;
	border-radius: 1px;
	font-size: 90%;
	margin: 0 0 1%;
	padding: 6px 25px;
	font-weight: 200;
}

.btn-primary{
    background-color: #0078B5;
    color: #fff !important;
	font-weight: 200 !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
	background-color: #0078B5;
    color: #fff !important;
	font-weight: 200 !important;
}
.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;
	color: #0078B5;
}

.btn-text-link:hover {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	color: #706F6F;
}

.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 */
#footer-fade {
/*	background-color: #eee;*/
}

.res-footer {
	border-top: 0px solid #eee;
	background-color: #fff;
}
.footer-title {
    font-size: 110%;
    font-weight: 300;
}
.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box a {
	background: #E9F2F8;
	border-radius: 100%;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #0078B5;
	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: #0078B5;
}

.res-widget-footer {
	font-size: 85%;
}

@media only screen and (max-width: 970px) {
	.res-footer .res-text-bild {
		max-width: 50%;
	}
	
	.res-footer .wp-block-columns {
		margin-bottom: 0em!important;
	}
}

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




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

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

/* WPML Sprachswitcher */
.menu-item-wpml-ls-19-de{
	display: none;
}
.menu-item-wpml a {
    font-size: 80%;
    margin-right: -3rem;
    margin-top: auto;
}
.menu-item-wpml a:before{
    display: none;
}
.menu-item-wpml a:after{
    font-size: 65%;
}
.res-header .wpml-ls-menu-item .dropdown-menu {
    min-width: 4vw;
    padding: .5rem 0;
    margin: 1.5rem 0 0;
    font-size: 1.02rem;
    color: #fff;
    background-color: #fff;
    border: none;
    box-shadow: none;
}
.res-header .wpml-ls-menu-item .dropdown-menu .dropdown-item {
    padding: 0.1rem 1vw;
    font-size: 100%;
}
.res-header .wpml-ls-menu-item {
    font-size: 80%;
	    margin-top: 4px;
}

@media only screen and (max-width: 970px) {

} 

.res-header .wpml-ls-menu-item .dropdown-menu {
    font-size: 100%;
	    background-color: #fff;
	    left: clamp(20px, 2.3vw, 0px);
	padding: 0;
}

.res-nav .navbar-expand-md .navbar-nav .wpml-ls-current-language .nav-link {
	color: #0078B5;
}

.res-header li.wpml-ls-menu-item .wpml-ls-item-en {
	color: #000!important;
}


/* WPML Mobile */
@media only screen and (max-width: 970px) {
	.res-header .wpml-ls-menu-item a {
		font-size: 110%!important; 
	}
	
	.res-header li.wpml-ls-menu-item {
		margin-top: 30px;
	}
}

/* Banner ausblenden */
.otgs-development-site-front-end {
	display: none;
}

/* Home */
.airplane-blau {
	max-width: 50px;
	margin: 15px;
}

.res-header-image .sloganBox h1,
.res-header-image .sloganBox h2,
.res-header-image .sloganBox h3{
	color: #0078B5;
}

.res-header-image .sloganBox h1 {
    font-size: 320%;
    font-weight: 100;
    line-height: 100%;
    padding-top: 0;
    margin-top: 0;
	padding-bottom: 10px; 	
}

.res-header-image-vertical-center .container-fluid {
	max-width: 60%;
}

@media only screen and (max-width: 1440px) {
	.res-header-image-vertical-center .container-fluid {
    max-width: 75%;
}
}

.res-header-image .sloganBox p {
	color: #333;
}

/* Header */
.container-fluid {
	max-width: 1220px;
    width: 100%;
}

@media only screen and (max-width: 970px) {
	.res-header-image-vertical-center .container-fluid {
    	max-width: 80%;
	}
	
	.res-header-image .sloganBox h1 {
    	font-size: 260%!important;
	}
	
	#res-header-image-block_eb9f91e8cfc509c83ab4db472be5042f.res-header-image .layout-1 .jarallax-img, #res-header-image-block_7f94bca96181b093d2a07c1ec322ed23.res-header-image .layout-1 .jarallax-img {
    	object-position: 60% !important;
	}	
}

/* Header */

	.res-header .res-head.container-fluid {
		max-width: 1440px;
		width: 100%;
	}

@media only screen and (max-width: 1500px) {
	.res-header .res-head.container-fluid {
		max-width: 1250px;
		width: 100%;
	}
}

@media only screen and (max-width: 1300px) {
	.res-header .res-head.container-fluid {
		max-width: 1080px;
		width: 100%;
	}
	}
	
	
	@media screen and (max-width: 1180px) and (min-width: 970px) {
	.res-header .res-head.container-fluid {
		max-width: 1000px;
		width: 90%;
}

	
	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: clamp(15px, 1.6vw, 15px);
		padding-left: clamp(15px, 1.6vw, 15px);
	}
}



/* Nav */

@media only screen and (max-width: 970px) {
	.res-nav .navbar-nav {
		min-height: 90vh;
		padding: 30px 10%;
	}
	
	.res-nav .navbar-toggler {
		top: 33px;
		right: 15px;
	}
}

@media only screen and (min-width: 970px) {
	/* Desktop Absolute Header oben fixiert */
	.res-header.header-option-absolute:not(#res-nav-clone) .nav-link {
		color: #333;
	}
}

.navbar {
	padding: 0rem;
}

#nav-on-top i{
	color: #0078B5;
}

/* Footer */
.res-footer .container {
	width: 85%;
    max-width: 1200px;
}

.teamImg {
	max-width: 275px;
}

.teamBox .teamImg img {
    border-radius: 50%;
}

.res-footer-copyright .copyright-col2 span {
	padding: 0;
}

/* Über mich */
.teamBox.postBox.text-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.page-ueber-mich .res-boxes .boxlayout03 .teamContent.box-content {
	padding-left: 0px;
	padding-right: 0px;
}

/* Header */
.res-header-image .header-arrow a {
	color: #0078B5;
	font-size: 200%;
	font-weight: 600;
}

.res-header-image .header-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 88;
}


.res-boxes .box-padding02 {
	padding: 10px 20px 20px 0;
}

@media only screen and (max-width: 970px) {
	body.page-ueber-mich .res-footer .res-text-bild.style-04, body.page-about .res-footer .res-text-bild.style-04 {
		display: none;
	}
}

/* Referenzen */
.medien h4 {
	font-size: 120%;
	color: rgb(51, 51, 51);
}

.medien-videos h4::before {
    content: "\f03d";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    margin-left: -30px;
    text-decoration: inherit;
    font-style: normal;
    font-weight: 900;
	font-size: 80%;
    opacity: 1;
    color: #0078B5;
}

.medien-berichte h4::before {
    content: "\f15b";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    margin-left: -30px;
    text-decoration: inherit;
    font-style: normal;
    font-weight: 900;
	font-size: 80%;
    opacity: 1;
    color: #0078B5;
}

.res-boxes .medien-videos .postContent h4, .res-boxes .medien-berichte .postContent h4  {
	margin-left: 50px;
}

.res-testimonial .carousel-indicators .active  {
	background-color: #fff;
}

.res-testimonial .carousel-control-prev-icon:hover:after,
.res-testimonial .carousel-control-next-icon:hover:after{
    opacity: 1;
	color: #fff;
	transition: all .7s ease-in-out;
	transform: scale(1.1);
}

/* Flugangst */
	
.res-boxes .gedanken .postContent .vorschau-text p {
	font-size: 110%;
	font-weight: 600;
}

/* Burger Menu */
.mobile-x-close.open span, .mobile-x-close span {
	background: #0078B5;
}

/* Abstände */
@media only screen and (max-width: 970px) {
	.pt-4,.py-4 {
		padding-top: 3rem!important
	}

	.pb-4,.py-4 {
		padding-bottom: 3rem!important
	}

	.mb-3,.my-3 {
		margin-bottom: 1rem!important
	}
}

/* Responsiv */
@media only screen and (max-width: 1440px) {
	.res-header-image .sloganBox h1 {
	    font-size: 240%;
	}
	
	.container-fluid {
    max-width: 1440px;
	}
}

@media only screen and (max-width: 1200px) {
	.res-header-image .sloganBox h1 {
	    font-size: 200%;
	}
}

@media only screen and (min-width: 970px) {
	.res-nav-right.mt-auto.w-100 {
    margin-top: 20px!important;
	}
}


.res-boxes.style-01 .box-custom {
	background: #fff;
	border-bottom: 1px solid #0078B5;
	border-radius: 0;
}
.res-boxes.style-01 .box-custom:hover {
	background: #E9F2F8;
}
.res-boxes.style-01 .box-custom h4 {
	    font-size: clamp(18px, 1.5vw, 100%);
}

.res-vid-play-btn:after {
    color: #0078B5;
}

.modal-backdrop {
    background-color: #E9F2F8;
}

.modal-content {
	border: none;
}

.res-header-image.style-02 h3.title-h3 {
	font-size: clamp(24px, 3.2vw, 300%);
}

.res-boxes .box-custom {
    background: #E9F2F8;
	color: #0078B5;
    border-radius: 0;
}
.res-boxes .gedanken .box-custom {
    position: relative;
    border-radius: 30px 30px 30px 3px;
}
.res-boxes  .gedanken .box-custom:after {
    content: "";
    position: absolute;
        border-left: 0 solid transparent !important;
        border-right: 18px solid transparent !important;
        border-bottom: 18px solid transparent !important;
        border-top: 18px solid #E9F2F8 !important;
        width: 0;
        height: 0;
    bottom: -35px;
    left: 0;
}
.res-slider-content .box-custom {
    background: #E9F2F8;
    border-radius: 0;
}
.res-slider-content .box-content {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
	color: #0078B5;
}

#res-boxes-block_3a209b3cc2f80055fe1d9efb7d5d0cf5 p {
	color: #0078B5;
}


/* Boxes */
.res-boxes.style-02 .box-content h2 {
	font-size: clamp(18px, 2.4vw, 160%);
} 
.res-boxes.style-02 .box-content h3{
	font-size: clamp(18px, 1.6vw, 120%);
} 
.res-boxes.style-02 .box-content .vorschau-text {
	font-size: 90%;
}

.res-text-bild.style-04 .txt-imgbox-only img {
    border-radius: 50%;
}

.page-referenzen .box-custom div.vorschau-text, .page-references .box-custom div.vorschau-text {
	margin-left: 50px;
}

.res-block.style-04 h2, .res-block.style-04 h3, .res-block.style-04 h4, .res-block.style-04 p {
	color: #E9F2F8;
}

.box-item.blog h4, .box-item.blog-en h4 {
	color: #0078B5!important;
}

.res-block.style-04 .box-custom {
	background: #fff;
}

.res-slider-content .slick-dots li.slick-active button:before {
	color: #fff;
}

.res-block.res-txt.Blau .airplane-blau {
	display: none;
}

/* Modal */
.slider-modal .modal-body p {
	color: #706F6F;
}

.slider-modal .modal-body h2, .slider-modal .modal-body h3 {
	color: #0078B5;
}
.modal-body h1 {
	font-size: clamp(24px, 2.6vw, 240%);
}    
@media only screen and (max-width: 970px) {
.boxes-modal .modal-body {
    padding: 0 5% 20px 5%;
 }
    .x-close:before, .x-close:after {
    height: 30px;
}
.x-close {
    margin: 0px 10px 10px 0;
    width: 30px;
    height: 30px;
}
 }

/* Sticker */
.cta-circle {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: #0078B5;
    color: #fff;
    transition: all .2s ease-in-out;
}

.cta-circleTxt p.stickerTxt, .cta-circleTxt p.stickerTitle {
    font-size: 85%;
    font-weight: 300;
    line-height: 120%;
	padding: 5px;
}

.cta-circleTxt i {
    font-size: 140%;
    /* margin-bottom: 8px; */
}

.cta-circleTxt {
    margin: 15px 5px 5px 5px;
}

/* CTA Sticker */
.cta-sticker {
/*	display: none;*/
}

.page-angebote .cta-sticker, .page-offers .cta-sticker {
	display: inline;
}

/*Angebot Sticker*/



.res-block.res-txt.style-01 .airplane-blau {
	display: none;
}
.res-block.res-txt.style-01 .txt-textfield {
    max-width: 82%;
}
.res-text-bild.style-01 .row, .res-block.res-txt.style-01 .var-1spalten{
    position: relative;
}
.res-text-bild.style-01 h3, .res-block.res-txt.style-01 h3 {
    position: absolute;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: #0078B5;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 10px;
    align-content: center;
    right: -90px;
    top: -30px;
    z-index: 999;
}
.res-block.res-txt.style-01 h3 {
    right: 0px;
    top: auto;
    bottom: 0;
}
@media only screen and (max-width: 970px) {
.res-block.res-txt.style-01 .txt-textfield {
    max-width: 100%;
    font-size: 90%;
}
.res-block.res-txt.style-01 .txt-textfield-btns {
    padding-bottom: 30px;
}
.res-text-bild.style-01 h3, .res-block.res-txt.style-01 h3 {
    width: 90px;
    height: 90px;
    font-size: 0.8rem;
    padding: 12px;
    right: -10px;
    top: -80px;
}
.res-block.res-txt.style-01 h3 {
    top: auto;
    right: 0px;
    bottom: 0px;
}
}

@media only screen and (max-width: 1440px) {
	.mb-5, .my-5 {
    margin-bottom: 5.1rem !important;
}
}

/* Auflistung */
.res-content .postContent ul {
	font-size: 100%;
}

.forminator-ui.forminator-design--material .forminator-button-submit {
    background-color: #0078B5 !important;
    color: #fff !important;
    font-weight: 200 !important;
	    border: 1px none;
    border-radius: 1px !important;
    font-size: 90% !important;
    margin: 0 0 1% !important;
    padding: 6px 25px !important;
}