@font-face {
    font-family: 'futshimediumnormal';
    src: url('fusbr-webfont.woff2') format('woff2'),
         url('fusbr-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
  	background-image: url(bilder/bg-new.jpg); /* The image used */
  	background-color: #cccccc; /* Used if the image is unavailable */
  	background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
 }

p {
	font-size: 13px;
}

.company-headline {
    font-family: 'futshimediumnormal';
    font-size: 48px;
    color: #2c2c2c;
    letter-spacing: 12px;
    padding-left: 10px;
}

.company-text {
	font-size: 13px;
	margin-top: 20px;
}

h1 {
	text-align: center;
	margin-top: 40px;
}

h3 {
	text-align: center;
	color: #2c2c2c;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 3px solid #009fe3;
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 40px;
	margin-top:12%;
	letter-spacing: 2px;
	font-family: 'futshimediumnormal';
}

.links {
	color: #2c2c2c;
	padding-left:10px;
}

a {
	color: #2c2c2c;
}

a:focus, a:hover {
    color: #009fe3;
    text-decoration: none;
}

.welcome-box-headline {
	text-align: center;
}

.welcome-box {
    hyphens: auto;
    line-height: 1.75;
    padding-bottom: 40px;
	padding-top: 40px;
}

.company-box {
    color: #2c2c2c;
    text-align: justify;
	line-height: 1.75;
    padding-bottom: 40px;
    padding-top: 40px;
}

footer {
	font-size: 10px;
	margin-top: 40%;
	text-align: right;
	padding-right: 50px;
	padding-bottom: 50px;
}

.adress {
	text-align: justify;
}

img {
    max-width: 100%;
    padding-left: 20%;
    padding-right: 20%;
}

/*Impressum-Anpassungen*/

.impressum {
	margin-top: 70px;
	line-height: 1.75;
	text-align:left;
}


/*Cookies*/
.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}

.cc_container {
background: #1f6888 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}