/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* cinzel-regular - latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cinzel-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cinzel-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cinzel-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cinzel-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cinzel-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cinzel-v19-latin-regular.svg#Cinzel') format('svg'); /* Legacy iOS */
}

/* =============================================================================
 * Body
 * ========================================================================== */
 
html, body {
  font-size: 17px;
  line-height: 1.4rem;
}

/* =============================================================================
 * Header / Navigation
 * ========================================================================== */

.header.original .logo {
  margin: 1rem auto;
}
 
.stickyheader .logo {
  height: 110px;
}

.stickyheader .header.cloned {
  line-height: 110px;
}

.header.cloned .smartmenu .smartmenu-trigger {
  height: 110px;
}

.mod_mmenu_custom_nav {
  display: none;
}

/* =============================================================================
 * Das Team
 * ========================================================================== */

.team ul {
	margin-bottom: 1rem;
}

.team h3 {
	margin: 2rem 0 1rem;
}

@media only screen and (max-width: 1399px) {
	
	.ce_text_image_bar .textbox {
		flex: 0 0 100%;
		height: auto !important;
		padding: 30px;
	}
	
	.ce_text_image_bar.txt_right .textbox {
		margin-left: 0;
	}

	.ce_text_image_bar.txt_right .imagebox, .ce_text_image_bar.txt_left .imagebox {
		display: none;
	}
	
	.ce_text_image_bar .mobile_image {
		display: block;
		flex: 0 0 100%;
	}
	
	.ce_text_image_bar.mob-img-first .mobile_image {
		order: 1;
	}
	
	.ce_text_image_bar.mob-img-first .textbox {
		order: 2;
	}
	
}


/* =============================================================================
 * Rechtsgebiete
 * ========================================================================== */

@media only screen and (max-width: 1150px) {

	.rechtsgebiete .inside.container {
		padding-bottom: 0px;
	}
	
	.rechtsgebiete #wrapper [class*="col_"] {
	    flex: 0 0 100%;
	    flex-grow: 0;
	    max-width: none;
	}
	
	.rechtsgebiete #wrapper .column[class*="col_"] {
		margin-bottom: 25px;
	}
}

/* =============================================================================
 * Kontakt
 * ========================================================================== */

.kontakt h4 {
	margin-bottom: 0.8rem;
}


/* =============================================================================
 * Datenschutz / Impressum
 * ========================================================================== */

.datenschutz h2, .impressum h2 {
	margin: 2rem 0 0.7rem;
}

.datenschutz h3 {
	margin-top: 1.5rem;
	margin-bottom: 0.8rem;
}

.datenschutz h4 {
	margin-bottom: 0.5rem;
}

/* =============================================================================
 * Footer
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	
	.logo {
		height: 90px;
	}

	#footer img {
		max-width: 300px;
		margin: 0 auto;
	}
	
	#footer .ce_text, #footer .ce_headline {
		text-align: center;
	}
	
	#bottom .left, #bottom .right {
		text-align: center;
	}
	
	#footer .ce_iconbox.version3 .ce_iconbox_inside {
		justify-content: center;
	}
	
	#footer .inside {
		padding-bottom: 0;
	}
}