/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 	

:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}



body {
	background:#000; 
	color:#fff;
	
	padding:1% 4%;
	}

.ch-center {
	margin:auto;
	max-width:1000px;
	
	margin-top:5%;
	
	}
.ch-logo img{width:auto;height:40px}


.ch-text, .ch-text-impressum {
	margin-top:90px;
	margin-left:120px;
	font-size:15px;
	transition: margin-left 0.5s;
	
	}
	
.ch-text {white-space: nowrap;}
	
.ch-text strong, .ch-text-impressum h1 {font-size:40px; transition: font-size 0.5s;}

p a, a:visited, a:link {color:#fff; text-decoration:underline;}

.ch-footer {margin-left:120px;margin-top:50px;font-size:10px;transition: margin-left 0.5s;}

.ch-instagram  img {height:25px;width:auto}

.ch-impressum {margin-top:-30px;margin-left:60px;transition: margin-left 0.5s;}

.ch-breaktop {margin-bottom:50px;}

.ch-breakbottom {margin-top:50px;}

.ch-breakbottom-mobile {display:none}

@media only screen and (max-width: 700px) {
  .ch-text {
	margin-top:90px;
	margin-left:0px;
	font-size:15px;
	}
	
	body {white-space: normal;}
	.ch-text strong {font-size:20px;white-space:normal}
	
	.ch-footer {margin-left:0px}
	
	.ch-breakbottom {display:none !important}
	.ch-breakbottom-mobile {display:block; margin-top:40px;}
	
	.ch-text-impressum {margin-left:0px;}
	.ch-text-impressum h1 {font-size:20px;}
	
}