@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,600;1,700&display=swap');

body {
	font-family: Montserrat;
}

header {
	background-color: rgba(0, 0, 0, 0.03);
	padding-top: 20px;
	padding-bottom: 20px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0 100%);
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 35px;
	margin-bottom: 1em;
	word-wrap: break-word;
}

h2 {
	font-size: 25px;
}

p {
	font-size: 20px;
}

table {
	width: auto;
	font-size: 16px;
}

table p {
	font-size: 16px;
}

tr {
	border-bottom-style: none;
	height: 11em;
}


 tr p:first-of-type {
	font-weight: bold;
	padding-left: 0;

  }
tr p {
	padding-left: 2em;
}

tr.title {
	border-bottom-style: solid;
}

tr.title td {
	font-weight: bold;
	padding-top: 40px;
}

td {
	top:0;
	padding: 15px;
	vertical-align: top;
}

.bg-light {
	background-color: rgba(0, 0, 0, 0.03);
	clip-path: polygon(0% 0%, 100% 2%, 100% 98%, 0 100%);
	padding-top: 50px;
	padding-bottom: 50px;
}

.bg-light-inverse {
	background-color: rgba(0, 0, 0, 0.03);
	clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 98%);
	padding-top: 50px;
	padding-bottom: 50px;
}

header .row {
	margin-bottom: 0;
}

#ubique-logo {
	max-width:100%;
}

#geiler-scheiss {
	max-width: 250px;
	padding: 30px;
	filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.2));

}



#app-gallery img {
	max-width: 100%;
	filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.2));
}

#app-gallery a {
	color:black;
}

#app-gallery a:hover {
	color:#1585cf;
}

#explanation-box {
	padding: 2em;

}

#job-bot-button {
}

#interessiert-container {
	background-color: #1585cf;
	color: black;
	padding: 2em;
}

#interessiert-container a {
	color:white;
}

#interessiert-container p {
	margin-top: 0;
}

.button {
	width: 290px;
	padding: 24px 16px 24px 16px;
	border-radius: 5px;
	background-color: #1585cf;
	color: white;
	font-weight: bold;
	text-align: center;
	filter: none;
}

.button:hover {
	box-shadow: 0px 0px 10px 2px rgba(21,133,207, 0.58);
}

.smaller p {
	font-size: 15px;
}

@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.5); }
	100% { transform: scale(1); } 
 } 

.fragezeichen {
	display: inline-block;
	animation: pulse 2.1s infinite ease-in-out;
	font-size: 0px;
}

.fragezeichen:nth-child(1) { animation-delay: 0s; font-size: 30px;}
.fragezeichen:nth-child(2) { animation-delay: 0.3s; font-size:50px; }
.fragezeichen:nth-child(3) { animation-delay: 0.6s; font-size:80px; }
.fragezeichen:nth-child(4) { animation-delay: 0.9s; font-size:100px; }
.fragezeichen:nth-child(5) { animation-delay: 1.2s; font-size:80px; }
.fragezeichen:nth-child(6) { animation-delay: 1.5s; font-size:50px; }
.fragezeichen:nth-child(7) { animation-delay: 1.8s; font-size:30px; }

#start-button {
	width: 350px;
}

@media only screen and (min-width: 601px) {
	h1 {
		font-size: 4.2em;
		margin-bottom: 1em;
		word-wrap: normal;
	}

	h2 {
		font-size: 32px;
	}

	#geiler-scheiss-section .row {
		margin-top: 50px;
	}

	#explanation-box {
		margin-bottom: 3em;
	}
	.bg-light {
		background-color: rgba(0, 0, 0, 0.03);
		clip-path: polygon(0% 0%, 100% 8%, 100% 92%, 0 100%);
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.bg-light-inverse {
		background-color: rgba(0, 0, 0, 0.03);
		clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.fragezeichen:nth-child(1) { animation-delay: 0s; font-size: 50px;}
	.fragezeichen:nth-child(2) { animation-delay: 0.3s; font-size:70px; }
	.fragezeichen:nth-child(3) { animation-delay: 0.6s; font-size:100px; }
	.fragezeichen:nth-child(4) { animation-delay: 0.9s; font-size:120px; }
	.fragezeichen:nth-child(5) { animation-delay: 1.2s; font-size:100px; }
	.fragezeichen:nth-child(6) { animation-delay: 1.5s; font-size:70px; }
	.fragezeichen:nth-child(7) { animation-delay: 1.8s; font-size:50px; }

}