@font-face {
    font-family: 'berthold_akzidenz_grotesk_bBd';
    src: url('/fonts/berthold_akzidenz_grotesk_be_bold-webfont.woff2') format('woff2'),
         url('/fonts/berthold_akzidenz_grotesk_be_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'berthold_akzidenz_groteskBdCn';
    src: url('/fonts/berthold_akzidenz_grotesk_be_bold_condensed-webfont.woff2') format('woff2'),
         url('/fonts/berthold_akzidenz_grotesk_be_bold_condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'berthold_akzidenz_grotesk_bLt';
    src: url('/fonts/berthold_akzidenz_grotesk_be_light-webfont.woff2') format('woff2'),
         url('/fonts/berthold_akzidenz_grotesk_be_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'berthold_akzidenz_grotesk_bRg';
    src: url('/fonts/berthold_akzidenz_grotesk_be_regular-webfont.woff2') format('woff2'),
         url('/fonts/berthold_akzidenz_grotesk_be_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body {
	background-color: #FFF;
	font-family: "berthold_akzidenz_grotesk_bRg", "Helvetica Neue", "Ubuntu Condensed", Arial, Verdana, sans-serif;
}


@media (min-width: 700px) {
.body::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/pic/Logo Atelier Anne farbe2.svg');
	background-size: 40%; /* Oder contain, 50%, 400px auto etc. */
	background-position: center;
	background-repeat: no-repeat; /* Keine Wiederholung */
	opacity: 0.08; /* 20% transparent background */
	z-index: -1;
	width:100%;
	
}
}

* {
	padding:0;
	margin:0;
	box-sizing: border-box;
}

.top-rect {
  background-color: #ffffff00;
  width: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  padding-top: 280px;
	z-index: 89;
}


.top-rect:before {
    content: "";
    display: block;
    background: #ffffff00;
    height: 200px;
    width: 8000px;
    position: absolute;
    z-index: -1;
    bottom: 61%;
    left: 50%;
    margin-left: -4000px;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    background-color: #bbe0d5;
}


.top-rect:after {
    content: "";
    display: block;
    background: #ffffff00;
    height: 10px;
    width: 8000px;
    position: absolute;
    z-index: -1;
    bottom: 60%;
    left: 50%;
    margin-left: -4000px;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    background-color: #f8d9cb;
}


.top-rect img {
	position: absolute;
	top: 15%;
	left: 5%;
	z-index: 110;
	width: 250px;
	max-width: 75%;
}


html {
  scroll-behavior: smooth;
	
}

.scroll-arrow {
  position: fixed;
  bottom: 150px;
  right: 5px;
  font-size: 1rem;
  background: #f8d9cb96;
  color: #E98767;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  text-decoration: none;
  z-index: 99999;
}

@media (min-width: 769px) {
  .scroll-arrow {
    display: none;
  }
}




.bottom img {
	position: absolute;
	top: -290px;
	left: 5%;
	width: 400px;
	max-width: 75%;
}
.bottom {
	text-align: center;
	position: absolute;
	top:300px;
	color:#E98767;
	z-index:9;
	width:80%;
	left:10%;
	font-size: 20px;
	padding-bottom:240px;
	
}

.bottom h1 {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: lighter;
}

.bottom b {
	font-size: 24px;
	
}

.bottom a {
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
}

.inline { 
    border: 0px solid red;
    float:left;/*Add float left*/
    width: 50%;
}
.inline2 { 
    border: 0px solid red;
    float:left;/*Add float left*/
    width: 100%;
}

.footer {
	background-color:#f8d9cb; 
	position:fixed;
	bottom:0px;
	width:100%;
	height:130px;
	z-index:220;
	/*margin-bottom: 0px;*/
	/*line-height:160px;*/
	color:#E98767;
	text-align:center;
}

.footer:after {
	content: "";
    display: block;
    background: #bbe0d5;
    height: 100px;
    width: 8000px;
    position: absolute;
    z-index: -1;
    top: 80%;
    left: 50%;
    margin-left: -4000px;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    background-color: #bbe0d5;
}



.footer:before {
	content: "";
    display: block;
    background: #fff;
    height: 10px;
    width: 8000px;
    position: absolute;
    z-index: -1;
    top: 0%;
    left: 50%;
    margin-left: -4000px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: white;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color:#fff;
	font-weight: bold;
	z-index: 200;
}

.footer a {
	color: #fff;
	z-index: 210;
}

/*remove the blue styling of telephone numbers on iPhone/iOS?*/
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
