/*@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=b761f223-f192-4b02-a87b-085a976c6181");
@font-face {
	font-family: "Throhand W01 Pen Roman";
	src: url("../fonts/98a270f4-0740-4e55-b92f-6ae28eca2496.eot?#iefix");
	src: url("../fonts/98a270f4-0740-4e55-b92f-6ae28eca2496.eot?#iefix") format("eot"), url("../fonts/50d0d4ef-87bf-43b4-bdcb-09b6d956e9f0.woff2") format("woff2"), url("../fonts/8fe55527-cc6d-4f77-aa35-9525ae9b9bfe.woff") format("woff"), url("../fonts/ad17c387-c07a-4661-ac08-d3f42219025e.ttf") format("truetype"), url("../fonts/68bae413-faff-44cd-8e64-1605869afe3e.svg#68bae413-faff-44cd-8e64-1605869afe3e") format("svg");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* header*/

body, html, input, textarea, select, button {
	font: normal 100%/1.5 'Open Sans', sans-serif;
}

body, html {
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

p {
	font-weight: 300;
	margin: .5em 0;
}

ul, ol {
	margin: .5em 0;
}

a {
	color: #000;
	text-decoration: none;
	transition: color .3s ease;
}

a:hover {
	color: #5bc4be;
}

@keyframes scroll_down {
	0% {
		top: 5%;
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		top: 80%;
		opacity: 0;
	}
}

.logo {
	width: 250px;
	transition: all .3s ease;
	flex-shrink: 0;
}

.logo svg {
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: width .3s ease;
}

/* navigation */

.main-navigation {
	transition: all .3s ease;
}

.main-navigation.nav_dark {
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-menu-button {
	float: left;
	cursor: pointer;
	background: 0;
	height: 17px;
	width: 25px;
	z-index: 9000;
	outline: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	position: relative;
	margin-top: 8px;
}

.menu-title {
	float: left;
	font-weight: 300;
	/* margin-top: 0.4em; */
	line-height: 32px;
	font-size: 1.25em;
	text-transform: uppercase;
	cursor: default;
}

.nav-sep {
	float: left;
	display: block;
	margin: 0 10px;
	border-left: 1px solid #000;
	height: 32px;
}

.download {
	margin-top: 3rem;
}

.download header {
	font-weight: bold;
}

.download a {
	color: #5bc4be;
}

.download a:hover {
	color: inherit;
}

.custom-menu-class {
	position: absolute;
	left: calc(100% + 10px);
	top: calc(100% + 20px);
	z-index: 1001;
	padding: 25px 50px;
	cursor: default;
	background-color: rgba(200, 200, 200, 0.8);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-10%);
	user-select: none;
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.custom-menu-class.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.custom-menu-class ul li {
	list-style-type: none;
	margin: 10px 0;
}

.custom-menu-class ul li a {
	color: #fff;
	font-size: 2em;
	/* line-height: 2em; */
	white-space: nowrap;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	display: block;
}

.custom-menu-class ul li a.menu_sep {
	padding-bottom: 5px;
	margin-bottom: 18px;
}

.custom-menu-class ul li a.menu_sep:after {
	display: block;
	content: "";
	position: absolute;
	width: 50px;
	height: 5px;
	background-color: #68c1ba;
	bottom: -10px;
	left: 0;
}

.custom-menu-class ul li a:hover {
	color: #000;
}

.custom-menu-class ul li a:active {
	color: #000;
}

.header-container {
	transition: all 0.3s ease;
}

.main-navigation {
	flex-grow: 1;
	flex-shrink: 0;
}

/* GENERAL */

body {
	margin: 0 auto;
}

/*Slider */

/*Footer*/

.to_top {
	width: 50px;
	height: 50px;
	margin: 100px auto 40px;
	cursor: pointer;
}

.to_top svg {
	width: 100%;
	height: 100%;
	display: block;
	transform: rotate(-90deg);
}

.to_top svg circle {
	fill: #000;
	fill-opacity: 0;
	stroke: #000;
	transition: stroke .3s ease-in-out;
}

.to_top svg g line {
	stroke: #000;
	transition: stroke .3s ease-in-out;
}

.to_top:hover svg circle, .to_top:hover g line {
	stroke: #5bc4be;
}

/* .to-top { */

/* margin: 2em; */

/* cursor: pointer; */

/* } */

/* .to-top img { */

/* margin: 0 auto; */

/* display: block; */

/* } */

/* .to-top:hover img { */

/* border: 1px solid rgb(30, 183, 188); */

/* border-radius: 50%; */

/* } */

/* .top { */

/* padding: 0.5em 0.5em; */

/* border-radius: 50%; */

/* border: 1px solid transparent; */

/* } */

/* .top { */

/* width: 20px; */

/* height: auto; */

/* } */

.footer-info {
	/* background-color: #C0C0C0; */
	/* padding: 2em 5em 2em 5em; */
	/* overflow:hidden; */
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 1rem;
}

.footer-text {
	float: left;
}

.footer-text p {
	font-weight: 300;
	margin: 0;
}

.social_cont {
	float: right;
	/* margin: 25px 0 0; */
	margin: 0;
}

.social {
	overflow: hidden;
	float: right;
	margin: 15px 0;
}

.social a {
	float: left;
	width: 40px;
	height: 40px;
	background-color: #000;
	border-radius: 50%;
	transition: background-color .3s ease;
	font-size: 1.5em;
	text-align: center;
	padding-top: 2px;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0px 9px;
}

.impressum {
	float: left;
	line-height: 40px;
	padding-right: 25px;
	margin-right: 20px;
	border-right: 2px solid #000;
	text-transform: uppercase;
}

.map {
	padding-left: 1px;
	padding-top: 5px;
	font-size: 1.75em;
}

.social a:hover {
	background-color: #5bc4be;
}

footer {
	background-color: #bdbec1;
	width: 100%;
}

/*Main*/

.main-content {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 1rem;
}

.main-content h1 {
	position: relative;
	letter-spacing: .0625em;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1em;
}

.main-content h1:after {
	content: "";
	width: 70px;
	height: 4px;
	background-color: #68c1ba;
	bottom: -0.5em;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.main-content h2 {
	font-weight: 300;
	font-size: 1.5em;
	margin-bottom: 1em;
}

.seminargenerator .wpforms-title {
	border-bottom: 1px dashed rgb(30, 183, 188) !important;
	padding: 0 0 10px 15px !important;
	/* font-family: "Throhand W01 Pen Roman"; */
	text-transform: uppercase !important;
	letter-spacing: .02em !important;
}

.seminargenerator .wpforms-description {
	padding: 0 0 15px 15px !important;
	font-weight: 400;
	font-size: 1em !important;
	margin-bottom: 1.25em !important;
}

.form-container {
	border-top: 1px solid rgba(0, 0, 0, .1) !important;
	border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
	padding: 12px 0 !important;
}

.form-container textarea {
	background-color: #f1f1f1 !important;
	border: 0 !important;
	border-radius: 0 !important;
	min-height: 200px;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	padding: 15px 20px !important;
	box-sizing: border-box !important;
}

.s_submit {
	background-color: rgba(0, 0, 0, .05) !important;
	outline: 0 !important;
	border: 1px solid #68c1ba !important;
	box-sizing: border-box !important;
	float: right !important;
	padding: 7px 15px 6px !important;
	font-size: 1em !important;
	line-height: 1 !important;
	color: #000 !important;
	transition: background-color .3s ease;
}

.s_submit:hover {
	background-color: #68c1ba !important;
}

.text-container {
	border-top: 1px dashed rgb(30, 183, 188);
}

.contact-text {
	padding: 20px 0 10px 15px;
	/* font-family: 'Open Sans', sans-serif; */
	font-weight: 100;
	font-size: 1.5em;
}

.contact-text p {
	font-size: 1.5em;
}

/*.text {
	font-family: "Open Sans";
	font-size: 18px;
	margin: 0 auto;
}

.title {
	font-family:"Butler Light";
	padding: 1em 1em;
	text-align: center;
	font-size: 48px;
	letter-spacing: 0.5em;
	margin: 0 auto;
}*/

/* Gallery */

/*.gallery img {
	border-radius: 50%;
	width: 100%;
	height: auto;
	border:none !important;
}

.gallery-item {
	padding-bottom: 2em;
}

.gallery-icon {
	border-radius: 50%;
	border:3px solid transparent;
	overflow:hidden;
}


.gallery-icon:hover img{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/

.frontpage-gallery {
	margin: 140px auto 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.frontpage-gallery .gallery-item {
	/* width: 40%; */
	/* margin-left: 2em; */
	/* height: auto; */
	/* float:left; */
	float: left;
	margin-right: 150px;
	text-align: center;
	margin-bottom: 160px;
}

.frontpage-gallery .gallery-item p {
	font-size: 1.5em;
	line-height: 1;
	font-weight: 400;
	/* margin-top: 35px; */
	margin-top: 60px;
	text-transform: uppercase;
	cursor: default;
}

.frontpage-gallery .gallery-item:nth-of-type(2n+2) {
	margin-right: 0;
}

.frontpage-gallery .gallery-item .border-container {
	border-radius: 50%;
	/* width: 300px; */
	/* height: 300px; */
	/* padding: 1em; */
	/* border: 3px solid transparent; */
	position: relative;
	display: block;
}

.frontpage-gallery .gallery-item .border-container:before {
	content: "";
	display: block;
	width: calc(100% + 44px);
	height: calc(100% + 44px);
	position: absolute;
	top: -44px;
	left: -44px;
	right: 0;
	bottom: 0;
	border: 22px solid #5bc4be;
	border-radius: 50%;
	z-index: 99;
	opacity: 1;
	transition: all 1s ease;
}

.gallery-item-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(197, 198, 200, .3);
	top: 0;
	left: 0;
	border-radius: 50%;
	background-image: url(../img/logo_lines.png);
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	transition: all 1s ease;
}

.frontpage-gallery .gallery-item .border-container .image-container {
	position: relative;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}

.frontpage-gallery .gallery-item .border-container .image-container:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	transition: all 1s ease;
	opacity: 0;
	z-index: 14;
}

