body{
	margin: 0;
	padding: 0;
	background: linear-gradient(180deg, rgba(123,117,230,0.5) 0%, rgba(198,129,213,0.5) 35%, rgba(123,117,230,0.5) 65%, rgba(94,208,255,0.5) 92%, rgba(94,208,255,0) 100%);
    font-family: Helvetica,sans-serif;
    font-size: 18px;
    letter-spacing: 0.004em;
    line-height: 1.4;
}
a{
	text-decoration: none;
	color: #000;
}
.title{
	font-family: 'Caveat', cursive;
	font-weight: 400;
	font-size: 2em;
}
.title__header{
	font-family: Helvetica,sans-serif;
	font-weight: 400;
	font-size: 3em;
	width: 100%;
	text-align: center;
}
.title__header:before{
	content: "KIKK";
	font-size: 155px;
	position: absolute;
	color: rgba(255,255,255,0.4);
	top: 45px;
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto;
	z-index: -100;
}
.filterlisting {
    display: flex;
    flex-direction: row;
    margin: 40px 0px;
    list-style: none;
    padding: 0;
}
.filterlisting__btn{
    cursor: pointer;
	text-align: center;
	width: 110px;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px
	rgba(117, 117, 117, 0.53);
	margin: 0px;
	border-radius: 0px;
	color: #005fdd;
	font-weight: 600;
	font-size: 1em;
}
.filterlisting__btn--first {
    border-radius: 20px 0px 0px 20px;
}
.filterlisting__btn--last {
    border-radius: 0px 20px 20px 0px;
}

.filterlisting__btn:hover{
  background-color: #f83470;
  color: #FFF;
}
.header__list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 10vh;
	font-family: 'Caveat', cursive;
}
.header__list li{
	margin-right: 20px;
	font-size: 22px;
}
.header__list a{
	color: #0d5ec8;
}

.header__list a:hover{
	color: #f83470;
}
.list{
	list-style: none;
	padding: 0;
}
.list__element{
	display: block;
	margin: 10px auto;
	position: relative;
	width: 85%;
}
.list__element--img{
	height: 25vh;
	width: 100%;
}
.list__element--link{
	position: absolute;
	bottom: 6px;
	left: 0;
	color: white;
	background-color: rgba(0,0,0,0.8);
	padding: 10px;
	font-size: 12px;
}
.prototypepapier{
	list-style: none;
	padding: 0;
}
.prototypepapier__img{
	width: 60%;
	display: block;
	margin: 20px auto;
}
.logokikk{
	width: 60%;
	display: block;
	margin: 20px auto;
}
.container{
	margin: 10px;
}
.text{
	margin: 20px;
	margin-bottom: 30px;
}
.dot{
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin: auto auto;
}
.testuser{
	width: 90%;
	margin: auto auto;
	margin-bottom: 20px;
	display: block;
}
.hidden{
	display: none;
}
.point{
  	text-align: center;
}
.dot:hover{
  	background-color: #f83470;
}
.active{
	background-color: #f83470;
}
.form{
	width: 70%;
	display: block;
	margin: 30px auto;
}
.input{
    color: #0d5ec8;
    height: 30px;
    width: 200px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 5px 25px 5px 25px;
    background-color: rgba(255,255,255,0.9);
    position: relative;
}
.listing{
	list-style: disclosure-closed;
    margin-left: 10%;
    font-size: 17px;
}
.listing li:hover{
	transform: translateX(10px);
}
.footer{
	background-color: white;
	padding: 20px;
	margin: 0;
}
.footer__list{
	list-style: none;
	padding: 0;
	display: block;
	margin: 20px auto;
	text-align: center;
}
.footer__list li{
	margin: 5px 0;
}
.footer__list a:hover{
	color: #f83470;
}


@media (min-device-width: 700px){
	.title__header {
	    font-size: 6em;
	}
	.container{
		margin: 60px;
	}
	.header__list li {
    	font-size: 2em;
	}
	.title__header::before {
	    font-size: 300px;
	    top: 45px;
	}
	.text{
		width: 60%;
		display: block;
		margin: 20px auto;
	}
	.listing{
	    margin: 20px 20px auto auto;
	    width: 50%;
	    display: block;
	}
	.filterlisting {
	    margin: 40px auto;
	    width: 60%;
	}
	.input {
	    margin: 20px auto;
	    display: block;
	}
	.list__element {
	    width: 75%;
	}
}
@media (min-device-width: 1020px){
	.text {
	    margin: 30px;
	}
	.text__right{
		margin-left: 40%;
	}
	.text__center{
		display: block;
		margin: 30px auto;
	}
	.listing{
		padding: 0;
		width: 15%;
		margin: 20px;
		padding-left: 150px;
	}
	.list {
	    display: flex;
	    justify-content: space-around;
	    align-items: center;
	    flex-wrap: wrap;
	}
	.list__element {
   	 	width: 100%;
	}
	.prototypepapier{
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
	}
	.prototypepapier li{
		width: 40%;
	}
	.prototypepapier__img{
		width: 100%;
		display: block;
		margin: 20px 0;
	}
	.logokikk{
		width: 40%;
	}
	.desktop__flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
}
@media (min-width: 1400px){
	body{
		font-size: 20px;
	}
	.container{
		margin: 50px 10%;
	}
	.text{
		width: 600px;
	}
	.text__right{
		float: right;
		margin-left: 100%;
	}
	.logokikk{
		width: 400px;
	}
	.list__element--img {
	    width: 600px;
	    height: 300px;
	}
	.prototypepapier li {
	    width: 300px;
	    margin: 20px 5%;
	}
	.prototypepapier__img {
	    width: 400px;
	}
	.testuser{
		width: 60%;
		margin: 50px auto;
	}
	.filterlisting{
		margin: 40px 10%;
	}
	.form{
		margin: 40px 10%;
	}
	.input{
		margin: 40px 10%;
	}
}
