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

@font-face {
  font-family: Montserrat-Regular;
  src: url("media/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: Montserrat-Semibold;
  src: url("media/fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("media/fonts/Montserrat-Bold.ttf");
}

body {
	background-color: #30353F;
	background-image: url("images/bal-background.webp");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	padding: 0% 10%;
}

p {
	color: #FFFFFF;
	font-family: Montserrat-Regular;
}

li, ul {
	color: #FFFFFF;
	font-family: Montserrat-Regular;
}

tr, td {
	color: #FFFFFF;
	font-family: Montserrat-Regular;
}

h2, h3 {
	color: #BFD85B;
	font-family: Montserrat-Regular;
}

a {
	text-decoration: none;
}

.heading {
	font-size: 42px;
	text-align: left;
	margin-top: 10%;
	margin-bottom: 3.5%;
	font-family: Montserrat-Semibold;
}

#spalten {
	margin-bottom: 450px;
	height: auto;
}

#spaltelinks {
	width: 30%;
	margin-right: 2.5%;
	float: left;
}

#spalterechts {
	width: 65%;
	margin-left: 2.5%;
	float: left;
}

.imprintlink a {
	color: #FFFFFF;
	text-decoration: underline;
}

.imprintlink a:hover {
	color: #BFD85B;
	text-decoration: underline;
}

.imprintlink a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}


#header {
	width: 100%;
	height: 150px;
	display: flex;
	padding-top: 2%;
}

#logo {
	width: 30%;
	float: left;
  	margin-top: auto;
}

#buttons {
	width: 70%;
	float: left;
	text-align: right;
  	margin-top: auto;
}

#main {
	clear: both;
	height: auto;
}

.button-start {
	background-color: #FFFFFF;
	color: #30353F;
	border-radius: 30px;
	border: none;
	padding: 15px 25px;
	font-size: 18px;
	font-family: Montserrat-Semibold;
	cursor: pointer;
	margin-right: 25px;
}

.button-start:hover {
	background-color: #BFD85B;
}

.button-start:visited {
	background-color: #BFD85B;
}

#footer {
	text-align: center;
	font-size: 12px;
	clear: both;
	padding-top: 75px;
	margin-bottom: 25px;
}

.footer-links a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-links a:hover {
	color: #BFD85B;
	text-decoration: none;
}

.footer-links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}




@media only screen and (max-width: 600px) {
  
body {
	background-position: center bottom;
	background-size: cover;
	padding: 0% 6%;
}
	
.heading {
	font-size: 28px;
	margin-top: 35%;
	margin-bottom: 10%;
}	
	
#header {
	display: block;
	padding-top: 5%;
	width: 100%;
}

#logo {
	width: 100%;
	float: none;
  	margin-bottom: 5%;
}
	
#buttons {
	width: 100%;
	float: none;
  	margin-top: auto;
}	
	
.button-start {
	margin-right: 0;
	float: right;
	padding: 15px 30px;
}	

#spaltelinks {
	width: 100%;
	float: none;
	margin-right: 0%;
}

#spalterechts {
	width: 100%;
	margin-left: 0%;
	float: none;
}	

#spalten {
	margin-bottom: 0px;
	height: auto;
}
	
#footer {
	padding-top: 45px;
}	
	
}