.frontpage-gallery .gallery-item .image-container img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transition: all 1s ease;
	opacity: 0;
}

.frontpage-gallery .gallery-item .gallery-item-title {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: 50%;
	transform: translateY(-50%);
	color: #000;
	font-size: 2em;
	font-weight: 600;
	word-wrap: break-word;
	z-index: 15;
	transition: color 1s ease;
}

.frontpage-gallery .gallery-item .border-container:hover .gallery-item-title {
	color: #fff;
}

/* .frontpage-gallery .gallery-item */

/* .border-container:hover { */

/* border: 3px solid rgb(30, 183, 188); */

/* } */

.frontpage-gallery .gallery-item .border-container:hover img {
	opacity: 1;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.frontpage-gallery .gallery-item .border-container:hover .image-container:before {
	opacity: 1;
}

.frontpage-gallery .gallery-item .border-container:hover .gallery-item-overlay {
	opacity: 0;
}

/* .frontpage-gallery .gallery-item .border-container:hover:before { */

/* opacity: 1; */

/* } */

.frontpage-gallery .gallery-item .border-container:hover .gallery-item-text {
	opacity: 1;
}

/* .frontpage-gallery .gallery-item .image-container:hover .gallery-item-overlay { */

/* opacity:.7; */

/* } */

.clear {
	clear: both;
}

div#n2-ss-2 .nextend-bullet-bar {
	margin-top: 5px;
}

