body {
  font-family: 'Lato';
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  font-family: 'Montserrat';
}

a {color: #333;}
a:focus, a:hover, a:active, .active a {
  color: #900;
}


.logo #logo {font-weight: bold; font-size: 0.8em;}
.logo p {font-size: 0.35em; margin: 0;}

hr.section-line {width: 100px; border-top: 3px solid #fff;}
hr.section-line.dark {border-color: #777;}
hr.section-line.left {float: left;width: 70px;}
.services {background: #900 url(../../../images/h3.jpg) no-repeat top center;}
.services, .services h2, .action {color: #fff;}
.services .row{margin-top: 30px;}

.services .readmore, .action .readmore {background: #fff; border-radius: 25px; letter-spacing: .5px; padding: 15px 20px; text-transform: uppercase; margin-top: 20px;}
.action .info { font-size: 150%;}
.action .top-align {padding: 25px 0 0 30px;}
.action  a .fa {color: #fff;}
.action  a:hover .fa {color: #477ad1;}

.moduletable {clear: both;}

section {
  padding: 6rem 0;
}
section.action {padding: 3rem 0;}

section h2 {
  font-size: 1.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 300;
  font-family: 'Montserrat';
}

#mainNav .navbar-brand {
  color: #333;
}

#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.0625rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #333;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #900;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #900;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  /*#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: #900;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #900;
  }*/
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
  .ml-lg-1, .mx-lg-1 {
		margin-left: .85rem !important;
	}
}

header.masthead {
  padding-top: calc(6rem + 72px);
  padding-bottom: 6rem;
}

header.masthead h1 {
  font-size: 3rem;
  line-height: 3rem;
}

header.masthead h2 {
  font-size: 1.3rem;
  font-family: 'Lato';
}


@media (min-width: 992px) {
  header.masthead {
    /*padding-top: calc(6rem + 106px);*/
	padding-top: calc(6rem + 10px);
    padding-bottom: 6rem;
  }
  /*header.masthead h1 {
    font-size: 3em;
    line-height: 4rem;
  }*/
  header.masthead h2 {
    font-size: 1.75em;
  }
}



@media (min-width: 576px) {
  .portfolio {
    margin-bottom: -30px;
  }
  .portfolio .projects-item {
    margin-bottom: 30px;
  }
}

.portfolio-modal .portfolio-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}

.portfolio-modal .portfolio-modal-dialog .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
  line-height: 38px;
}

.portfolio-modal .portfolio-modal-dialog h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px);
  }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 3rem;
  }
}

.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #900;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #700;
  color: #fff;
}

.copyright {
  background-color: #400;
}


.btn {
  border-width: 2px;
}

.bg-primary {
  background-color: #900 !important;
}

.bg-secondary {
  background-color: #fff !important;
  border-bottom: 4px solid #ccc;
}

.text-primary {
  color: #900 !important;
}

.text-secondary {
  color: #224488 !important;
}

.btn-primary {
  background-color: #900;
  border-color: #900;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #128f76;
  border-color: #128f76;
}

.btn-secondary {
  background-color: #ccc;
  border-color: #ccc;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #900;
  border-color: #900;
}

section.links {
	padding: 0;
}


header {
	background: #900 url(../../../images/topimg-760.jpg) no-repeat top center;
	margin-top: 100px;
}
header h1 {margin-top: 150px;}
header .container div {
	width: 320px;
	padding: 20px 30px 5px;
	background-color: #224488; 
	margin-top: 20px;
	font-size: 0.9em;
}
header .container div .fa {
	padding-right: 10px;
}

.logo {width: auto;}

