@font-face {
    font-family: BoseHeadline;
    src: url("fonts/BoseHeadline-Bold.otf") format("opentype");
}
@font-face {
    font-family: BoseSubline;
    src: url("fonts/BoseHeadline-Regular.otf") format("opentype");
}		
@font-face {
    font-family: BoseHeadlineBlack;
    src: url("fonts/BoseHeadline-Black.otf") format("opentype");
}		

@font-face {
    font-family: BoseRegular;
    src: url("fonts/BoseText-Regular.otf") format("opentype");
}
@font-face {
    font-family: BoseBold;
    src: url("fonts/BoseText-Bold.otf") format("opentype");
}
@font-face {
    font-family: BoseMedium;
    src: url("fonts/BoseText-Medium.otf") format("opentype");
}


b,strong {
	font-family: BoseBold;
	font-weight: normal;
}

* {
    font-family: BoseRegular;			
} 
body {
	 margin: 0px;
	 padding: 0px;
}
h1,h2 {
	margin: 0px;	
}
h1 {
    font-family: BoseHeadlineBlack;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0px;
}
h2 {
    font-family: BoseHeadline;
    font-size: 40px;
    margin-top: 10px;
}
label {
    text-transform: uppercase;
	font-family: BoseMedium;
    font-weight: normal;
    padding-bottom: 8px;
    font-size: 12px;
    display: block;
}
label span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	line-height: 24px;
}
.flex {
    display: flex;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content {
	display: flex;
	flex: 1;
}

.box {
	width: 50%;
	box-sizing: border-box;
}

.left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.right {
	background: #fff;
	padding: 40px;	
}
.right .inner {
	max-width: 430px;			
}

footer {
	background: black;
	color: white;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.form-element {
	padding-bottom: 20px;
}
.form-element a{
	color: gray;
}
select,
input[type="email"],
input[type="text"] {

	margin: 0px;
	border-radius: 0px;
	border: 1px solid #131317;
	font-size: 15px;
	padding: 10px;
	width: calc(100% - 20px);
	font-family: BoseRegular;
}
select {
	width: 100%;
}
.form-element-row{
	margin-left: 20px;
	margin-right: 20px;
}
div.form-element-columns{
	display: flex;


}
div.form-element-columns div.form-element {
    flex-grow: 1;
    flex-basis: 0;	
}

.button,
input[type="submit"] {
	display: block;
	background-color: #131317;
	color: #FFF;
	width: 100%;
	text-transform: uppercase;
    font-family: BoseRegular;
    padding: 20px;
    border: none;			
    cursor: pointer;
}
input[type="checkbox"] {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0px;
}
.secondary {
	border: 1px solid #131317 !important;
	background-color: #FFF !important;
	color: #131317 !important;
	text-align: center;
	text-decoration: none;
}

#searchBlock, #searchReihe, #searchPlatz {
	width: 125px;
	display: inline-block;
}
select {
	display: inline-block;
}
.box.right{
	align-self: center;
}
div.form-element-checkbox{
	padding-bottom: 0px;
}

footer{
	display: flex;
	background-color: #131317;
	align-items: center;
}
footer > div {
	flex: 1;
}
footer .social {
	text-align: right;
}
footer .social img {
	width: 22px;
	margin-left: 4px;
	margin-right: 4px;
}
.copyright{
	color: #7f8891;
	font-size: 11px;	
}
.copyright .inner {
	display: flex;
	align-items: center;	
}
.copyright .inner span {
	padding-left: 30px;
}
.language img {
	width: 30px;
	margin-left: 5px;
	margin-right: 5px;
}

@media (max-width: 768px) {
	.content {
		display: block;
	}
	.box {
		width: 100%;
	}
	.button, input[type="submit"],
	.right .inner,
	.form-element-columns,
	select, input[type="email"], input[type="text"] {
		max-width: 100% !important;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 35px;
	}
	footer {
		display: block;
	}
	footer > div {
		display: block;
	}
	.copyright .inner {
		display: block;
	}
	.copyright .inner span {
		display: block;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;		
	}
	footer .social {
		padding-top: 30px;
		text-align: center;
	}
	.language {
		margin-top: 10px;
	}
}