/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

html, body {
	font-family: Poppins;
	font-size: 18pt;
	line-height: 20pt;
}

#header-outer:not(.transparent) {
	background: #8b2939;
}

#header-outer.small-nav #top {
	background: #8b2939 !important;
}


.material .wpb_content_element, .material .wpb_row {
    margin-bottom: 10px;
}

.small_red,
.small_red p {
	color: #ed6b6a !important;
	text-transform: uppercase;
	font-size: 21pt;
	line-height: 25pt;
}

.small_red_2,
.small_red_2 p {
	color: #ed6b6a !important;
	text-transform: uppercase;
	font-size: 30pt;
	line-height: 35pt;
	font-weight: 600;
}

.red h1,
.red h2,
.red h3,
.red p {
	color: #ed6b6a !important;
}

.darkred {
	color: #8b2939 !important;
}

h1 {
	font-size: 80pt;
	line-height: 90pt;
}

h2 {
	font-size: 50pt;
	line-height: 55pt;
}

.swiper-slide .content h2 {
	font-size: 70pt;
	line-height: 75pt;
	font-weight: 800;
}

h3,
.inboxlink,
.nectar-flip-box h2 {
	font-size: 20pt;
	line-height: 25pt;
	opacity: 1 !important;
	font-weight: 600;
}

/*.inboxlink {
	display: flex;
}

.inboxlink:after {
	content: '';
	background: url('http://reinker.wudix.de/wp-content/uploads/2025/11/next@2x.png');
}*/

.inlineimg {
	height: 20px !important;
	width: auto !important;
}

body.material .nectar-button.large {
    border-radius: 0 !important;
}

.btn-drei .vc_column-inner .wpb_wrapper {
	    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-drei .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
}

