@charset "UTF-8";
/* CSS Document */

body {
	background: rgba(255, 255, 255, 1.00);
	margin: 0;
	/* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	color: #000000;
	font-family: "proxima-nova";
}

ul {
	padding: 0 0 0 19px;
}

.callbacks_tabs .callbacks1_tabs {
	display: none;
}

.slider-1 {
	background-image: url(../images/slider/1.png);
	background-repeat: no-repeat;
}

.slider-2 {
	background-image: url(../images/slider/2.png);
	background-position: right;
	background-repeat: no-repeat;
}

.slider-3 {
	background-image: url(../images/slider/3.png);
	background-position: right;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 960px) {
	.slider-1 {
		background-image: url(../images/slider/1-pad.png);
		background-repeat: no-repeat;
	}

	.slider-2 {
		background-image: url(../images/slider/2-pad.png);
		background-position: right;
		background-repeat: no-repeat;
	}

	.slider-3 {
		background-image: url(../images/slider/3-pad.png);
		background-position: right;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 768px) {
	.slider-1 {
		background-image: url(../images/slider/1-mobile.png);
		background-repeat: no-repeat;
	}

	.slider-2 {
		background-image: url(../images/slider/2-mobile.png);
		background-position: right;
		background-repeat: no-repeat;
	}

	.slider-3 {
		background-image: url(../images/slider/3-mobile.png);
		background-position: right;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 568px) {
	.slider-1-text {
		text-align: right !important;
	}

	.slider-2-text {
		text-align: left !important;
	}

	.slider-3-text {
		text-align: left !important;
	}
}




.backtop {
	border-radius: 50%;
	background-color: rgba(161, 17, 46, 0.50);
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	height: 40px;
	width: 40px;
	background-image: url(../images/berthold-training-leipzig-icon-pfeil.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.backtop:hover {
	border-radius: 50%;
	background-color: rgba(161, 17, 46, 1.00);
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	height: 40px;
	width: 40px;
	background-image: url(../images/berthold-training-leipzig-icon-pfeil.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
}


.header {
	width: 100%;
	background-color: rgba(0, 0, 0, 1.00);
	text-align: center;
	border-bottom-color: rgba(161, 17, 46, 1.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
	position: fixed;
	z-index: 99;
}

.init {
	height: 175px;
	padding-top: 20px;
	width: calc(100% - 30px);
	padding-right: 30px;
	text-align: right;
	color: rgba(255, 255, 255, 1.00);
	background-image: url(../images/berthold-training-leipzig-logo.svg);
	background-position: center 40px;
	background-repeat: no-repeat;
	background-size: 300px auto;
}

.adress {
	width: 100%;
	height: 150px;
	font-size: 14px;
	line-height: 28px;
	font-family: "calibri";
	font-weight: 400;
	color: rgba(255, 255, 255, 1.00);
}

@media only screen and (max-width: 568px) {
	.adress {
		width: 100%;
		height: 170px;
		font-size: 14px;
		line-height: 28px;
		font-family: "calibri";
		font-weight: 400;
		color: rgba(255, 255, 255, 1.00);
		display: none;
	}

}

.scroll {
	position: fixed;
	top: 0;
	display: none;
	padding-top: 47px;
	background-image: url(../images/berthold-training-leipzig-logo-small.svg);
	background-position: 25px center;
	background-repeat: no-repeat;
	background-size: 160px auto;
}

@media only screen and (max-width: 768px) {
	.scroll {
		position: fixed;
		top: 0;
		display: none;
		padding-top: 47px;
		background-image: url(../images/berthold-training-leipzig-logo-small.svg);
		background-position: 85px center;
		background-repeat: no-repeat;
		background-size: 160px auto;
	}
}

.adress-small {
	width: 30%;
	font-size: 14px;
	line-height: 28px;
	font-family: "calibri";
	font-weight: 400;
	color: rgba(255, 255, 255, 0.80);
	position: absolute;
	right: 0;
	z-index: 99;
	text-align: right;
	margin-top: -25px;
	padding-right: 30px;
	display: none;
}

.linkedin-icon {
	width: 38px;
	height: auto;
	display: inline-flex;
}

.linkedin-icon img {
	display: block;
	width: 59% !important;
	height: auto !important;
	border: none !important;
	margin-top: 0px !important;
	margin-bottom: -6px !important;
}


.header img {
	width: 270px;
	height: auto;
	border: none;
	margin-top: 40px;
	margin-bottom: 40px;
}

.menue-container {
	width: 100%;
	height: 25px;
}

.menue {
	width: 529px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	font-family: "minion-3-display";
	font-weight: 400;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 768px) {
	.menue {
		width: 529px;
		text-align: center;
		color: rgba(255, 255, 255, 1.00);
		font-size: 14px;
		font-family: "minion-3-display";
		font-weight: 400;
		text-transform: uppercase;
		margin-right: auto;
		margin-left: auto;
		display: none;
	}

}


.button-startseite {
	width: 85px;
	height: 25px;
	float: left;
	margin-right: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom-color: rgba(255, 255, 255, 0.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.button-startseite:hover {
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.button-profil {
	width: 57px;
	height: 25px;
	float: left;
	margin-right: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom-color: rgba(255, 255, 255, 0.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.button-profil:hover {
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.button-trainings {
	width: 83px;
	height: 25px;
	float: left;
	margin-right: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom-color: rgba(255, 255, 255, 0.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.button-trainings:hover {
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.button-lernformate {
	width: 106px;
	height: 25px;
	float: left;
	margin-right: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom-color: rgba(255, 255, 255, 0.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.button-lernformate:hover {
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.button-kontakt {
	width: 78px;
	height: 25px;
	float: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom-color: rgba(255, 255, 255, 0.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.button-kontakt:hover {
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.container-slider {
	width: 100%;
	height: auto;
	padding-top: 185px;
}


#profil {
	width: 77.083333333334%;
	height: auto;
	padding-right: 11.458333333333%;
	padding-left: 11.458333333333%;
	border-top-color: rgba(161, 17, 46, 1.00);
	border-top-style: solid;
	border-top-width: 5px;
	background-image: url(../images/berthold-training-leipzig-profil-background-bild.png), url(../images/berthold-training-leipzig-profil-background.jpg);
	background-position: bottom right, top left;
	background-repeat: no-repeat;
	background-size: contain, 100% auto;
	padding-bottom: 90px;
}

@media only screen and (max-width: 568px) {
	#profil {
		width: 77.083333333334%;
		height: auto;
		padding-right: 11.458333333333%;
		padding-left: 11.458333333333%;
		border-top-color: rgba(161, 17, 46, 1.00);
		border-top-style: solid;
		border-top-width: 5px;
		background-image: url(../images/berthold-training-leipzig-profil-background-bild.png), url(../images/berthold-training-leipzig-profil-background.jpg);
		background-position: bottom right, top left;
		background-repeat: no-repeat;
		background-size: contain, 100% auto;
		padding-bottom: 90px;
		padding-top: 50px;
	}
}

.profil-bigheadline {
	font-size: 52px;
	line-height: 47px;
	font-family: "minion-3-display";
	font-weight: 600;
	color: rgba(161, 17, 46, 1.00);
	padding-top: 120px;
}


.profil-intro {
	font-size: 18px;
	line-height: 28px;
	font-family: "calibri";
	font-weight: 700;
	color: gray;
	padding-top: 30px;
	padding-bottom: 50px;
	text-shadow: 1px 1px 0 #FFFFFF;
	width: 65%;
}

@media only screen and (max-width: 568px) {
	.profil-intro {
		font-size: 18px;
		line-height: 28px;
		font-family: "calibri";
		font-weight: 700;
		color: rgba(0, 0, 0, 0.80);
		padding-top: 30px;
		padding-bottom: 50px;
		text-shadow: 1px 1px 0 #FFFFFF;
		width: 100%;
	}
}

.profil-1 {
	width: calc(29.857819905213% - 3px);
	height: auto;
	display: inline-block;
	margin-right: 5.2132701421801%;
	vertical-align: top;
}

.profil-2 {
	width: calc(29.857819905213% - 3px);
	height: auto;
	display: inline-block;
	margin-right: 5.2132701421801%;
	vertical-align: top;
}

.profil-3 {
	width: calc(29.857819905213% - 2px);
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.profil-4 {
	width: 65%;
	height: auto;
	display: inline-block;
	margin-right: 5.2132701421801%;
	vertical-align: top;
	padding-top: 40px;
}



@media only screen and (max-width: 768px) {

	#profil {
		width: 77.083333333334%;
		height: auto;
		padding-right: 11.458333333333%;
		padding-left: 11.458333333333%;
		border-top-color: rgba(161, 17, 46, 1.00);
		border-top-style: solid;
		border-top-width: 5px;
		background-image: url(../images/berthold-training-leipzig-profil-background.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: auto 300px;
		padding-bottom: 0px;
	}

	.profil-1 {
		width: 100%;
		height: auto;
		vertical-align: top;
		padding-bottom: 20px;
		padding-top: 0px;
	}

	.profil-2 {
		width: 100%;
		height: auto;
		vertical-align: top;
		padding-bottom: 20px;
		padding-top: 0px;
	}

	.profil-3 {
		width: 100%;
		height: auto;
		vertical-align: top;
		padding-bottom: 20px;
		display: none;
		padding-top: 0px;
	}

	.profil-4 {
		width: 100%;
		height: auto;
		vertical-align: top;
		padding-bottom: 40px;
		padding-top: 0px;
	}

	.profil-5 {
		width: 100%;
		height: auto;
		vertical-align: top;
		padding-top: 0px;
	}

	.profil-bigheadline {
		font-size: 32px;
		line-height: 36px;
		font-family: "minion-3-display";
		font-weight: 600;
		color: rgba(161, 17, 46, 1.00);
		padding-top: 50px;
	}

}


.profil-headline {
	font-size: 18px;
	font-family: "minion-3-display";
	font-weight: 700;
	color: rgba(161, 17, 46, 1.00);
	text-transform: uppercase;
	padding-bottom: 10px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.profil-text {
	font-size: 16px;
	line-height: 23px;
	font-family: "calibri";
	font-weight: 400;
	color: gray;
}

.mobil-bild-profil {
	display: none;
}

@media only screen and (max-width: 568px) {
	.mobil-bild-profil {
		width: 100%;
		height: 350px;
		background-image: url(../images/berthold-training-leipzig-profil-bild-mobil.jpg);
		background-position: center top;
		background-size: cover;
		display: inherit;
	}
}





#stimmen {
	width: 77.083333333334%;
	padding-right: 11.458333333333%;
	padding-left: 11.458333333333%;
	height: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: rgba(161, 17, 46, 1.00);
	text-align: center;
}

.stimmen-zitat {
	font-size: 38px;
	line-height: 44px;
	font-family: "minion-3-display";
	font-weight: 600;
	color: rgb(218, 73, 102);
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.stimmen-namen {
	font-size: 18px;
	line-height: 28px;
	font-family: "calibri";
	font-weight: 700;
	color: rgba(255, 255, 255, 1.00);
	padding-top: 20px;
	text-transform: uppercase;
}

.stimmen-namen-subtitel {
	font-size: 16px;
	line-height: 20px;
	font-family: "calibri";
	font-weight: 400;
	color: rgba(255, 255, 255, 1.00);
	padding-top: 5px;
}



#trainingss {
	width: 77.083333333334%;
	height: auto;
	padding-right: 11.458333333333%;
	padding-left: 11.458333333333%;
	border-top-color: rgba(161, 17, 46, 1.00);
	border-top-style: solid;
	border-top-width: 5px;
	background-image: url(../images/berthold-training-leipzig-profil-background-2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 95px;
}

.trainings-bigheadline {
	font-size: 52px;
	line-height: 47px;
	font-family: "minion-3-display";
	font-weight: 600;
	color: rgba(161, 17, 46, 1.00);
	padding-top: 175px;
	padding-bottom: 50px;
}

.trainings-1 {
	width: calc(29.857819905213% - 14px);
	height: auto;
	display: inline-block;
	margin-right: 5.2132701421801%;
	vertical-align: top;
	background-image: url(../images/berthold-training-leipzig-icon-fuehrung.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 50px auto;
	padding-top: 70px;
	padding-right: 10px;
	border-right-style: solid;
	border-right-color: rgba(0, 0, 0, 0.20);
	border-right-width: 1px;
}

.trainings-2 {
	width: calc(29.857819905213% - 14px);
	height: auto;
	display: inline-block;
	margin-right: 5.2132701421801%;
	vertical-align: top;
	background-image: url(../images/berthold-training-leipzig-icon-kommunikation.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 50px auto;
	padding-top: 70px;
	padding-right: 10px;
	border-right-style: solid;
	border-right-color: rgba(0, 0, 0, 0.20);
	border-right-width: 1px;
}

.trainings-3 {
	width: calc(29.857819905213% - 2px);
	height: auto;
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/berthold-training-leipzig-icon-veraenderung.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 50px auto;
	padding-top: 70px;
}

.trainings-headline {
	font-size: 18px;
	font-family: "minion-3-display";
	font-weight: 700;
	color: rgba(161, 17, 46, 1.00);
	text-transform: uppercase;
}

.trainings-subtitel {
	font-size: 18px;
	line-height: 20px;
	font-family: "calibri";
	font-weight: 700;
	color: rgba(161, 17, 46, 1.00);
	height: 45px;
}

.trainings-text {
	font-size: 16px;
	line-height: 23px;
	font-family: "calibri";
	font-weight: 400;
	color: rgba(0, 0, 0, 0.80);
	padding-top: 20px;
}

.sprache {
	font-size: 18px;
	line-height: 28px;
	font-family: "calibri";
	font-weight: 700;
	color: rgba(161, 17, 46, 1.00);
	padding-top: 45px;
}

.sprache img {
	width: 15px;
	height: auto;
	margin-right: 10px;
}

@media only screen and (max-width: 768px) {
	.trainings-1 {
		width: 100%;
		height: auto;
		display: inline-block;
		margin-right: 0%;
		vertical-align: top;
		background-image: url(../images/berthold-training-leipzig-icon-fuehrung.svg);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 50px auto;
		padding-top: 70px;
		padding-right: 10px;
		border-right-style: solid;
		border-right-color: rgba(0, 0, 0, 0.20);
		border-right-width: 0px;
		margin-top: 40px;
	}

	.trainings-2 {
		width: 100%;
		height: auto;
		display: inline-block;
		margin-right: 0%;
		vertical-align: top;
		background-image: url(../images/berthold-training-leipzig-icon-kommunikation.svg);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 50px auto;
		padding-top: 70px;
		padding-right: 10px;
		border-right-style: solid;
		border-right-color: rgba(0, 0, 0, 0.20);
		border-right-width: 0px;
		margin-top: 40px;
	}

	.trainings-3 {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		background-image: url(../images/berthold-training-leipzig-icon-veraenderung.svg);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 50px auto;
		padding-top: 70px;
		margin-top: 40px;
	}
}

.container-kreis-training {
	width: 190px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	right: 40px;
}

.kreis-training {
	height: 130px;
	width: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	background-color: rgba(161, 17, 46, 1.00);
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	line-height: 17px;
	font-family: "calibri";
	font-weight: 400;
	padding-top: 65px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -50px;
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}




#lernformate {
	width: 77.083333333334%;
	height: auto;
	padding-right: 11.458333333333%;
	padding-left: 11.458333333333%;
	border-top-color: rgba(161, 17, 46, 1.00);
	border-top-style: solid;
	border-top-width: 5px;
	background-image: url(../images/berthold-training-leipzig-profil-background-3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 70px;
}


.lernformate-bigheadline {
	font-size: 52px;
	line-height: 47px;
	font-family: "minion-3-display";
	font-weight: 600;
	color: rgba(161, 17, 46, 1.00);
	padding-top: 175px;
	padding-bottom: 50px;
}

.lernformate-headline {
	font-size: 18px;
	font-family: "minion-3-display";
	font-weight: 700;
	color: rgba(161, 17, 46, 1.00);
	text-transform: uppercase;
	width: calc(25% - 3px);
	display: inline-block;
	vertical-align: top;
}

.lernformate-text {
	font-size: 16px;
	line-height: 23px;
	font-family: "calibri";
	font-weight: 400;
	color: gray;
	width: calc(75% - 3px);
	display: inline-block;
	vertical-align: top;
	padding-bottom: 50px;
}


@media only screen and (max-width: 768px) {

	#lernformate {
		width: 77.083333333334%;
		height: auto;
		padding-right: 11.458333333333%;
		padding-left: 11.458333333333%;
		border-top-color: rgba(161, 17, 46, 1.00);
		border-top-style: solid;
		border-top-width: 5px;
		background-image: url(../images/berthold-training-leipzig-profil-background-2.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding-bottom: 70px;
	}

	.lernformate-headline {
		font-size: 18px;
		font-family: "minion-3-display";
		font-weight: 700;
		color: rgba(161, 17, 46, 1.00);
		text-transform: uppercase;
		width: 100%;
		vertical-align: top;
	}

	.lernformate-text {
		font-size: 18px;
		line-height: 28px;
		font-family: "calibri";
		font-weight: 700;
		color: rgba(0, 0, 0, 0.80);
		width: 100%;
		vertical-align: top;
		padding-bottom: 50px;
	}

}






.lernformate-ziel {
	width: 77.083333333334%;
	padding-right: 11.458333333333%;
	padding-left: 11.458333333333%;
	height: auto;
	padding-top: 150px;
	padding-bottom: 100px;
	background-color: rgba(161, 17, 46, 1.00);
	text-align: center;
	background-image: url(../images/berthold-training-leipzig-icon-ziel.svg);
	background-position: center 70px;
	background-repeat: no-repeat;
	background-size: 50px auto;
}

.ziel-zitat {
	font-size: 38px;
	line-height: 44px;
	font-family: "minion-3-display";
	font-weight: 600;
	color: rgb(255, 255, 255);
}

.ziel-namen {
	font-size: 18px;
	line-height: 28px;
	font-family: "calibri";
	font-weight: 700;
	color: rgba(255, 255, 255, 1.00);
	padding-top: 20px;
}




#kontakt {
	width: 77.083333333334%;
	height: auto;
	padding-right: 11.458333333333%;
	padding-left: 11.458333333333%;
	border-top-color: rgba(161, 17, 46, 1.00);
	border-top-style: solid;
	border-top-width: 5px;
	background-color: rgba(0, 0, 0, 1.00);
	padding-bottom: 50px;
}

.kontakt-bigheadline {
	font-size: 52px;
	line-height: 47px;
	font-family: "minion-3-display";
	font-weight: 600;
	color: rgba(255, 255, 255, 1.00);
	padding-top: 100px;
	padding-bottom: 35px;
}

.kontakt-1 {
	width: calc(59.715639810426% - 3px);
	height: auto;
	display: inline-block;
	margin-right: 5.2132701421801%;
	vertical-align: top;
	font-size: 16px;
	line-height: 23px;
	font-family: "calibri";
	font-weight: 400;
	color: rgba(255, 255, 255, 0.80);
}


.kontakt-2 {
	width: calc(29.857819905213% - 2px);
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-top: -75px;
}

.kontakt-2 img {
	width: 100%;
	height: auto;
	border: none;
}

@media only screen and (max-width: 568px) {
	.kontakt-bigheadline {
		font-size: 52px;
		line-height: 47px;
		font-family: "minion-3-display";
		font-weight: 600;
		color: rgba(255, 255, 255, 1.00);
		margin-top: 600px;
		padding-bottom: 35px;
	}

	.kontakt-1 {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		line-height: 23px;
		font-family: "calibri";
		font-weight: 400;
		color: rgba(255, 255, 255, 0.80);
	}

	.kontakt-2 {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		margin-top: -1090px;
	}
}

.kontakt-headline {
	font-size: 18px;
	font-family: "minion-3-display";
	font-weight: 700;
	color: rgba(255, 255, 255, 1.00);
}



.kontakt-subtitel {
	font-size: 18px;
	line-height: 20px;
	font-family: "calibri";
	font-weight: 700;
	color: rgba(255, 255, 255, 0.80);
}

.kontakt-text {
	font-size: 16px;
	line-height: 23px;
	font-family: "calibri";
	font-weight: 400;
	color: rgba(255, 255, 255, 0.80);
	padding-top: 20px;
}

.kreis-kontakt {
	height: 155px;
	width: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	position: absolute;
	z-index: 5;
	background-color: rgba(161, 17, 46, 1.00);
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	line-height: 17px;
	font-family: "calibri";
	font-weight: 400;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 270px;
	right: 40px;
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

@media only screen and (max-width: 768px) {
	.kreis-kontakt {
		height: 155px;
		width: 150px;
		-webkit-border-radius: 150px;
		border-radius: 150px;
		position: absolute;
		z-index: 5;
		background-color: rgba(161, 17, 46, 1.00);
		text-align: center;
		color: rgba(255, 255, 255, 1.00);
		font-size: 14px;
		line-height: 17px;
		font-family: "calibri";
		font-weight: 400;
		padding-top: 35px;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 270px;
		right: 40px;
		-moz-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
		display: none;
	}
}


.footer-container {
	width: 77.083333333334%;
	height: 27px;
	padding-right: 11.458333333333%;
	padding-left: 11.458333333333%;
	border-bottom-color: rgba(161, 17, 46, 1.00);
	border-bottom-style: solid;
	border-bottom-width: 5px;
	font-size: 16px;
	line-height: 23px;
	font-family: "calibri";
	font-weight: 400;
	color: rgba(255, 255, 255, 0.40);
	background-color: rgba(0, 0, 0, 1.00);
}


.führung-veränderung {
	.expertise-header {
		h1 {
			font-weight: 600;

		}
	}

	.main-section {
		/* display: flex; */
		justify-content: center;
		/* padding: 0 0 20px; */
		border-bottom: 4px solid #8B0000;
		width: 77.083333333334%;
		height: auto;
		padding-right: 11.458333333333%;
		padding-left: 11.458333333333%;
	}

	.column {
		width: 48%;
		text-align: center;
	}

	.column h2 {
		color: #8B0000;
		letter-spacing: 4px;
		font-size: 1.5em;
		margin-top: 10px;
	}

	.image {
		position: relative;
		width: 100%;
		height: 250px;
		background-size: cover;
		background-position: center;
		border-bottom: 2px solid #ccc;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.image {
		h2 {
			position: absolute;
			color: #8B0000;
			font-family: 'minion-3-display';
			font-size: 1.8em;
			font-weight: 500;
			right: 18.5%;
			letter-spacing: 4px;
		}

		.veränderung-text {
			/* padding-left: 4rem !important; */
			right: auto;
			left: 17%;
		}

		/* background-color: rgba(255, 255, 255, 0.6); */
		/* Optional readability */
		/* padding: 5px 15px;
		border-radius: 5px; */
	}

	.führung-image {
		background-image: url('../images/Leuchtturm.png');
		padding-left: 0.7rem;

	}


	.veränderung-image {
		background-image: url('../images/segelboot.png');
		margin-left: -0.7rem;
	}

	.divider {
		width: 2px;
		background-color: #8B0000;
		height: auto;
		margin: 0 10px;
		z-index: 1;
	}

	ul {
		text-align: left;
		margin-top: 20px;
		list-style: none;
		padding-left: 0;
	}

	li {
		margin: 8px 0;
		text-indent: -1.0rem;
		padding-left: 1.2rem;
		font-size: 20px;
		font-family: 'Calibri', sans-serif;
		color: gray;
	}

	li::before {
		content: "- ";
		color: black;
		/* Optional: style the dash */
		margin-right: 5px;
	}

	a {
		color: #c23c3c;
		text-decoration: none;
		border-bottom: 1px dotted #c23c3c;
	}

	a:hover {
		text-decoration: underline;
	}

	.footer-note {
		text-align: center;
		padding: 20px;
		font-size: 0.9em;
		border-top: 1px solid #ccc;
		background-color: #fafafa;
		margin-top: 20px;
	}

	.expertise-header {
		text-align: left;
		padding: 130px 20px 20px 11.45%;
		border-bottom: 2px solid #8B0000;
		background: url(../images/berthold-training-leipzig-profil-background.jpg) center/cover no-repeat;
		/* Optional blurred background */
	}

	.expertise-header h1 {
		/* font-family: 'Georgia', serif; */
		font-family: 'minion-3-display';
		font-size: 52px;
		color: #8B0000;
		letter-spacing: 5px;
		margin: 0;
	}

	.columns {
		display: flex;
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.mobil-bild-profil {
		background-image: none;
		display: none;
	}

	.führung-veränderung {
		.columns {
			flex-direction: column;
		}

		.column {
			width: 100%;
			margin-bottom: 20px;
		}

		.column:first-child {
			padding-top: 30px;
		}



		.divider {
			width: 100%;
			height: 2px;
			margin: 0px;
			margin-bottom: 38px;
		}

		.image {
			margin: 0px;
		}
	}
}

@media only screen and (max-width: 568px) {
	.column {
		.image {
			h2 {
				position: unset;
				font-weight: 400;
				font-family: 'Georgia', serif
			}
		}
	}

}