/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
a {
	color: var(--the7-title-color);
}

a:hover {
  color: var(--the7-links-color);
}
a {
  text-decoration: none;
}

.fas.fa-chevron-circle-right {
	color: #ae9a63;
	margin-right: 6px;
}

.branding a img, .branding img {
  max-width: 350px;
}

.dt-btn-link, .dt-btn-link > span, .dt-btn-link > i {
  color: var(--the7-title-color);
}

#presscore-blog-posts-5 time,
.category-auszeichnungen .fancy-date {
  display: none;
}

.branchenbild {
	margin-bottom: 0px !important;
}

.fancy-title-head.hgroup:first-of-type {
	width: calc(100% - 325px);
}

.fancy-title-head h1 {
	text-align: center;
	font: normal 600 32px / 42px "Tinos", Helvetica, Arial, Verdana, sans-serif !important;
}

.dt-fancy-title {
	font-size: 20px;
}

#fancy-header {
	background-image: unset;
}

.fancy-header .fancy-title {
  margin:0px 0;
  padding:0;
}

.zweispalten
@media only screen and (max-width: 980px) {
.zweispalten .et_pb_column {
width: 50%!important;
}
}

.flex
{
	display: flex;
	}


@media handheld,only screen and (max-width:620px) {
 .mk-portfolio-item.five-column,
 .mk-portfolio-item.four-column,
 .mk-portfolio-item.six-column,
 .mk-portfolio-item.three-column,
 .mk-portfolio-item.two-column {
  width:33%!important;
 }
	.st_hoverbox_column {
		width:50%!important;
		display:flex;
	}
	.st_squareblock, .st_squareblock div {
		width:162px;
		height:162px;
	}
	.st_verticalblock, .st_verticalblock div {
		width:162px;
		height:324px;
	}
	.st_horizontalblock, .st_horizontalblock div {
		width:324px;
		height:162px;
	}
	.teamwidth {
		width: 648px !important;
	}
	
	 .vc-hoverbox-block-inner.vc-hoverbox-back-inner a,
	 .vc-hoverbox-block-inner.vc-hoverbox-back-inner p {
		font-size: 11px;
		line-height: 1em;
		 margin-bottom: 8px;
	}
	 .vc-hoverbox-block-inner.vc-hoverbox-back-inner h2 {
		font-size: 13px;
		line-height: 1em;
		 margin-bottom: 8px;
	}
	.vc-hoverbox-block-inner {
		flex-shrink: 0;
		padding: 16px!important;
	}
	
	.fancy-title-head.hgroup:first-of-type {
		width: 100%;
	}
	
	.st_tophoverbox .vc_column-inner {
	  padding-left: 20px !important;
	  padding-right: 20px !important;
	  padding-top: 20px !important;
	  padding-bottom: 20px !important;
	}

	.st_tophoverbox div .layout-1 {
	  display: flex !important;
	}

	.st_tophoverbox .icon-with-text-shortcode .text-icon {
	  margin: 0px 60px 20px 60px !important;
	  align-self: center !important;
	}
}


/* iPhone 12 Pro Portrait */
@media only screen 
		and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	.st_hoverbox_row {
		width:100%!important;
	}
	.st_squareblock, .st_squareblock div {
		width:195px;
		height:195px;
	}
	.st_verticalblock, .st_verticalblock div {
		width:195px;
		height:390px;
	}
	.st_horizontalblock, .st_horizontalblock div {
		width:390px;
		height:195px;
	}
	.teamwidth {
		width: 780px !important;
	}
}


/* iPhone 12 Pro Landscape */
@media only screen 
		and (device-width: 844px) 
    and (device-height: 390px) 
    and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	.st_hoverbox_row {
		width:50%!important;
	}
			
	.st_hoverbox_row .vc_col-sm-6 {
		width:auto!important;
	}
	.st_squareblock, .st_squareblock div {
		width:203px;
		height:203px;
	}
	.st_verticalblock, .st_verticalblock div {
		width:203px;
		height:406px;
	}
	.st_horizontalblock, .st_horizontalblock div {
		width:406px;
		height:203px;
	}
	.teamwidth {
		width: 812px !important;
	}
}



/* iPhone 12 Max Pro Portrait */
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	.st_hoverbox_row {
		width:100%!important;
	}
	.st_squareblock, .st_squareblock div {
		width:199px;
		height:199px;
	}
	.st_verticalblock, .st_verticalblock div {
		width:199px;
		height:398px;
	}
	.st_horizontalblock, .st_horizontalblock div {
		width:398px;
		height:199px;
	}
	.teamwidth {
		width: 796px !important;
	}
}

/* iPhone 12 Max Pro Landscape */
@media only screen 
    and (device-width: 926px) 
    and (device-height: 428px) 
    and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)
{
	.st_hoverbox_row {
		width:50%!important;
	}
	.st_squareblock, .st_squareblock div {
		width:224px;
		height:224px;
	}
	.st_verticalblock, .st_verticalblock div {
		width:224px;
		height:448px;
	}
	.st_horizontalblock, .st_horizontalblock div {
		width:448px;
		height:224px;
	}
	.teamwidth {
		width: 896px !important;
	}
}