@media (min-width: 768px) {
	header { background: #900 url(../../../images/topimg-980.jpg) no-repeat top center;}
	header.masthead h1 {font-size: 4rem;}
	header.masthead {
		padding-top: calc(8rem + 10px);
		padding-bottom: 4rem;
	}
}
@media (min-width: 992px) {
	header { background: #900 url(../../../images/topimg-1200.jpg) no-repeat top center;}
}
@media (min-width: 1200px) {
	header { background: #900 url(../../../images/topimg-1980.jpg) no-repeat top center;}
}
@media (min-width: 1920px) {
	header { background: #900 url(../../../images/topimg-2400.jpg) no-repeat top center;}
}
@media (max-width: 767px) {
	header { background: #900 url(../../../images/topimg-768.jpg) no-repeat top center; width: 100%;}
	header.masthead h1 {font-size: 3rem;}
	header.masthead {
		padding-top: calc(3rem + 30px);
		padding-bottom: 2rem;
	}
	.logo {width: 100%; margin-bottom: 20px;}
	#mainNav .navbar-toggler {margin-left: 20px;}
	#mainNav .navbar-nav {
		text-align: left;
		padding-left: 20px;
	}
	#mainNav .navbar-nav li {
		padding: 5px 10px;
		border-left: 3px solid #ccc;
	}
	/*#mainNav .navbar-nav li.active {
		background-color: #900;
	}
	#mainNav .navbar-nav li.active a {
		color: #fff;
	}*/
}
@media (max-width: 576px) {
	/*header { background: #900 url(../../../images/topimg-768.jpg) no-repeat top center; width: 100%;}*/
	header { background: none; }
	header.masthead h1 {font-size: 3rem; line-height: inherit;}
	header.masthead {
		padding-top: 20px;
		padding-bottom: 2rem;
	}
	header .container div {
		width: 100%;
	}
	.logo {width: 100%; margin-bottom: 20px;}
	#mainNav .navbar-toggler {margin-left: 20px;}
	#mainNav .navbar-nav {
		text-align: left;
		padding-left: 20px;
	}
}
header h1, header strong {
	text-shadow:-1px -1px 0 #6e413c, 1px -1px 0 #6e413c, -1px 1px 0 #6e413c, 1px 1px 0 #6e413c;
}
header strong {
	font-size: 2em;
}


header .container div.moduletable,
header #osdonatestatic {
	margin: 0;
	padding: 0;
	width: 300px;
	text-align: left;
	font-size: inherit;
}

.content { margin: 100px 0px 0px;}

.links nav a {color: #fff;}
.links nav li {margin-right: 15px;}


.supporter {
	background: #fff;
}
.contact, .supporter  {
	background: #eee;
}
.ausgabe .table .thead-dark th {
    color: #fff;
    background-color: #224488;
    border-color: #224488;
}

.projects-item .fa {
	font-size: 4em;
	margin-bottom: 20px;
}

footer a {
	color: #fff;
}
footer a:hover, footer a:active{
	color: #fb0;
}
footer .kontakt,
.item-page .kontakt {
    display: block;
    float: left;
    width: 70px;
}
footer .vorstand,
.item-page .vorstand {
    display: block;
    float: left;
    width: 160px;
}

.page-header h2 {
	margin-bottom: 3rem
}

.gbs3 .A {
    width: 100%;
}
.chrono_credits {display: none;}

.aktuelles {text-align: center;}
.aktuelles li {list-style: none;}
.aktuelles h5 {margin: 20px 0;}
.aktuelles img, .blog img {
	width: 100%;
}
.blog img {
	margin-bottom: 20px;
}

#osdonatestatic {
    font-size: inherit;
    margin-top: 15px;
    text-align: left;
}
.osdonate-form input[type="text"].osdonate-amount  {margin-top: 0px; margin-left: 15px;}
#osdonatestatic br {display: none;}

.table td, .table th {
    padding: .75rem .75rem .3rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.vertretung {display: block; float: left; width: 150px;}

.nav.flex-column.nav-pills {
	border-right: 1px solid #900;
}
.nav.flex-column.nav-pills li {
	padding: 5px 10px;
}
.nav.flex-column.nav-pills li.active {
	padding: 5px 10px;
	background-color: #900;
}
.nav.flex-column.nav-pills li.active a {
	color: #fff;
}

.content .item-page .fa {
	font-size: 64px;
	margin: 20px 0 10px;
}
/*.moduletable.termine {background-color: #efefef; padding: 15px;}*/
.moduletable.termine .fa, .moduletable.termine strong{ color: #900;}

.projects .item {margin-bottom: 50px;}

.datenschutz {margin-left: 20px;}
#datenschutz {margin-left: -20px;display: inline-block;}
.datenschutz p {margin-left: 20px; display: inline-grid; font-size: 70%;}
#datenschutzhinweis {margin-left: 40px; font-size: 70%; }
#datenschutzhinweis a {color: #900; text-decoration: underline;}
#datenschutzhinweis a:hover {color: #477ad1;}
.rf_submit.btn-disable  {background-color:#eee;}
.rf_submit {padding: 10px 50px; margin-top: 30px;}

footer .nav {list-style-type: square;}
.copyright a {color: #900;}

ul.leistungen li {
    list-style-type: none;
}
ul.leistungen li:before {
    content: "✔";
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin-right: 10px;
}