div#n2-ss-2 .nextend-bullet-bar .n2-ow {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .9);
	padding: 0;
	margin: 0 5px;
}

#menu-nav {
	/* position: absolute; */
	margin: 0;
	padding: 0;
}

.nav_dark .logo {
	width: 168px;
	height: 50px;
}

.nav-menu-button .bar, .nav-menu-button .bar::after, .nav-menu-button .bar::before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	background: #000;
	margin: auto;
	width: 25px;
	height: 2px;
	content: '';
	top: 0;
	left: 0;
	border-radius: 1px;
}

.nav-menu-button .bar {
	margin-top: 0;
}

.nav-menu-button .bar::before {
	top: 14px;
}

.nav-menu-button .bar::after {
	top: 7px;
}

.bar::after, .bar::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.active.nav-menu-button .bar, .active.nav-menu-button .bar::after, .active.nav-menu-button .bar::before {
	background: #5bc4be;
}

.active.nav-menu-button .bar {
	background-color: transparent;
	background: 0 !important;
}

.active.nav-menu-button .bar::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.active.nav-menu-button .bar::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.row {
	width: 90%;
}

.left {
	float: left;
	width: 30%;
}

.right {
	float: right;
	width: 60%;
}

.right input {
	background-color: #f1f1f1;
	border: none;
	height: 2em;
	width: 70% -moz-available;
}

.contact-form {
	padding: 1em;
	border-top: 1px dashed rgb(30, 183, 188);
	border-bottom: 1px dashed rgb(30, 183, 188);
	overflow: hidden;
}

.general-sub {
	overflow: hidden;
	padding: 2em;
	border-bottom: 1px dashed rgb(30, 183, 188);
}

label {
	font-weight: 200;
}

.required {
	float: right;
}

.form-questions {
	padding: 2em;
}

.form-questions textarea {
	width: 100%;
	border: none;
	background: #f1f1f1;
}

.form-questions .row {
	padding-bottom: 2em;
}

.form-general {
	padding: 2em;
}

.submit-button {
	margin-right: 8em;
}

.submit-button input {
	padding: 0.5em;
	float: right;
	cursor: pointer;
	border: none;
	transition: background-color .3s ease;
}

.submit-button:hover input {
	background-color: rgb(30, 183, 188);
	border: none;
}

#wpgmza_map {
	top: 2em;
	width: 100vw!important;
	left: calc(-50vw + 50%);
}

