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

body {
	background: #fff;
	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: "heimat-didone-12";
}

.container-background {
	width: 50%;
	margin-left: 50%;
	height: 80vh;
	min-height: 80vh;
	margin-top: 10vh;
	margin-bottom: 10vh;
	position: absolute;
	z-index: 1;
	background-image: url(../images/nadine-tschoepe-visatigstin-stylistin-leipzig.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.icon-scroll-down {
	width: 50px;
	height: auto;
	position: absolute;
	left: calc(10.416666666667% - 17px);
	bottom: 10vh;
}

.icon-scroll-down img {
	width: 100%;
	height: auto;
	border: none;
}

.container-content {
	z-index: 9;
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 100%;
}
.container-header {
	width: 79.166666666666%;
	padding-top: 5vh;
	padding-bottom: 5vh;
	padding-left: 10.416666666667%;
	padding-right: 10.416666666667%;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	font-family: "proxima-nova";
	font-weight: 600;
	letter-spacing: 0.3em;
	font-size: 9px;
	position: absolute;
	top: 0px;
	text-transform: uppercase;
}

.headline-logo {
	font-size: 70px;
	color: rgba(0,0,0,1.00);
	padding-left: 10.416666666667%;
	padding-top: 20vh;
	text-transform: uppercase;
}

.beschreibung-headline {
	font-size: 48px;
	color: rgba(0,0,0,1.00);
	padding-left: 10.416666666667%;
	padding-top: 10vh;
	font-weight: 200;
}

.beschreibung-subtitel {
	font-size: 18px;
	text-transform: uppercase;
	color: rgba(0,0,0,1.00);
	padding-top: 1%;
	padding-left: 10.416666666667%;
	font-family: "proxima-nova";
	font-weight: 900;
	letter-spacing: 0.3em;
}

.beschreibung-subtitel-second {
	font-size: 18px;
	color: rgba(0,0,0,1.00);
	padding-left: 10.416666666667%;
	font-family: "proxima-nova";
	font-weight: 100;
}



.content {
	font-size: 18px;
	color: rgba(0,0,0,1.00);
	padding-left: 10.416666666667%;
	font-family: "proxima-nova";
	font-weight: 100;
	padding-top: 20px;
	display: none;
}

.container-footer {
	width: 79.166666666666%;
	padding-bottom: 40px;
	padding-left: 10.416666666667%;
	padding-right: 10.416666666667%;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	font-family: "proxima-nova";
	font-weight: 600;
	letter-spacing: 0.3em;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 35px;
}

.footer-logo {
	font-family: "heimat-didone-12";
	font-weight: 800;
	display: inline-block;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-right: 10px;
}

.footer-button {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}


a.footer-go:link {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.footer-go:visited {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

a.footer-go:hover {
	text-decoration: line-through;
	color: rgba(255,255,255,1.00);

}
a.footer-go:active {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}



a.button-go:link {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.button-go:visited {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}

a.button-go:hover {
	text-decoration: line-through;
	color: rgba(255,255,255,1.00);

}
a.button-go:active {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}



/* CONTENT */

.second-container {
	width: 100%;
	margin-top: 100vh;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 0px;
	position: absolute;
}

.second-headline {
	font-size: 48px;
	color: rgba(255,255,255,1.00);
	padding-top: 20vh;
	padding-bottom: 100px;
	margin-left: 10.416666666667%;
	margin-right: 10.416666666667%;
	width: 79.166666666666%;	
}

.second-spalte-1 {
	width: 37.083333333333%;
	margin-left: 10.416666666667%;
	margin-right: 5%;
	display: inline-block;
	font-size: 18px;
	font-family: "proxima-nova";
	font-weight: 500;
	line-height: 26px;
	vertical-align: top;
}

.button-kontakt {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	font-family: "proxima-nova";
	font-weight: 400;
	width: 185px;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 100px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button-kontakt:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	font-family: "proxima-nova";
	font-weight: 400;
	width: 185px;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 100px;
	text-decoration: none;
}


.second-spalte-2 {
	width: 37.083333333333%;
	margin-right: 10.416666666667%;
	display: inline-block;
	font-size: 16px;
	font-family: "proxima-nova";
	font-weight: 100;
	line-height: 24px;
	vertical-align: top;
}

.spalte-2-headline {
	font-size: 18px;
	text-transform: uppercase;
	font-family: "proxima-nova";
	font-weight: 900;
	letter-spacing: 0.3em;
	padding-bottom: 10px;
}




.swiper-container {
  	width: 100%;
  	position: unset !important;
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}



.swiper-slide-galerie {
 	height: 50vh !important;
	height: calc(var(--vh, 1vh) * 50) !important;
	border-style: solid;
	border-width: 3px;
	border-color: rgba(0,0,0,1.00);
	display: inline-block;
	margin-right: 8% !important;
	overflow: hidden;
}

.swiper-slide-galerie img {
    width: 100%;
    height: auto;
}





/* MOBILE */

@media only screen and (max-width: 766px) {
.headline-logo {
 	font-size: 57px;
	line-height: 57px;
 	color: rgba(0,0,0,1.00);
   	padding-left: 10.416666666667%;
	padding-right: 10.416666666667%;
   	padding-top: 20vh;
   	text-transform: uppercase;
	width: 79.166666666666%;
}
		
.beschreibung-headline {
    font-size: 36px;
    color: rgba(0,0,0,1.00);
    padding-left: 10.416666666667%;
    padding-top: 10vh;
    font-weight: 200;
}

.beschreibung-subtitel {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(0,0,0,1.00);
    padding-top: 1%;
    padding-left: 10.416666666667%;
    font-family: "proxima-nova";
    font-weight: 900;
    letter-spacing: 0.1em;
}
	
.beschreibung-subtitel-second {
    font-size: 16px;
    color: rgba(0,0,0,1.00);
    padding-left: 10.416666666667%;
    font-family: "proxima-nova";
    font-weight: 300;
	width: 39.583333333333%
}	

.second-spalte-1 {
    width: 79.166666666666%;
    margin-left: 10.416666666667%;
    margin-right: 10.416666666667%;
    display: inline-block;
    font-size: 18px;
    font-family: "proxima-nova";
    font-weight: 600;
    line-height: 24px;
    vertical-align: top;
	padding-bottom: 50px;
}
	
.second-headline {
    font-size: 36px;
    color: rgba(255,255,255,1.00);
    padding-top: 20vh;
    padding-bottom: 100px;
    margin-left: 10.416666666667%;
    margin-right: 10.416666666667%;
    width: 79.166666666666%;
}	
	
.button-kontakt {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255,255,255,1.00);
    color: rgba(0,0,0,1.00);
    font-family: "proxima-nova";
    font-weight: 400;
    width: 185px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 100px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	margin-bottom: 50px;
}

.second-spalte-2 {
    width: 79.166666666666%;
    margin-left: 10.416666666667%;
    margin-right: 10.416666666667%;
    display: inline-block;
    font-size: 16px;
    font-family: "proxima-nova";
    font-weight: 100;
    line-height: 24px;
    vertical-align: top;
}	
	
.spalte-2-headline {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 900;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
}	
	
}