.btn-zwei .headbtn {
	margin-right: 10px;
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.btn-zwei .headbtn:hover,
.btn-drei .headbtn:hover {
	border-color: #ed6b6a !important;
    background: #ed6b6a !important;
}

.btn-drei .headbtn {
	flex-direction: column !important;
    justify-content: center !important;
    display: flex;
}

.btn-zwei .headbtn span {
    min-height: 50px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.btn-zwei .vc_column-inner .wpb_wrapper {
	display: flex;
}

.headbtn {
	text-align: center;
    width: 32% !important;
}
.wpb_wrapper>.divider, .wpb_wrapper>.divider-border, .wpb_wrapper>.divider-small-border, .wpb_wrapper>.divider-wrap {
    margin-bottom: 20px;
}

.imagelist {
	margin-bottom: 0 !important;
}

.imagelist .vc_col-sm-3 .vc_column-inner {
	height: 100%;
}

.imagelist .vc_col-sm-3 .vc_column-inner .wpb_wrapper {
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.imagelist .vc_col-sm-3 .vc_column-inner .wpb_wrapper img {
	max-height: 525px !important;
}

.next {
	max-height: 70px;
	width: auto;
}

.nextcontainer .vc_column-inner .wpb_wrapper {
	display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.nextcontainer .vc_column-inner .wpb_wrapper .wpb_text_column {
	margin-bottom: 0 !important;
	padding-right: 20px;
}

.headline p {
	font-size: 5.5rem;
    line-height: 5.8rem;
    font-weight: bold;
    padding-top: 75px;
}

.flip-box-front .inner:after {
	content: '';
    background: url(arrow_white.svg);
    background-size: contain;
    height: 20px;
    width: 30px;
    display: flex;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.nectar-flip-box .flip-box-back .inner, .nectar-flip-box .flip-box-front .inner {
    padding: 30px;
}

.nectar-flip-box .flip-box-back .inner {
	height: 100% !important;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color));
    color: var(--wpforms-button-text-color);
    border-radius: 0 !important;
    float: right;
}

.white_box {
	min-height: 600px;
    background: #fff;
    display: flex;
}

.white_box .vc_column-inner .wpb_wrapper {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 5px;
    padding-top: 30px;
}

.white_box_head p {
	color: #ed6b6a;
	text-transform: uppercase;
	font-weight: 600;
}

.white_box_slogan {
	color: #ed6b6a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16pt;
	line-height: 18pt;
}

.intro_box {

}

.team-btn,.team-btn span {
	color: #000 !important;
	border: 0 !important;
}

.team-member {
	background: #8b2939;
	color: #fff;
}

.team-member img {
	margin-bottom: 0 !important;
	width: 100% !important;
    height: auto !important;
}

.team-member h4,
.team-member .position,
.team-member .description {
	color: #fff;
	padding-left: 10px;
}

.team-member h4 {
	font-weight: 600 !important;
}

.team-member .position {
	font-size: 12pt;
}

.jobteam p,
.jobtitle p {
	color: #fff;
}

.jobbox .vc_column-inner .wpb_wrapper {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
}

.jobheight .row_col_wrap_12_inner,
.jobheight .row_col_wrap_12_inner .vc_col-sm-12,
.jobheight .row_col_wrap_12_inner .vc_col-sm-12 .vc_column-inner,
.jobheight .row_col_wrap_12_inner .vc_col-sm-12 .vc_column-inner .wpb_wrapper {
	height: 100% !important;
}

.joblist p {
	color: #8b2939;
}

.joblist {
	border-bottom: 1px solid #8b2939;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url('http://reinker.wudix.de/wp-content/uploads/2025/11/arrow_darkred.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 30px;
}

#mobmenuright li a, #mobmenuright li a:visited, 
#mobmenuright .mobmenu-content h2, 
#mobmenuright .mobmenu-content h3, 
.mobmenu-left-panel .mobmenu-display-name {
	font-family: Poppins;
	font-weight: 600;
	font-size: 30pt;
}

#mobmenuright li ul li a, #mobmenuright li ul li a:visited {
	font-family: Poppins;
	font-weight: 300;
	font-size: 24pt;
}

.mobmenu-right-panel li, .rightmbottom, .rightmtop {
        padding-left: 40px;
        padding-right: 40px;
    }

.mobmenu-overlay {
 	background: url('http://reinker.wudix.de/wp-content/uploads/2025/11/menu_hg@2x-80-scaled.jpg') !important;
 	background-size: cover !important;
 	background-position: right top;
 }

 .mobmenu-right-panel {
    width: 50% !important;
}

.mob-icon-down-open:before {
	content:'' !important;
}

.mob-icon-down-open {
	background: url(open.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.close-icon:before,
.mob-icon-cancel-1:before {
	content:'' !important;
}

.close-icon,
.mob-cancel-button {
	background: url(close.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.mobmenu-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0 !important;
}

.menufooter p,
.menufooter a {
	font-size: 14pt !important;
	padding: 0 !important;
	opacity: 1 !important;

}

.menufooter img {
	float: right;
	margin-left: 10px !important;
}

.menufooter a,
.menufooter a:visited {
	color: #fff;
}

.menufooter-links .wpb_wrapper p {
	text-align: right;
    display: flex;
    justify-content: flex-end;
    font-size: 10pt !important;
}

.menufooter-links .wpb_wrapper p a {
	font-size: 10pt !important;
	padding-left: 5px !important;
}

.menufooter-links .wpb_wrapper p a:nth-child(1) {
	padding-right: 5px !important;
}

.mobmenur-container img {
        height: 50px;
        width: auto;
        padding-right: 20px;
    margin-top: 30px;
    }

body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
        padding-top: 0 !important;
    }

.mob-menu-logo-holder {
	display: none;
}

.mob-menu-header-holder {
    background: transparent !important;
}

.rightmbottom .container {
	padding: 0 !important;
}

.page-id-241 #logo {
	display: none !important;
}

.mobile-bg {
	height: 100vh !important;
	position: relative;
    bottom: 0;
}

.mobile-bg .row-bg-wrap .row-bg,
.page-id-241 .full-width-content .row-bg {
	    background-size: contain !important;
}

.page-id-241.wpb_row.vc_row-o-full-height.top-level, 
.page-id-241 .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        height: 100vh !important;
    }

.mobile-start-logo {
	width: 200px !important;
}

.page-id-241 h1,
.mobilintro,
.adresse {
	margin-left: 60px;
	display: flex;
}

.page-id-241 h1 {
	font-size: 28px;
	line-height: 30px !important;
	padding-top: 20px;
}

.mobilintro {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #ed6b6a;
}

.adresse {
	font-size: 14px;
	line-height: 16px;
}

.intro-img {
	height: 100% !important;
    object-fit: cover !important;
    background-position: top;
    object-position: top !important;
}

.mobile-bg .row_col_wrap_12 {
	display: flex !important;
    align-content: space-between !important;
    flex-direction: column !important;
}



.startbild {
	flex-grow: 3 !important;
}

.startbild .img-with-aniamtion-wrap,
.startbild .hover-wrap-inner,
.startbild .hover-wrap {
	height: 100% !important;
}

.only_rows {
 	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
 }

 .unterschrift {
 	    max-height: 100px;
 }

.page-id-295 .wpforms-container {
	width: 100% !important;
}

.page-id-295 .iwithtext .iwt-text,
.subfooter,
.subfooter a {
    font-size: 0.7em !important;
}

.iconbox .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}

.iconbox .rot {
	color: #ed6b6a !important;
}

.page-id-295 .select2-container--default .select2-selection--single, 
.page-id-295 input[type=date], 
.page-id-295 input[type=email], 
.page-id-295 input[type=password], 
.page-id-295 input[type=search], 
.page-id-295 input[type=tel], 
.page-id-295 input[type=text],
.page-id-295 input[type=url], 
.page-id-295 select, 
.page-id-295 textarea {
    background-color: rgba(255, 255, 255, 0) !important;
    border: 2px solid #8b2939 !important;
    color: #fff;
}

div.wpforms-container-full input[type=submit], 
div.wpforms-container-full button[type=submit], 
div.wpforms-container-full .wpforms-page-button, 
.wp-core-ui div.wpforms-container-full input[type=submit], 
.wp-core-ui div.wpforms-container-full button[type=submit], 
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
	float: right !important;
	border-radius: 0 !important;
}

