/*Farben:
Rot: #7E1820
Schwarz: #000*/
.clearfix {
	clear: both;
}

@font-face {
    font-family: 'TheSansB_700_';
    src: url('../fonts/TheSansB_700_.eot');
    src: url('../fonts/TheSansB_700_.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TheSansB_700_.woff2') format('woff2'),
         url('../fonts/TheSansB_700_.woff') format('woff'),
         url('../fonts/TheSansB_700_.ttf') format('truetype'),
         url('../fonts/TheSansB_700_.svg#TheSansB_700_') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TheSansB_300_';
    src: url('../fonts/TheSansB_300_.eot');
    src: url('../fonts/TheSansB_300_.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TheSansB_300_.woff2') format('woff2'),
         url('../fonts/TheSansB_300_.woff') format('woff'),
         url('../fonts/TheSansB_300_.ttf') format('truetype'),
         url('f../onts/TheSansB_300_.svg#TheSansB_300_') format('svg');
    font-weight: normal;
    font-style: normal;
}
body, h1, .h1, h2, h3, h4, h5, h6, a, li {
	font-family: 'TheSansB_300_', sans-serif;
	font-weight: normal;
    font-style: normal;
}
body {
	font-size: 24px;
}
small, .small {
	font-size: 16px;
	line-height: 140%;
	margin-top: 20px;
}
.form-check-label {
    margin-bottom: 0;
    line-height: 80%;
}
.sup-reg {
	font-size: 70%;
	vertical-align: sub;
	font-style: italic;
	top: -0.8em;
}
.sup-bold {
	font-size: 70%;
	vertical-align: sub;
	font-style: italic;
	top: -0.8em;
	font-family:'TheSansB_700_', sans-serif;
}
h1, .h1 {
	font-size: 36px;
}

/* Links Zustände */
h1 a, .h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a {
	color: #000000;
	text-decoration: none;
	font-family: 'TheSansB_700_', sans-serif;
}
h1, .h1, h2, h3 {
line-height: 160%;
}
	
h1 a:link, .h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, a:link {
	color: #000000;
	text-decoration: none;
}
h1 a:visited, .h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, a:visited {
	color: #000000;
	text-decoration: none;
}
h1 a:hover, .h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover {
	color: #7E1820;
	text-decoration: none;
}
h1 a:focus, .h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, a:focus {
	color: #7E1820;
	text-decoration: none;
}
h1 a:active, .h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active, a:active {
	color: #7E1820;
	text-decoration: none;
}
.section ul, .section li {
	padding-left: 17px;
    list-style-type: none;
    text-indent: -35px;
}
.section li:before {
	content: "\2014";
	font-size: 24px;
	color: #000;
	padding-right: 10px;
}
.fixlogo {
	position: fixed;
	bottom: 45px;
	left: 47%;
	width: 90px;
	height: 90px;
}
.btn {
	border: 1px solid #000;
	padding: 10px 20px;
	border-radius: 0;
	font-size: 24px;
}
.btn:hover {
	border: 1px solid transparent;
	color: #fff;
	background-color: #7E1820;
}
input, textarea, .form-control {
	border: 1px solid #000;
	border-radius: 0;
	padding: 25px 15px;
}
/*NAV*/
header {
	background: #fff;
	width: 100%;
	max-width: 1140px;
	min-height: 60px;
	margin: auto;
	padding-left: 15px !important;
    padding-right: 15px !important;
}
 .fixed-top.right {
    right: 0;
    left: auto;
}
 .fixed-top.left {
    right: auto;
    left: 0;
	padding-left: 5%;
}
.my-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.my-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
/* .navbar .container, .navbar .container-fluid {
    justify-content: space-between;
	padding: 0;
} */
.navbar {
    background: #fff;
    transition: all .6s;
    backface-visibility: hidden;
	padding: 0;
}
.navbar-nav {
    font-size: 30px;
    color: #000;
	padding: 10px 40px 30px 40px;
	min-width: 290px;
	box-shadow: -3px -6px 6px rgba(0,0,0,.2);
}
.navbar-nav .nav-link {
    color: #000;
    border: 0;
}
.navbar-nav .nav-link:hover {
    color: #7E1820;
}
.navbar-nav .nav-link:focus {
    color: #000;
    outline: 0;
}
.navbar-toggler {
    border-color: transparent;
	margin: 0;
	padding-top: 0.5rem;
	position: fixed;
    right: 20px;
    top: 0;
}
.navbar-toggler:focus {
    background: none;
    outline: 0;
}
 .navbar-toggler span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 9px auto;
    background: #000;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.navbar-toggler:hover span,
.navbar-toggler:focus span {
    background: #000;
}
.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(9px, 9px);
}
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(8px, -8px);
}
.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}
li.nav-item {
	line-height: 120%;
}
li.nav-small a {
	font-size: 16px;
	line-height: 120%;
	padding: 5px 0;
}

/*Ankerversatz Sprungmarke*/
.sprung {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -100px;
}

@media (min-width: 1400px) {
.container, header {
    max-width: 1200px;
}
}
@media (max-width: 1200px) {
.container, header {
    max-width: 90%;
}
}
@media only screen and (max-width: 980px) {
h1, .h1 {
    font-size: 33px;
}
}
@media only screen and (max-width: 767px) {
h1, .h1 {
    font-size: 30px;
}
h2 {
    font-size: 27px;
}
body {
	font-size: 18px;
}
}
@media only screen and (max-width: 620px) {
h1, .h1, .navbar-nav {
    font-size: 24px;
}
h2 {
    font-size: 21px;
}

}
@media only screen and (max-width: 420px) {
.my-60 {
 margin-top: 80px;
margin-bottom: 40px; 
}
}
