/* heebo-regular - latin */
@font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/heebo-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/heebo-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/heebo-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/heebo-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/heebo-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/heebo-v21-latin-regular.svg#Heebo') format('svg'); /* Legacy iOS */
}

/* heebo-700 - latin */
@font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/heebo-v21-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/heebo-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/heebo-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/heebo-v21-latin-700.woff') format('woff'), /* Modern Browsers */
        url('../fonts/heebo-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/heebo-v21-latin-700.svg#Heebo') format('svg'); /* Legacy iOS */
}


html{line-height:1.15;-webkit-text-size-adjust:100%;  }
body{margin:0; }
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}button,select{text-transform:none}
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

h1,h2 {
	font-size: 1.6rem;
    line-height: 1.4em;
	text-transform:uppercase;
}
h3 {
	font-size: 1.4rem;
    line-height: 1.4em;
	text-transform:uppercase;
}
.light {
	font-weight:normal;
}
.uppercase {
	text-transform:uppercase;
}

.imagewrapper {
	width:500px;
	max-width: 90vw;
	height:auto;
	margin:20px auto;
}
a {
	text-decoration:underline;
}

.kontaktrow {
	display:block;
	float:right;
	margin-top:22px;
	font-size:16px;
}
.kontaktrow i {
	padding-left:7px;
}
.headerrow {
	margin-top:100px;
	
}
.bgimage {
	height:60vh;
	min-height:300px;
	background-image:url('/images/bg-standard.jpg');
	background-size:cover;
	background-position:center;
	position:relative;
	width:100%;
	overflow:hidden;
}
.bgimage .ecke {
	background-color:#fff;
	height:100%;
	aspect-ratio: 1/1;
	-webkit-aspect-ratio: 1/1;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	position: absolute;
	right: 25%;
	top: 0;
}
.sloganwrapper {
	align-items: center;
  display: flex;
  max-width:50%;
}
.slogan {
	margin-left:auto;
	margin-right:0!important;
	z-index:1;
}


/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container,
.container50 {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
.container50 {
	width: 50vw;
}
@media (min-width: 576px) {
	.container {
		max-width: 700px;
	}
	.container50 {
		max-width: 375px;
	}
	.bgimage .ecke {
		right:40%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 940px;
	}
	.container50 {
		max-width: 470px;
	}
	.bgimage .ecke {
		right:50%;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 1140px;
	}
	.container50 {
		max-width: 570px;
	}
	html, body {
		font-size: 18px!important;
		line-height: 1.5em;
	}
	h1,h2 {
		font-size: 2rem;
		line-height: 1.4em;
	}
	.h3{
		font-size: 1.6rem;
		line-height: 1.4em;
	}
	.bgimage .ecke {
		right:60%;
	}
}

@media (min-width: 1380px) {
	.container {
		max-width: 1300px;
	}
	.container50 {
		max-width: 650px;  
	}
}
@media (min-width: 1460px) {
	.container {
	  max-width: 1400px;
	}
	.container50 {
		max-width: 700px;
	  }
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-4,
.col-6,
.col-8,
.col-12,
.col-sm-6,
.col-md-6,
.col-lg-3,
.col-lg-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.h-100 {
	height: 100%;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}



/*============================================
	Main
============================================*/

:root {
	--main-color: #512e22;
	--primarycolor: #512e22;
	--lightgrey-color: #512e22;
	--white: #fff;
}

html {
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	overflow-x: hidden;
	font-family: 'Heebo', sans-serif;
}

body {
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: var(--main-color);
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
	box-sizing: border-box
}

a {
	
	-webkit-transition: color 200ms ease 0s;
	transition: color 200ms ease 0s;
	color:var(--primarycolor)
}
.site-header a {
	text-decoration:none;
}

.button{display: inline-block;
width:30px;}


/*============================================
	Global
============================================*/

.sr-only {
	overflow: hidden;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	height: 1px;
	border: 0;
	clip: rect(0, 0, 0, 0)
}

.space-10 {
	margin-bottom: 10px;
}

.space-30 {
	margin-bottom: 30px;
}

.space-50 {
	margin-bottom: 50px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.image-full-height {
	width: auto;
	max-width: initial;
	height: 100%;
}

.bg-white {
	background-color: var(--white);
}

.list-clean {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.title-5 {
	font-size: 0.875rem;
}

.title-0.white,
.title-1.white,
.title-2.white,
.title-3.white,
.title-5.white,
p.white,
span.white,
.white {
	color: var(--white);
}




a.link-inherit,
a.link-inherit:hover {
	color: inherit;
}

a.link-inherit:hover {
	opacity: 0.6;
}

.sep {
	height: 4px;
	width: 65px;
	background-color: var(--orange);
}

.sep.grey {
	background-color: var(--lightgrey-color);
}
img {
    max-width:100%;
}

@media only screen and (min-width: 768px) {
	.space-md-0 {
		margin-bottom: 0;
	}
	.padding-top-md-60 {
		padding-top: 60px;
	}
	.padding-bottom-md-60 {
		padding-bottom: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.padding-top-xl-70 {
		padding-top: 70px;
	}
	.padding-bottom-xl-70 {
		padding-bottom: 70px;
	}
}


/*============================================
	Header
============================================*/

.site-header {
	position: relative;
	height: 100px;
	background-color: var(--white);
    border-color: var(--primarycolor);
	z-index: 2;
}

.logo {
	height: 35px;
    max-width:100%;
}
.contactbutton {
    display:inline-block;
    padding:0 5px;
    float:right;
}
.contactbutton img {
    height:20px;
}

.menu-button-wrapper {
	float: right;
	font-size: 1rem;
	line-height: 1;
	position: relative;
}

.menu-button {
	position: relative;
	color: #fff;
	font-size: inherit;
	/* font-family: 'montserratregular'; */
	letter-spacing: 1px;
	line-height: initial;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: solid 1px #79b943;
	/* height: 50px; */
	padding: 10px 15px;
	text-transform: uppercase;
	background-color: #79b943;
}
.menu-button:hover{background-color: #4d1232;
color:white;}







/*============================================
	Footer
============================================*/

.site-footer {
	border-top-width: 20px;
    border-top-style: solid;
    border-color: var(--primarycolor);
	background-color: var(--primarycolor);
	color:#fff;
}
.site-footer a {
    color:#fff;
	text-decoration:none;
}
.site-footer a:hover {
    color:var(--white);
}

.logo-footer {
	height: 40px;
}


@media (min-width: 768px) {
	.site-header {
		height: 100px;
	}
	.logo {
		height: 45px;
	}
    .contactbutton img {
        height:30px;
    }
	.kontaktrow {
		font-size:20px;
		margin-left:15px;
	}
	.kontaktrow i {
		padding-left:10px;
	}
}

@media (min-width: 1200px) {
	.site-header {
		height: 120px;
	}
	.logo {
		height: 50px;
	}
}


@media (min-width: 576px) {
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {

    .col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
    .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.d-md-none {
		display: none !important;
	}
	.d-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.d-lg-none {
		display: none !important;
	}
	.d-lg-block {
		display: block !important;
	}
}


/*============================================
	Fonts
============================================*/

@font-face {
    @import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');
	font-family: 'Questrial', sans-serif;
}