@media only screen and (max-width: 980px) not (orientation: landscape){
	.st_hoverbox_row, .st_hoverbox_row .vc_col-sm-6 {
		width:100%!important;
	}
	.st_hoverbox_column {
		width:50%!important;
		display:flex;
	}

	.st_sqbox {
		height: 380px;
	}
}
/*
@media (max-width: 991.98px) {
*/
@media (min-width: 992px) and (max-width: 63.9em) {
	.st_hoverbox_row {
		width:50%!important;
	}
	.st_squareblock, .st_squareblock div {
		width:195px;
		height:195px;
	}
	.st_verticalblock, .st_verticalblock div {
		width:195px;
		height:390px;
	}
	.st_horizontalblock, .st_horizontalblock div {
		width:390px;
		height:195px;
	}
	.teamwidth {
		width: 780px !important;
	}

	.st_sqbox {
		height: 380px;
	}

}

/* Large and up */
@media screen and (min-width: 64em) {
	.st_squareblock, .st_squareblock div {
		width:300px;
		height:300px;
	}
	.st_verticalblock, .st_verticalblock div {
		width:300px;
		height:600px;
	}
	.st_horizontalblock, .st_horizontalblock div {
		width:600px;
		height:300px;
	}
	.teamwidth {
		width: 1200px !important;
	}

	.st_sqbox {
		height: 380px;
	}
}

.page-id-3555  .vc_row {
	padding-left: 25px;
	padding-right: 25px;
}

.teamwidth .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.author-bio, .author-bio a {
  color: var(--the7-title-color);
  color: var(--the7-h5-color);
  font: var(--the7-h5-font);
  text-transform: var(--the7-h5-text-transform);
  letter-spacing: var(--the7-h5-letter-spacing);
  word-spacing: var(--the7-h5-word-spacing);
  text-decoration: none;
}

h1 {
  margin-bottom: 16px !important;
}

h2, .uvc-heading {
  margin-bottom: 14px;
}

blockquote, code, dl, fieldset, ol, p, pre, table, ul {
  margin-bottom: 20px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 35px;
}

.category-auszeichnungen .post-meta.wf-mobile-collapsed, .category-auszeichnungen .author-info, .category-auszeichnungen .navigation, .category-auszeichnungen .single-related-posts {
  display: none;
}

#jobdescription_header {
	width: calc(1300px - 50px - 50px);
	max-width: calc(100% - 50px - 50px);
	margin: 10 auto;
}

#presscore-blog-mandant, .widget_presscore-blog-mandant {
	padding-top: 0px;
}

#main-blog-mandant {
	display: none;
}

@media screen and (max-width: 778px) {
  #bottom-bar .menu-select {
    display: none !important;
  }
	#bottom-bar .mini-nav ul {  
		padding-top: 10px;
		display: block !important;
	}
}

@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 992px) {
	#main-blog-mandant {
		display: block;
		margin-bottom: 10px;
	}
	
	#presscore-blog-mandant {
		display: none;
	}
}
.st_tophoverbox {
   transition:0.4s;
}

.st_tophoverbox:hover {
  -webkit-box-shadow: 0px 16px 24px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 16px 24px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 16px 24px 0px rgba(0,0,0,0.3);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;

}

.st_logobar::after {
  border-bottom: none !important;
}

.st_logobar {
  min-height: initial !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}

.st_fullflexrow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.st_sidebarbox h4 {
	color: #002742;
	font: var(--the7-widget-title-font);
  text-transform: var(--the7-widget-title-text-transform);
  letter-spacing: var(--the7-widget-title-letter-spacing);
  text-decoration: var(--the7-widget-title-text-decoration);
}

.st_sidebarbox {
	background: #eee;
	background: #f4f0e4;
	  font: var(--the7-widget-content-font);
  text-transform: var(--the7-widget-content-text-transform);
  letter-spacing: var(--the7-widget-content-letter-spacing);
	  color: #8b8d94;
}

.frc-container {
  display: flex;
  align-items: center;
  min-height: 52px;
}
.frc-captcha {
  background-color: transparent !important;
  border: none !important;
}
.frc-captcha * {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: initial;
  border-radius: px;
  filter: none !important;
  transition: none !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  background-color: transparent !important;
  color: var(--the7-base-color) !important;
}

.frc-icon {
  fill: var(--the7-base-color) !important;
  stroke: var(--the7-base-color) !important;
  flex-shrink: 0;
  margin: 8px 8px 0;
}

.frc-content {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  margin: 4px 6px 0 0;
  overflow-x: auto;
  flex-grow: 1;
}

.frc-banner {
	display:none;
}

.frc-button {
	color: var(--the7-title-color) !important;
	font-weight: bold !important;
	text-align: left !important;
	padding: 2px 0px !important;
}

.wpcf7-list-item {
	margin: 0px;
}
input[type="checkbox"], input[type="radio"] {
	margin-right:5px;
}

.category-auszeichnungen .fancy-categories a {
        cursor: default;
        pointer-events: none;        
        text-decoration: none;
}
/*
.pagination {
  display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}

.page-item.disabled .page-link {
  color: rgba(15, 95, 150, 0.4);
  background: rgba(244, 248, 250, 0.2);
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 8px 11px;
  margin-left: 8px;
  line-height: 1.25;
  color: #FFFFFF;
  background: rgba(240, 245, 250, 0.3);
  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  width: 32px;
  height: 32px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  text-align: justify;
}

.page-item.active .page-link {
  z-index: 1;
  color: #3278E7;
  background: #F0F5FA;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  white-space: nowrap;
}
.pagination {
  list-style: none;
}*/