.reveal {
	opacity: 0;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
	transition: opacity 0.8s, -webkit-transform 0.8s;
	transition: opacity 0.8s, transform 0.8s;
	transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.reveal_fade {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.reveal_visible {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.reveal_visible {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* REFERENTEN */

.list-item {
	width: 100%;
	height: auto;
	padding-bottom: 4em;
	position: relative;
}

.list-anchor {
	position: absolute;
	top: -100px;
	z-index: 1;
}

.list-item .header {
	padding: 0 0 10px 15px;
	border-bottom: 1px dashed rgb(30, 183, 188);
	cursor: pointer;
	overflow: hidden;
}

.header-info {
	float: left;
	font-weight: 300;
	font-size: 1.25em;
	max-width: 90%;
}

.header-info a {
	color: inherit;
}

.sem-category {
	display: inline-block;
	font-weight: 400;
	background-color: #68c1ba;
	color: #fff;
	margin-right: 12px;
	padding: 2px 8px;
	transition: background-color .25s ease;
}

.sem-category.sem-highlight-38 {
	background-color: #f07d00;
}

.sem-category.sem-highlight-39 {
	background-color: #007632;
}

.sem-category.sem-highlight-40 {
	background: linear-gradient(to bottom left, #f07d00 0%, #f07d00 50%, #007632 50%, #007632 100%);
}

a.sem-category:hover {
	background-color: #b3b3b3;
	color: #fff;
}

.svg {
	float: right;
	margin-right: 10px;
	width: 9px;
	margin-top: 1px;
	height: 15px;
}

.header .svg svg {
	transition: transform .3s ease;
}

.header svg polyline {
	transition: stroke .3s ease-in-out;
}

.header:hover svg polyline {
	stroke: rgb(30, 183, 188);
}

.list-item .sub-header {
	padding: 15px 0 0 15px;
	font-weight: 600;
	color: #68c1ba;
}

.expand-minimize {
	padding-top: 3em;
	height: auto;
	width: 100%;
	/* overflow: hidden; */
	display: none;
}

.expand-minimize.no_image_expand {
	padding-top: 25px;
}

.expand-minimize.no_image_expand .short-bio {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.expand-minimize .show {
	display: block;
}

.expand-image-container img {
	vertical-align: top;
}

.expand-image-container {
	float: left;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 1px solid #68c1ba;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.expand-image-container.const-w img {
	width: 300px;
	height: auto;
}

.expand-image-container.const-h img {
	width: auto;
	height: 300px;
}

.short-bio {
	padding-top: 1em;
}

.short-bio .text {
	/* padding-right: 7em; */
	/* font-family: 'Open Sans'; */
	font-weight: 300;
}

.svg-active svg {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* BCN Nav */

.bcn_nav {
	float: right;
	margin-right: 2em;
	/* font-family:'Open Sans'; */
}

/* SeminarOrte */

.seminarorte {
	margin-top: 60px;
}

.row-item {
	width: 50%;
	float: left;
	margin-bottom: 60px;
	text-align: center;
}

.acf-map {
	width: 160px;
	height: 160px;
	border: #ccc solid 1px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.acf-map img {
	width: 100%;
}

.map-info {
	padding: 0 6em;
}

h3.info-title {
	color: rgb(30, 183, 188);
	font-weight: 400;
	margin: 25px 0 20px;
}

p.contact-info {
	margin: 0;
}

/* AKTUELLES */

.editor-one, .aktuelles-image-container, .mehrwert-editor {
	padding: 1em;
}

.image-1 {
	width: 100%;
	height: auto;
}

image-1 .caption {
	font-size: .875em;
	width: 100%;
}

.image-2 {
	width: 40%;
	height: 400px;
	float: left;
	padding: 0 3em;
}

.main-content h3 {
	color: rgb(30, 183, 188);
	margin: 3em 0 .5rem;
}

h4 {
	font-weight: 400;
	font-size: 1.25em;
	margin: 0;
	text-align: center;
}

.image-3 {
	width: 30%;
	height: auto;
	float: left;
	padding: 1em;
}

.image-3 img, .image-2 img, .image-1 img {
	width: 100%;
}

/*h1:after {
	content: "";
	width: 100px;
	height: 10px;
	background-color: <?php echo the_field('color')?>;
	bottom: -20px;
	position: absolute;
	left: 0;
	right:0;
	margin: auto;
}*/

h3 {
	color: rgb(30, 183, 188);
	text-transform: uppercase;
	/* font-family: */
}

.btn-group {
	text-align: center;
	margin-top: 40px;
}

.btn-group-after {
	margin-top: 3em;
}

.btn-group-item {
	cursor: pointer;
	vertical-align: top;
	margin: 0 20px;
	display: flex;
	align-items: center;
}

.btn-group-item:hover {
	color: #000;
}

.btn-group-item img {
	width: 22px;
	height: 22px;
	vertical-align: top;
}

.btn-group-item-container {
	padding: 10px;
	background-color: #68c1bb;
	border-radius: 50%;
	transition: background-color .3s ease;
}

.btn-group-item:hover .btn-group-item-container {
	background-color: rgba(0, 0, 0, .4);
}

.btn-group-item-text {
	margin: 0 12px;
	font-weight: 400;
}

/*slider */

.visual {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.visual figure {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0;
}

.visual figure > img {
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: margin .8s ease;
}

.visual figcaption {
	position: absolute;
	z-index: 1;
	z-index: 99;
	width: auto;
}

.visual figcaption.bottom_left {
	left: 6em;
	bottom: 4em;
}

.visual figcaption.bottom_right {
	right: 6em;
	bottom: 4em;
}

.visual figcaption.top_left {
	left: 6em;
	top: 10em;
}

.visual figcaption.top_right {
	right: 6em;
	top: 10em;
}

.main-line {
	text-align: center;
	font-size: 2em;
	font-size: 1.5vw;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.sub-line {
	font-size: .8125em;
	text-align: center;
	margin-top: 15px;
}

.sub-line-italic {
	font-style: italic;
}

.line-container {
	background: rgba(255, 255, 255, .75);
	height: auto;
	padding: 2em 3em 2em 3em;
	position: relative;
}

.section-header, .main-content .section-header {
	color: #000;
	font-weight: 600;
	text-transform: none;
	margin-top: 60px;
	border-bottom: 1px dashed #68c1ba;
	padding-bottom: 5px;
	text-align: center;
	font-size: 1em;
}

/*startseite*/

.visual:hover .slide-button-next {
	top: 22em;
	position: absolute;
	z-index: 999;
	right: 1.2em;
}

.slide-button.slide-button-next:hover {
	cursor: pointer;
}

.text-logo {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/gji_logo_slider.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%, -50%);
	opacity: .85;
}

.nav_dark .logo-svg {
	width: 168px;
	height: 50px;
	margin-top: 5px;
}

/* Familienrecht */

.familienrecht-editor-logo {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	left: -5em;
	bottom: 11em;
}

/*.nav_dark {
	background-color: rgba(192,192,192,0.4);
}*/

.nav_dark .nav-sep {
	border-left: 1px solid #000;
}

.nav_dark .menu-title {
	color: black!important;
}

.nav_dark .bar, .nav_dark .bar:after, .nav_dark .bar:before {
	background-color: black!important;
}

.line-container {
	opacity: 1;
	visibility: visibile;
	transform: translateX(0);
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.fig_hide {
	transform: translateX(10%);
	opacity: 0;
	visibility: hidden;
}

.visual_controls {
	margin-top: 15px;
	overflow: hidden;
	text-align: center;
}

.slide-controls {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-controls:empty {
	display: none;
}

.slide-indicator {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #000;
	margin: 0 5px;
	cursor: pointer;
	transition: background-color .3s ease-in-out;
}

.active.slide-indicator {
	background-color: #68c1ba;
}

.breadcrumbs {
	float: right;
	margin-top: 1px;
	position: relative;
	z-index: 10;
}

.breadcrumbs a {
	line-height: 100%;
	font-size: 1em;
	position: relative;
	padding-left: 16px;
	margin-left: 5px;
}

.breadcrumbs span {
	padding-left: 0.5em;
}

.breadcrumbs span:first-of-type a:before {
	display: none;
}

.breadcrumbs a:before {
	content: "";
	display: inline-block;
	color: #000;
	position: absolute;
	background: url(../img/right-arrow.svg) no-repeat center;
	width: 1em;
	height: 1em;
	left: 0;
	top: 3px;
	background-size: contain;
}

#map {
	width: 100%;
	height: 600px;
	margin-top: 20px;
}

#map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.contact p {
	padding: 0;
	font-weight: 300;
	font-size: 1.25em;
}

.cont_padding {
	padding: 0 15px;
	text-align: center;
	margin-top: 70px;
}

.align_center {
	text-align: center;
}

.contact_form {
	width: 90%;
	margin: 0 auto;
}

.list-sections {
	margin-bottom: 90px;
	margin-top: 20px;
	text-align: center;
}

.list-sections ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.list-sections ul li {
	display: inline-block;
}

.list-sections ul li a {
	text-transform: uppercase;
	font-weight: 400;
	line-height: 100%;
}

.list-sections ul li:after {
	content: "|";
	display: inline-block;
	line-height: 100%;
	color: #000;
	vertical-align: top;
}

.list-sections ul li:last-of-type:after {
	display: none;
}

.search_title {
	font-weight: 300;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 8px;
	margin-top: 40px;
}

.form-row {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 12px 0 12px 10px;
}

.form-row label {
	font-weight: 400;
	width: 14em;
	box-sizing: border-box;
}

.form-row input,
.form-row select,
.form-row textarea {
	background-color: rgba(0, 0, 0, .05);
	outline: 0;
	border: 0;
	box-sizing: border-box;
	padding: 7px 15px 6px;
}

.form-row textarea {
	min-height: 10em;
}

.form-row.form-submit {
	border-bottom: 0;
	margin-bottom: 60px;
	justify-content: flex-end;
}

.form-row.borderless {
	border: 0;
	padding-bottom: 0;
}

.form-row.form-submit input[type="submit"],
.button {
	display: inline-block;
	width: auto;
	flex-grow: 0;
	cursor: pointer;
	border: 1px solid #68c1ba;
	background-color: rgba(0, 0, 0, .05);
	transition: background-color .3s ease;
	color: #000;
	padding: .5em 1em;
}

.form-row.form-submit input[type="submit"]:hover,
.button:hover {
	background-color: #68c1ba;
	color: #000;
}

.form-row.form-submit a {
	margin-right: 1em;
}

.form-row .checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.form-row .checkbox input {
	margin-right: 1em;
}

.form-row.important label::after {
	content: "*";
	font-size: .75em;
	margin-left: .5em;
}

.expand-minimize .description {
	padding: 0 15px 40px;
}

.img-item-cont {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	margin: 50px 0;
}

.img-item-cont .img-item .img-item-pic img {
	width: 100%;
	height: auto;
}

.img-item-cont .img-item-content {
	font-size: 13px;
	margin-top: 15px;
	font-weight: 400;
}

.img-item-cont .img-item-content:empty {
	display: none;
}

.img-item-cont[data-count="1"] .img-item {
	width: 100%;
}

.img-item-cont[data-count="2"] .img-item {
	width: 49%;
	margin-right: 2%;
	float: left;
}

.img-item-cont[data-count="2"] .img-item:last-of-type {
	margin-right: 0;
}

.img-item-cont[data-count="3"] .img-item {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.img-item-cont[data-count="3"] .img-item:last-of-type {
	margin-right: 0;
}

.news_expand_minimize > :first-child {
	margin-top: 0;
	padding-top: 0;
}

.news_expand_minimize h2 {
	margin-top: 70px;
}

.scroll_icon {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 19px;
	height: 40px;
	border: 2px solid rgba(255, 255, 255, 1);
	z-index: 10;
	border-radius: 15px;
	cursor: pointer;
	transition: border-color .3s ease;
}

.scroll_icon:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 75%;
	box-sizing: border-box;
	border-left: 1px dashed #fff;
	transition: border-color .3s ease;
}

.scroll_icon .scroll_circle {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	animation: scroll_down 3s infinite;
	transition: background-color .3s ease;
}

.color_black.scroll_icon, .color_black.scroll_icon:after {
	border-color: #000;
}

.color_black.scroll_icon .scroll_circle {
	background-color: #000;
}

.visual video {
	width: 100%;
}

.aktuelles {
	margin-top: 70px;
}

.ref_info {
	margin-top: 30px;
}

.ref_name {
	font-weight: bold;
	font-style: italic;
}

.ref_sign {
	width: 300px;
	max-width: 100%;
}

.ref_sign img {
	width: 100%;
	marign-top: 20px;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.course_cont {
	margin-top: 70px;
	font-size: 0;
	text-align: center;
	overflow: hidden;
	padding-top: 25px;
}

.course_item {
	display: inline-block;
	width: 16%;
	position: relative;
	margin: 0 3.5% 100px 3.5%;
	vertical-align: top;
}

/* .course_item:nth-of-type(3n+3) { */

/* margin-right: 0; */

/* } */

.course_item .course_pic_cont {
	font-size: 0;
	/* padding: 5px; */
	padding: 0;
	border-radius: 50%;
}

.course_item .course_pic_cont span {
	border-radius: 50%;
	display: block;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	position: absolute;
	top: -16px;
	left: -16px;
	right: 0;
	bottom: 0;
	border: 8px solid #68c1ba;
	transition: all 1s ease;
}

.course_item .course_pic {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	transition: transform 1s ease;
}

.course_item .course_pic img {
	opacity: 0;
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	transition: all 1s ease;
}

.course_item .course_title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 15;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	padding: 0 10%;
	transition: all 1s ease;
}

/*.title_colors {
  height: 4px;
  width: 60px;
  margin: 15px auto 0;
  font-size: 0;
}
.title_colors span {
  display: inline-block;
  height: 4px;
}*/

/*[data-num="1"].title_colors span {
}*/

[data-num="2"].course_pic_cont span:first-of-type, [data-num="2"].course_pic_cont span:last-of-type, [data-num="3"].course_pic_cont span:first-of-type, [data-num="3"].course_pic_cont span:last-of-type {
	z-index: 10;
	transform: rotate(0deg);
}

[data-num="3"].course_pic_cont span:nth-of-type(2) {
	z-index: 12;
	transform: rotate(-240deg);
}

[data-num="3"].course_pic_cont span:nth-of-type(2):before {
	display: block;
	content: "";
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	border-width: 8px;
	border-style: solid;
	border-color: inherit;
	top: -8px;
	left: -8px;
	right: 0;
	bottom: 0;
	z-index: 11;
	transform: rotate(30deg);
}

.course_item [data-num="2"].course_pic_cont span:first-of-type, .course_item [data-num="3"].course_pic_cont span:first-of-type {
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.course_item:hover [data-num="2"].course_pic_cont span:first-of-type, .course_item:hover [data-num="3"].course_pic_cont span:first-of-type {
	transform: rotate(-90deg);
}

.course_item [data-num="2"].course_pic_cont span:last-of-type, .course_item [data-num="3"].course_pic_cont span:last-of-type {
	border-top-color: transparent;
	border-right-color: transparent;
}

.course_item:hover [data-num="2"].course_pic_cont span:last-of-type, .course_item:hover [data-num="3"].course_pic_cont span:last-of-type {
	transform: rotate(-90deg);
}

.course_item [data-num="3"].course_pic_cont span:nth-of-type(2) {
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.course_item:hover [data-num="3"].course_pic_cont span:nth-of-type(2) {
	transform: rotate(-330deg);
}

.course_item [data-num="3"].course_pic_cont span:nth-of-type(2):before {
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.course_item:hover [data-num="3"].course_pic_cont span:nth-of-type(2):before {
	transform: rotate(-330deg);
}

.course_item .course_pic_cont span.title_yellow {
	border-color: #ffed00;
}

.course_item .course_pic_cont span.title_green {
	border-color: #68c1ba;
}

.course_item .course_pic_cont span.title_blue {
	border-color: #004494;
}

.course_item .course_pic_cont span.title_grey {
	border-color: #c5c7c8;
}

.course_item:hover .course_pic_cont .course_pic {
	transform: scale(1.1);
}

.course_overlay {
	width: 100%;
	height: 100%;
	z-index: 10;
	/* background-image: url(../img/gji_logo_symbol.svg); */
	background-image: url(../img/logo_lines.png);
	background-repeat: no-repeat;
	background-size: 85%;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(197, 198, 200, .3);
	border-radius: 50%;
	overflow: hidden;
	/* transition: all 1s cubic-bezier(0, 0.24, 0.24, 0.52); */
	transition: all 1s ease;
}

.course_item:hover .course_overlay {
	opacity: 0;
}

.course_item:hover .course_pic img {
	opacity: 1;
}

.course_item:hover .course_title {
	color: #fff;
}

.course_pic:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	transition: all 1s ease;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	z-index: 14;
}

.course_item:hover .course_pic:before {
	opacity: 1;
}

.wpforms-container {
	margin-top: 70px !important;
}

.header_semi {
	border-bottom: 1px dashed #68c1ba;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	padding-bottom: 12px;
	margin-top: 60px;
	text-align: center;
	color: #f00 !important;
}

.main_text {
	text-align: center;
}

.main_text p,
.main_text ul,
.main_text ol {
	margin: 1em 0;
}

.main_text b,
.main_text strong {
	color: #5bc4be;
}

.main_text + .list-item {
	margin-top: 4rem;
}

.header_phone {
	position: relative;
	z-index: 10;
	display: block;
	display: flex;
	align-items: center;
	margin-right: 40px;
	opacity: 0;
	transition: opacity .25s ease;
}

.nav_dark .header_phone {
	opacity: 1;
}

.header_phone i {
	font-size: 20px;
	padding-right: 10px;
	line-height: 100%;
}

.header_phone span {
	font-size: 20px;
	line-height: 100%;
	font-weight: 300;
}

.footer_menu_cont {
	float: left;
	border-right: 1px solid #000;
	padding: 5px 25px 7px 0;
	margin-right: 18px;
}

.footer_menu_cont .footer_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 0;
}

.footer_menu_cont .footer_menu ul li a {
	font-size: 16px;
	line-height: 120%;
}

.publications {
	font-weight: 300;
	font-style: italic;
	margin-top: 30px;
}

.publications:empty {
	display: none;
}

.expand-minimize.seminar_item .description {
	font-weight: 300;
}

.expand-minimize.seminar_item .description ul {
	padding-left: 15px;
	list-style-type: none;
}

.expand-minimize.seminar_item .description ul li {
	position: relative;
}

.expand-minimize.seminar_item .description ul li::before {
	position: absolute;
	content: "•";
	display: block;
	font-size: 1.5em;
	line-height: 1;
	left: -15px;
	top: 0px;
}

.expand-minimize.seminar_item .description h3 {
	font-weight: 400;
	font-size: 1em;
	margin: 3em 0 .5rem;
}

.expand-minimize.seminar_item .description > h3:first-child {
	margin-top: 0;
}

.mehrwert {
	margin-top: 40px;
}

.mehr_header {
	font-weight: 600;
	color: #68c1ba;
	text-transform: uppercase;
	position: relative;
}

.mehr_content {
	font-weight: 600;
	font-style: italic;
	margin-top: 5px;
}

.mehr_logo,
.mehrwert .svg-image {
	width: 65px;
	height: 65px;
	position: absolute;
	left: -75px;
	top: 50%;
	transform: translateY(-50%);
}

.mehr_logo {
	background-image: url(../img/gji_logo_slider.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 65px;
	height: 65px;
	position: absolute;
	left: -75px;
	top: 50%;
	transform: translateY(-50%);
}

.mehrwert .svg-image {
	background-color: #bdbec1;
	padding: 12px;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	width: 59px;
	height: 59px;
}

.mehrwert .svg-image img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.mehrwert a {
	color: #68c1ba;
}

.mehrwert a:hover {
	color: #000;
}

.nav-menu-button:hover .bar, .nav-menu-button:hover .bar:before, .nav-menu-button:hover .bar:after {
	background: #68c1ba !important;
}

.nav-menu-button.active:hover .bar {
	background: transparent !important;
}

.flex-grow {
	flex-grow: 1;
}

.flex-wrapper {
	display: flex;
	align-items: center;
}

.flex-center {
	justify-content: center;
}

.images-3-col {
	overflow: hidden;
}

.images-3-col .image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.btn-group.distanced {
	padding: 1rem 0;
}


.not-found {
	text-align: center;
	font-weight: bold;
}

.error {
	color: #d00;
	font-weight: 600;
}

@media all and (min-width: 960px) {
	.header-container {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		height: 80px;
		display: flex;
		align-items: center;
		padding: 15px 50px;
    }
}

@media all and (max-width: 959px) {
	.logo {
		width: 180px;
	}

	.header-container {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		height: 50px;
		display: flex;
		align-items: center;
		padding: 10px 20px;
    }

	.main-navigation {
		margin-bottom: 1em;
	}

	.header_phone i,
	.header_phone span {
		font-size: 16px;
	}
}

@media all and (max-width: 639px) {
	.main-content h1 {
		margin-top: 4rem;
	}

	.header-container {
		padding: 1rem !important;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		height: 120px !important;
		position: relative;
	}

	.main-navigation {
		margin-bottom: 0;
	}

	.header_phone {
		display: none;
	}

	.logo {
		margin-bottom: 2rem;
		width: 220px;
	}

    .course_item .course_title {
		font-size: 16px;
	}

	.custom-menu-class {
		position: fixed;
		left: -100%;
		top: 0;
		z-index: 9001;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 25px 50px;
		cursor: default;
		background-color: rgba(200, 200, 200, 0.8);
		user-select: none;
		opacity: 0;
		transition: opacity .3s ease, left .3s ease;
	}

	.custom-menu-class.show {
		opacity: 1;
		left: 0;
	}

	.scroll_icon {
		display: none;
	}

	.form-row label {
		display: block;
		margin-bottom: .25em;
	}

	.form-row input:not([type="checkbox"]),
	.form-row select,
	.form-row textarea {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}

	.form-submit .flex-wrapper {
		margin-top: 1em;
	}

	.sub-header span {
		display: block;
		margin-top: .5em;
	}

	.btn-group {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.btn-group-item {
		margin: 0;
	}

	.btn-group-item + .btn-group-item {
		margin-top: .5em;
	}

	.mehr_logo,
	.mehrwert .svg-image {
		display: none;
	}

	.course_cont {
		overflow: visible;
	}

	.full-line {
		height: 300px;
	}

	.course_item {
		max-width: 240px;
		width: 60%;
		display: block;
		margin: 0 auto;
	}

	.course_item + .course_item {
		margin-top: 4rem;
	}

	.images-3-col .image + .image {
		margin-top: 1rem;
	}
}



@media all and (min-width: 640px) {


	.header-container.nav_dark {
		background-color: #fff;
		height: 60px;
		box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
	}

	.logo path:not([class]) {
		fill: #000;
		transition: fill .3s ease;
	}

	.bg_white.logo path:not([class]) {
		fill: #fff;
	}

	.nav_dark .logo path:not([class]) {
		fill: #000;
	}

	.custom-menu-class {
		position: absolute;
		left: calc(100% + 10px);
		top: calc(100% + 20px);
		z-index: 1001;
		padding: 25px 50px;
		cursor: default;
		background-color: rgba(200, 200, 200, 0.8);
		opacity: 0;
		transform: translateX(-10%);
		user-select: none;
		transition: opacity .3s ease, transform .3s ease;
	}

	.custom-menu-class.show {
		opacity: 1;
		transform: translateX(0);
	}

	.main-content h1 {
		font-size: 3em;
	}

	.main-content h1:after {
		height: 8px;
		width: 90px;
	}

	.form-row {
		display: flex;
		align-items: center;
	}

	.sub-header {
		display: flex;
		align-items: center;
	}

	.btn-group {
		display: flex;
		justify-content: center;
	}

	.nav-menu-button.bg_white .bar {
		background-color: #fff;
		transition: background-color 0.3 ease;
	}

	.nav-sep.bg_white {
		border-left: 1px solid #fff;
	}

	.menu-title.bg_white {
		color: #fff;
	}

	.nav-menu-button.bg_white .bar:before {
		background-color: #fff;
	}

	.nav-menu-button.bg_white .bar:after {
		background-color: #fff;
	}

	.form-row input:not([type="checkbox"]),
	.form-row select,
	.form-row textarea {
		flex-grow: 1;
	}

	.images-3-col .image {
		float: left;
		width: 32%;
	}

	.images-3-col .image + .image {
		margin-left: 2%;
	}

	.header-info {
		font-size: 1.75em;
	}
}

@media all and (max-width: 1279px) {
	.visual figcaption {
		display: none;
	}

	.expand-minimize {
		padding-top: 1rem;
	}

	.expand-image-container {
		display: flex;
		float: none;
		margin: 0 auto;
	}

	.short-bio {
		margin-left: 1rem;
	}
}

@media all and (max-width: 500px) {
   .expand-image-container {
		width: 250px !important;
		height: 250px !important;
   }
}

@media all and (min-width: 1280px) {
	.main-content h1 {
		font-size: 3.5em;
	}

	.short-bio {
		width: calc(100% - 400px);
		height: auto;
		float: right;
	}

	.header-container {
		padding-left: 250px;
		padding-right: 250px;
	}

	.head-container {
		padding-left: 200px;
		padding-right: 200px;
	}
}
