/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
	margin: 0;
	padding: 0;
}

body {
    background: #ffcc00;
	color: #000;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 14px;
	line-height: 24px;
}

a {
    color: #000;
    text-decoration: none;
}

.box {
    background: url("../images/wassenberger-honig-hintergrund.jpg") no-repeat;
    background-size: contain;
	display: block;
	margin: 20px auto 0 auto;
	max-width: 90%;
	min-height: 599px;
	overflow-x: hidden;
	padding: 0;
	width: 800px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.clear {
	clear: both;
}

.contact {
    padding: 100px 0 50px 0;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.teaser {
    display: none;
}

body.datenschutz .main {
    padding: 30px 5%;
    text-align: left;
}

.fachberater {
    background: #000; 
    color: #fff; 
    font-weight: 700;
    margin-top: 15px; 
    padding: 10px;
    text-transform: uppercase;
}

.button {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    
    transition: all 700ms;

    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 160px;
    line-height: 28px;
    margin: 300px 0 0 610px;
    padding-top: 40px;
    text-align: center;
    width: 200px;
}

@media (max-width: 880px) {
    .button {
        margin-left: 500px;
    }
}

@media (max-width: 760px) {
    .button {
        margin-left: 400px;
    }
    .contact {
        padding-top: 100px;
    }
}

@media (max-width: 615px) {
    .button {
        display: none;
    }
    
    .teaser {
        background: #000;
        color: #fff;
        font-weight: 700;
        display: block;
        padding: 10px;
        text-align: center;
    }
    
    .contact {
        padding-top: 400px;
    }
}

@media (max-width: 500px) {
    .contact {
        padding-top: 320px;
    }
}

.footer {
    color: #432918;
	font-size: 11px;
	line-height: 20px;
	margin: 10px auto;
	padding: 10px 10%;
	width: 800px;
}

.footer a, 
.footer .imprint {
    color: #432918;
	font-weight: normal;
}

@media (max-width: 800px) {
    .footer {
        padding: 0;
        text-align: center;
        width: 90%;    
    }    
}

@media (max-width: 700px) {
    .box {
        margin: 0;
        padding: 5%;
        width: 90%;
        -webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }
    
    .main {
        float: none;
        padding: 5% 0;
        text-align: center;
        width: 100%;
    }
}
