article.frmlr {
	display: flex;
	flex-direction:row;
	max-width: 1880px;
	margin: 60px auto;
}
article.frmlr img,
article.frmlr form {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.frmlr img {
	width:50%;
	height: auto;
	object-fit:contain;
	padding:0 60px 0 0;
}
form.contact {
	position:relative;
	width:50%;
	height:auto;
	margin:0 auto 20px;
	padding:0 0 0 20px;
	overflow:hidden;
	-webkit-transition: .5s;
	transition: .5s;
}
form.contact h3 {
	text-align: left;
	border: none;
}
form.contact ul {
	width:100%;
	max-width: 600px;
	height:auto;
	list-style:none;
	padding:0;
	margin:0 auto 0 0;
	text-align: left;
}
form.contact li {
	width:auto;
	font-family: 'Raleway_Regular', Helvetica Neue, Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	display: block;
	float: none;
	padding:0;
	margin:20px auto 0;
	font-size: 20px;
	line-height: 20px;
	color: #CCC;
}
form.contact input[type="text"], form.contact textarea, form.contact button, form.contact label {
	display: block;
	font-style: normal;
	line-height: normal;
	height: auto;
	background-color: transparent;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	outline: none;
	resize: none;
    -webkit-transition: .5s;
	transition: .5s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
form.contact input[type="text"], form.contact textarea, form.contact label {
	width: 100%;
	padding:5px;
	margin:20px auto 0;
	font-family: 'Raleway_Regular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 20px;
    font-weight: normal;
	letter-spacing: .05em;
	color: #00607C;
	text-align: left;
	border: 1px solid #CCC;
	background-color: rgba(0,96,124,0.05);
}
form.contact button {
	width: auto;
    cursor: pointer;
	font-family: 'Raleway_Bold', Helvetica Neue, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size:18px;
	color: #FFF;
    text-align: left;
	border: none;
	margin:0 auto 0 0;
	padding:10px;
	background-color:#00607C;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form.contact button:hover {
	background-color:#F39200;
    -webkit-transition: .5s;
	transition: .5s;
}


form.contact input[type="checkbox"] {
	display:inline;
}
form.contact label {
	width: 100%;
	float: left;
	margin:0.25em 0;
    cursor: pointer;
    font-size: 20px;
	line-height: 20px;
   -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
form.contact label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
form.contact label .checkmark {
    position: relative;
	display: block;
	margin:auto auto 0.25em;
    height: 30px;
    width: 30px;
	border: 1px solid #1369AF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background-color: #FFF;
}
form.contact label:hover input ~ .checkmark {
    background-color: #1369AF;
}
form.contact label  input:checked ~ .checkmark {
    background-color: #1369AF;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
form.contact label  input:checked ~ .checkmark:after {
    display: block;
}
form.contact label  .checkmark:after {
    left: 9px;
    top: 4px;
	margin: auto;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form.order {
	position:fixed;
	opacity: 0;
	width:0;
	height:0;
	max-width: 600px;
	top:20vh;
	bottom:auto;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.9);
	margin:0 auto;
	padding:20px;
	text-align: left;
 	border: 1px solid #999;
   -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow:hidden;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 999999999;
}
#contact-open:target form.order {
	opacity: 1;
	width:40vw;
	height:auto;
	min-height:40vh;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}
#contact-close:target form.order {
	opacity: 0;
	width:0;
 	min-height:0;
	-webkit-transition: 1s ease-in;
    transition: 1s ease-in;
}
#contact-close:target form.order h3 {
	opacity: 0;
	width:0;
 	min-height:0;
	-webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}
form.order .close {
	position: absolute;
	display: block;
	top:20px;
	right:20px;
	width: 100%;
	height: auto;
	line-height: 1;
	font-size: 30px;
	text-align: right;
	padding:0;
	margin: 0;
}
form.order li.item {
	font-family: 'Raleway_Medium', Helvetica Neue, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #00607C;
}
form.order li.item span {
	font-family: 'Raleway_Regular', Helvetica Neue, Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
	text-transform: none;
	color: #555;
}


@media only screen and (max-width: 1920px) {


article.frmlr {
	max-width: 1200px;
}

}


@media only screen and (max-width: 1600px) {


form.order {
	top:10vh;
}
	
}

@media only screen and (max-width: 1280px) {


article.frmlr {
	max-width: 100%;
	margin: 40px auto;
}
article.frmlr img {
	padding:0 40px 0 0;
}

form.order {
	top:5vh;
}
	
}



@media only screen and (max-width: 1024px) {


article.frmlr {
	margin: 30px auto;
	padding:0 20px;
}
form.contact {
	padding:0 0 0 10px;
}
form.order {
	padding:20px;
   -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#contact-open:target form.order {
	width:50vw;
	min-height:50vh;
}
	
}


@media only screen and (max-width: 768px) {

article.frmlr {
	flex-direction:column;
	margin: 20px auto;
}
article.frmlr img {
	display: none;
}
form.contact {
	width:100%;
	margin:0 auto;
	padding:0;
}
form.contact li {
	margin:15px auto 0;
	font-size: 18px;
	line-height: 18px;
}
form.contact input[type="text"], form.contact textarea, form.contact label {
	font-size: 18px;
	padding:5px;
	margin:15px auto 0;
}
form.contact button {
	font-size:15px;
}

form.order {
	padding:15px;
   -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#contact-open:target form.order {
	width:50vw;
	min-height:50vh;
}
form.order .close {
	top:15px;
	right:15px;
	font-size: 25px;
}
	
}

@media only screen and (max-width: 640px) {


form.contact li {
	margin:10px auto 0;
	font-size: 16px;
	line-height: 16px;
}
form.contact input[type="text"], form.contact textarea, form.contact label {
	font-size: 16px;
	padding:3px;
	margin:10px auto 0;
}
	
form.order {
	padding:10px;
   -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#contact-open:target form.order {
	width:60vw;
	min-height:50vh;
}
form.order .close {
	top:10px;
	right:10px;
}
	
}




/* Farben

LM hellblau
100% = #00ADEF

LM dunkelblau
100% = #00427B

Pörtner blau
100% = #1369AF
50% = rgba(19,105,175,0.50)

Zwaardvis gelb
100% = #DD951B

Zwaardvis grün
100% = #535B29

NEU
Zwaardvis gelb
100% = #F39200
100% = rgba(243,146,0,1.00)
Zwaardvis blau
100% = #00607C
100% = rgba(0,96,124,1.00)
*/