@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 top;
	background-size: cover;
	padding: 0% 10%;
}

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

a {
	text-decoration: none;
}

.intro {
	font-size: 42px;
	text-align: center;
	margin-top: 10%;
	margin-bottom: 5%;
	font-family: Montserrat-Semibold;
}

#tabs {
}

#tab1 {
	background-image: url("images/fertigbausysteme.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 36%;
	float: left;
	margin-right: 2%;
	border-radius: 60px;
	padding: 12% 6%;
	height: 30vh;
	align-content: center;
	text-align: center;
	font-size: 36px;
}

#tab1:hover {
	background-image: url("images/fertigbausysteme-hover.webp");
}

#tab2 {
	background-image: url("images/marketing-design-hover-deactivated.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 36%;
	float: left;
	margin-left: 2%;
	border-radius: 60px;
	padding: 12% 6%;
	height: 30vh;
	align-content: center;
	text-align: center;
	cursor: not-allowed;
	font-size: 36px;
}

.tab-heading {
	font-family: Montserrat-Bold !important;
	text-shadow: rgba(0,0,0,0.7) 0 0 7.5px;
}

#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-mail {
	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-mail:hover {
	background-color: #BFD85B;
}

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

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

.button-phone:hover {
	background-color: #FFFFFF;
}

.button-phone:visited {
	background-color: #FFFFFF;
}

#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: left bottom;
	padding: 0% 6%;
}
	
.intro {
	font-size: 28px;
	margin-top: 35%;
	margin-bottom: 10%;
}	
	
#tab1 {
	width: 88%;
	float: none;
	margin-right: 0%;
	font-size: 32px;
}	
	
#tab2 {
	width: 88%;
	float: none;
	font-size: 32px;
	margin-top: 5%;
}	
	
#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-mail {
	margin-right: 0;
	float: left;
	padding: 15px 30px;
}	
	
.button-phone {
	float: right;
	padding: 15px 30px;
}	
	
#footer {
	padding-top: 45px;
}	
	
}


@media only screen and (max-width: 1024px) {
	
.button-mail {
	margin-right: 0px;
	margin-bottom: 10px;
}	
	
	
}