.page-id-295 .wpforms-field-label-inline {
	color: #fff !important;
}

.page-id-295 ::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.special-checkbox-buttons input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: #000 !important;
  margin: 0 !important;
  font: inherit !important;
  color: #8b2939 !important;
  width: 1.15em !important;
  height: 1.15em !important;
  border: 2px solid #8b2939 !important;
  border-radius: 0 !important;
  transform: translateY(-0.075em) !important;
  display: grid !important;
  place-content: center !important;
}
 
.special-checkbox-buttons input[type="checkbox"]::before {
  content: "" !important;
  width: 0.65em !important;
  height: 0.65em !important;
  transform: scale(0) !important;
  transition: 120ms transform ease-in-out !important;
  box-shadow: inset 1em 1em #8b2939 !important;
    transform-origin: bottom left !important;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%) !important;
}
 
.special-checkbox-buttons input[type="checkbox"]:checked::before {
    transform: scale(1) !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
 
.special-checkbox-buttons input[type=checkbox]:checked:after {
    content: none !important;
    transform: scale(1) !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.special-checkbox-buttons input[type=checkbox]:after {
    transform: scale(1) !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

/* MOBILE */

@media (max-width: 768px) {
	.mobmenu-right-panel {
		width: 100% !important;
	}

	.menufooter,
	.menufooter p {
		text-align: center !important;
	}

	.menufooter img {
		float: none !important;
	}

	.footer-social,
	.footer-social .vc_column-inner {
		width: 100%;

	}

	.footer-social .vc_column-inner .wpb_wrapper {
		display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
	}

	.menufooter-links .wpb_wrapper p {
		text-align: center !important;
		justify-content: center !important;
	}

	#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
		font-size: 30px;
	}

	#mobmenuright li ul li a, #mobmenuright li ul li a:visited {
    	font-size: 22px;
	}

	.headbtn {
    	width: 100% !important;
	}

	.btn-drei .vc_column-inner .wpb_wrapper,
	.btn-zwei .vc_column-inner .wpb_wrapper {
    	display: flex;
    	flex-direction: column;
	}

	.headline p {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
    padding-top: 75px;
	}

	.wpb_column.child_column.border_color_8B2939 > .vc_column-inner, .wpb_column.child_column.border_color_8B2939 > .n-sticky > .vc_column-inner {
    	border-color: transparent;
	}

	.intro_box .vc_col-sm-12 {
		margin-top: 50px;
    	margin-left: 30px !important;
    	margin-right: 30px !important;
	}

	.white_box {
    	min-height: 300px;
    }
    .first-section .row-bg {
    	filter: brightness(0.4) !important;
    }

    .mobmenur-container img {
    	margin-top: 0px;
	}

	.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
	}

	body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 30px !important;
    }

    .mobile_height {min-height: 500px;}

    .iconbox .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
	}

	.small_red_2, .small_red_2 p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    hyphens: auto;
	}
}