/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.introbox {
	width: auto;
  margin: 100px 50px;
  display: inline-block;
}
.introbox h1 {
	font-size:2.6em;
	color:#000;
	text-align:left;
}
.introbox h2 {
	text-align:center;
	margin-top: 40px;
}
.introbox h2 a {
	font-size: 1.55em;
	color:#000;
	font-weight: 400;
}
.intropage h2 a:hover {
	color:#933;
}

.intropopup h1 {
	margin-top: 40px;
	font-size:2em;
	line-height:1.25em;
	color:#000;
	text-align:center;
}
.intropopup h2 {
	text-align:center;
	margin-top: 40px;
}
.intropopup h2 a {
	font-size: 1.25em;
  line-height: 20px;
	color:#000;
	font-weight: 400;
}
.intropopup h2 a:hover {
	color:#933;
}

@media only screen and (max-width: 768px) {
	.introbox h1 {
		font-size:1.5em;
	}
	.introbox {
	  margin: 30px 15px;
	}
	.introbox h2 {
		margin-top: 20px;
	}
	.introbox h2 a {
		font-size: 1em;
	}
}
#Top_bar .menu_wrapper {
    float: left!important;
    width: 100%;
    margin: 0!important;
}
.header-simple #Header a.responsive-menu-toggle {
   
    left: 10px !important;
}
#Top_bar .logo {
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
#Header {
    min-height: 90px !important;
}
.menubox .trailer_box img {
	width:100%;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
}
.menubox .trailer_box a:hover img {
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%); 
}
.menubox .trailer_box .desc h2 {
	font-weight:400;
}

.menubox .trailer_box a:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	width:100%;
	height:100%;
	opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: #000;
}
.menubox .trailer_box:hover a:after{
	filter:alpha(opacity=0);
	opacity:0;
}



.teambox .trailer_box img {
	width:100%;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
}
.teambox .trailer_box a:hover img {
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%); 
}



.teambox .trailer_box a:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	width:100%;
	height:100%;
	opacity: 0.1;
  filter: alpha(opacity=10);
  background-color: #000;
}
.teambox .trailer_box:hover a:after{
	filter:alpha(opacity=0);
	opacity:0;
}

.teambox .trailer_box .desc .subtitle {
	font-weight:600;
	font-size:14px;
	text-align:left;
	background-color:transparent;
	color:#5C5C5C;
	border:0;
	background-image:none;
	display:block;
	padding:0;
	line-height:19px;
}
.teambox .trailer_box .desc h2 {
	font-weight:300;
	font-size:14px;
	font-style:italic;
	text-align:left;
	color:#5C5C5C;
	line-height:19px;
}
.teambox .trailer_box .desc .line {
	display:none;
}
.teambox .trailer_box:hover .desc h2{bottom:0px}
.teambox .trailer_box:hover .desc .subtitle{bottom:0px}

.teambox2 {
	margin:0 !important;
	padding:0 !important;
	background-color: #000;
}
.teambox2 a {
	display:block;
	margin:0 !important;
	padding:0 !important;
	line-height: 0;
}
.teambox2 img {
	width:100%;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
            	opacity: 0.85;
  filter: alpha(opacity=85);
}
.teambox2 a:hover img {
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%); 
        transition: all 0.5s ease;
        	opacity: 1;
  filter: alpha(opacity=100);
}

.teambox2 a:after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
	width:100%;
	height:100%;
}



.teambox2 h2 {
	font-weight:600;
	font-size:14px;
	text-align:left;
	background-color:transparent;
	color:#5C5C5C;
	border:0;
	background-image:none;
	padding:0;
	line-height:19px;
	text-transform:uppercase;
}
.teambox2 h3 {
	font-weight:300;
	font-size:14px;
	font-style:italic;
	text-align:left;
	color:#5C5C5C;
	line-height:19px;
}

.teambox2:hover h2 ,
.teambox2:hover h3 {
	color:#888;
}

.teambox2 .teamdesc {
	position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 15px 35px;
  z-index:2;
}

.arrowlink {
}
.arrowlink:hover {
	color:#4c4c4c;
	text-decoration:none;	
}
.arrowlink:after {
	 background-image: url('/wp-content/uploads/2018/09/Pfeil-im-Kreis_rot_48.png');
    background-size: 24px 24px;
    display: inline-block;
    width: 24px; 
    height: 24px;
    content:"";
		vertical-align:middle;
		margin-left:20px;
}
.arrowlink:hover:after {
	 background-image: url('/wp-content/uploads/2018/09/Pfeil-im-Kreis_grau.png');
    background-size: 24px 24px;
    display: inline-block;
    width: 24px; 
    height: 24px;
    content:"";
		vertical-align:middle;
		margin-left:20px;
}

.chapterlink {
    position: relative;
    padding: 50px 0;
    color: #933;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 1.5em;
    background-color: #f5f5f5;
    width: 100vw;
    left: calc(50% - 50vw);
    bottom:  -35px;
    right: 0;
    margin-top: -70px;
    /*margin-bottom: -35px !important;*/
}
.chapterlink:hover {
	color:#000;
	text-decoration:none;	
}

h1 {
	text-transform:uppercase;
	text-align:center;
}

.competencerow .hover_color_bg {
	display:table;
	width:100%;
}
.competencerow .wpb_wrapper > div {
	margin-bottom:0px !important;
}

