html {
	font-size: 16px;
}

body {
	font: 1rem nexa_lightregular, sans-serif;
	background-color: #2b0100; /*#427403;*/
	color: #fff;
	margin: 0;
	padding: 0;
}

h1 {
	font: 3rem Cookie, cursive;
	font-weight: normal;
	font-style: normal;
	color: #ff9f01;
    margin-bottom: 0;
}

h2 {
	font: 1.5rem fontello;
	font-weight: normal;
	font-style: normal;
	color: #ff9f01;
    margin-top: .5rem;
}

h3 {
	font: 1.2rem fontello;
	font-weight: normal;
	font-style: normal;
	color: #ff9f01;
}

h4 {
	font: 1.5rem Cookie, cursive;
	font-weight: normal;
	font-style: normal;
	color: #ff9f01;
}

p {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

strong {
	font-family: nexa_boldregular, sans-serif;
	font-weight: normal;
}

.container {
    padding-bottom: 4rem;
}

.kursiv {
	font-family: nexa_lightregular, sans-serif;
	font-style: italic;
}

.logo {
	width: 8.37rem;
	height: 8.37rem;
	margin-top: 2rem;
    margin-bottom: 1rem;
    margin-right: auto;
	margin-left: auto;
	z-index: 1001;
}

.logo img {
	width: 8.37rem;
	height: 8.37rem;
	filter: drop-shadow(.1rem .1rem .3rem rgba(0,0,0, .5));
}

.btn-individuell {
    color: #000;
    background-color: #0AA62C;
    border-color: #fff;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fd0744;
    text-decoration: none;
}

.footer {
	background-color: #0f325c;
	padding-top: 1.85rem;
	padding-bottom: 1.85rem;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.footer .col-sm-6:last-child {
	text-align: right;
	text-transform: none;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer ul li {
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	padding-right: .5rem;
	margin-right: .5rem;
}

.footer ul li:last-child {
	border: none;
}

.footer a {
	color: #fff !important;
}

@media (max-width: 767px) {

    html {
        font-size: 14px;
    }

    .logo {
        width: 5.37rem;
        height: 5.37rem;
        margin-bottom: .25rem;
    }

    .logo img {
        width: 5.37rem;
        height: 5.37rem;
    }

    .footer, .footer .col-sm-6:last-child {
        text-align: center;
    }

    .footer ul li {
        float: none;
        border: none;
    }

}

@media (min-width: 768px) and (max-width: 991px) /* medium */ {

    html {
        font-size: 14px;	
    }
	
}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/Nexa_Free_Light-webfont.eot');
    src: url('fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nexa_Free_Light-webfont.woff') format('woff'),
         url('fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),
         url('fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/Nexa_Free_Bold-webfont.eot');
    src: url('fonts/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nexa_Free_Bold-webfont.woff') format('woff'),
         url('fonts/Nexa_Free_Bold-webfont.ttf') format('truetype'),
         url('fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Cookie';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cookie-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cookie-Regular'),
       url('fonts/cookie-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cookie-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cookie-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/cookie-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cookie-v8-latin-regular.svg#Cookie') format('svg'); /* Legacy iOS */
}
