@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";
}

.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;
}


.backtop {
	border-radius: 50%;
	background-color: rgba(161, 17, 46, 0.50);
	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;
	-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, 0.80);
}

@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, 0.80);
		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;
}

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

.xing-icon img {
	width: 100% !important;
	height: auto !important;
	border: none !important;
	margin-top: 0px !important;
	margin-bottom: 0px !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;
	display: none;
}


#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: 100% auto;
	padding-bottom: 175px;
}

.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: 225px;
}

.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: 10px;
}




.impressum-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;
	padding-top: 25px;
}

.impressum-text {
	font-size: 16px;
	line-height: 23px;
	font-family: "calibri";
	font-weight: 400;
	color: rgba(0, 0, 0, 0.80);
	text-shadow: 0.5px 0.5px 0 rgba(255, 255, 255, 0.80);
}


#datenschutz {
	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: 100% auto;
	padding-bottom: 175px;
}


.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);
}