.competencebox1,
.competencebox2,
.competencebox3 {
	height:240px;
	display:table-row !important;
}

.competencebox1 .hover_color_wrapper,
.competencebox2 .hover_color_wrapper,
.competencebox3 .hover_color_wrapper{
	color:#000;
	font-size:1.8em;
	line-height:1.5em;
	vertical-align:middle;
	padding:20px;
	-ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display:table-cell;
}
.competencebox1 .hover_color_wrapper:hover,
.competencebox2 .hover_color_wrapper:hover,
.competencebox3 .hover_color_wrapper:hover {
	color:#fff;
}
.competencebox1 {
	
}
.competencebox2 {
	
}
.competencebox3 {
	
}

.competencetext>.vc_column-inner {
	  margin-top: 20% !important;
    margin-right: 8% !important;
    margin-bottom: 4% !important;
    margin-left: 8% !important;
    padding-top: 6% !important;
    padding-right: 6% !important;
    padding-bottom: 6% !important;
    padding-left: 6% !important;
    background-color: #ffffff !important;
    width:auto !important;
}

.teamrow {
	background-position:right top !important;
	background-attachment: fixed;
	background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 480px) and (max-width: 1366px) {
	.teamrow {
		background-size: 1700px !important;
		background-color:#aaa;
		background-attachment: scroll !important;
	}
}
@media only screen and (max-width: 479px) {
	.teamrow {
		background-size: 1300px;
		background-color:#aaa;
	}
}
.teamtext>.vc_column-inner {
	  margin-top: 20% !important;
    margin-right: 8% !important;
    margin-bottom: 4% !important;
    margin-left: 8% !important;
    padding-top: 6% !important;
    padding-right: 6% !important;
    padding-bottom: 6% !important;
    padding-left: 6% !important;
    background-color: #ffffff !important;
    width:auto !important;
}
@media only screen and (max-width: 768px) {
	.teamtext>.vc_column-inner {
		margin-top: 500px !important;
	}
}
.teamtext h1 {
	font-size: 24px;
	text-align:left;
	margin-bottom:30px;
	line-height:1.25em;
}
.teamtext h2 {
	font-size:14px;
	font-weight:bold;
	color:#5C5C5C;
	margin-top:30px;
	margin-bottom:5px;
}
.vcardlink {
}
.vcardlink:hover {
	color:#4c4c4c;
	text-decoration:none;	
}
.vcardlink:before {
	 background-image: url('/wp-content/uploads/2018/09/Icon-Visitenkarte_60.png');
    background-size: 32px 32px;
    display: inline-block;
    width: 32px; 
    height: 32px;
    content:"";
		vertical-align:middle;
		margin-right:20px;
}

.vitalink {
}
.vitalink:hover {
	color:#4c4c4c;
	text-decoration:none;	
}
.vitalink:before {
	 background-image: url('/wp-content/uploads/2018/09/Icon_Vita_60.png');
    background-size: 32px 32px;
    display: inline-block;
    width: 32px; 
    height: 32px;
    content:"";
		vertical-align:middle;
		margin-right:20px;
}


.burorow {
	background-position:center top !important;
	background-attachment: fixed;
	background-size: cover;
}

.burotext>.vc_column-inner {
	  margin-top: 20% !important;
    margin-right: 8% !important;
    margin-bottom: 4% !important;
    margin-left: 8% !important;
    padding-top: 6% !important;
    padding-right: 6% !important;
    padding-bottom: 6% !important;
    padding-left: 6% !important;
    background-color: #ffffff !important;
    width:auto !important;
}

.greybox {
  padding: 15px 15px 16px 17px !important;
  background-color: #f5f5f5 !important;
}

.sdm_download_item .sdm_download_title{
	display:none;
}
.sdm_download_item {
  padding: 15px 15px 16px 17px !important;
  background-color: #f5f5f5 !important;
  border:0;
}
.sdm_download{
    background: none !important;
    background-color: none !important;
    border:0 !important;
    border-color: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
    padding:0 !important;
    font-family:inherit !important;
}
.sdm_download_description {
	border-bottom:0;
}
.sdm_download_description h2 {
	font-weight:bold;
}
.sdm_download_description img {
	max-height:246px;
	width:auto;
	box-shadow: 5px 5px 5px #dddddd;
	border: 1px solid #fff;
}

.downloadbox {
	/*
	height:800px;
	overflow:auto;
	*/
}

@media only screen and (max-width: 768px) {
	#Top_bar #logo img {
		max-width: 70% !important;
		height:auto !important;
	}
}


.wpml-ls-statics-shortcode_actions {
	position:absolute;
	right:20px;
	bottom:20%;
	z-index:99999;
	text-transform:uppercase;
}
@media only screen and (max-width: 768px) {
	.wpml-ls-legacy-list-horizontal {
		padding:0;
		border:0;
	}
	.wpml-ls-statics-shortcode_actions {
		right:0px;
		bottom:30%;
	}
	.wpml-ls-statics-shortcode_actions .wpml-ls-native {

		font-size:12px;
	}
}
@media only screen and (max-width: 500px) {
	.wpml-ls-statics-shortcode_actions {
		display:none;
	}
}
#Footer {
	padding-bottom:20px !important;
}

.blog-startseite {
	 background-color: #f5f5f5 !important;
	 margin-top:10px !important;
}
.blog-startseite .column_filters {
	margin-bottom:0px !important;
	
}