/*** Main Styles ****/

h1, .h1 {
	word-spacing: 0.01em;
	line-height: 1.5;
}

h2, .h2 {
	word-spacing: 0.01em;
	line-height: 1.5;
	text-align:center;
}

a {
    color: #7e7e7e;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #ccc;
    text-decoration:none;
}

.overlay-content.card-font
		{ 
			cursor: pointer;
		}

.braun-headline.active span, 
.braun-headline:hover span{
	border-bottom:4px solid #00c0c0;
}

.gruen-headline.active span,
.gruen-headline:hover span{
	border-bottom:4px solid #00c0c0;
}

.schwarz-headline.active span,
.schwarz-headline:hover span{
	border-bottom:4px solid #00c0c0;
}


.spanbraun-headline {
	border-bottom:4px solid #ccc;
}

.spangruen-headline {
	border-bottom:4px solid #ccc;
}

.spanschwarz-headline {
	border-bottom:4px solid #d6d6d6;
}

.profilbild {
	max-width:100%;
}

img{
    max-width: 100%;
    display: block;
    height: auto;
}
html, body {
	 height:100%;
}
body {
	font-family: "Lato", sans-serif;
	color:#42454c;
	display: flex;
    margin: 0 auto;
    flex-direction: column;
    overflow-y: scroll;
}

.impress {
	text-align:left;
}
 
 
main {

    flex: 1 0 auto;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
  
.btn {
	border-radius:0rem;
  }

.btn-secondary {
    background-color: #7e7e7e;
    border-color: #fff;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #00c0c0;
    border-color: #fff;
}

.btn-link {
    color: #00c0c0;
}

.btn-link:focus, .btn-link.focus { 
	text-decoration:none;
}

.btn-link:hover {
	color:#7e7e7e;
	text-decoration:none;
}

.card-header {
	border-bottom:0rem;
}

.card {
	border-radius: 0rem;
}

/**** Menu ****/
.menuleiste {
    background-color: #fff !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3rem;
}


.nav-item {
    padding-right: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.nav-link {
	padding: 0rem 1rem;
}

.navbar-nav .nav-link {
	padding-left:0rem!important;
	padding-right:0rem!important;
}

.navbar-collapse {
	flex-basis: 80%;
}


.timeline {
	margin-top:3rem;
}

/* Startseitenboxen*/
.ar-text {
	color: white;
	font-size: 1.75rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.seitenanzeigeImage {
    position: fixed;
    left: 70.85%;
    top:3px;
    z-index: 9999;
    background-color: #fff;
    width: 74px;
}

.maincontainer {
	margin-bottom: 2rem;
}

.anja-images {
	max-width:100%;
	cursor:pointer;
}

a:hover .overlay {
	opacity: 1;
}



.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 100%;
	opacity: 0;
	transition:opacity .5s ease;
}

.overlay-card {
	position:relative;

}

.overlay-card .overlay-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0px;

	background-color:#f7f7f7;
	transition:opacity .5s ease;
	opacity: 0;
}

.overlay-card:hover .overlay-content {

	opacity: 1;
	
}

.card-font a {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size:1.25rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	cursor:pointer;
	
}

.is-mobile-nav .navbar-collapse {
flex-basis: 100%;
}

.grey {
	background-color: #00c0c0;
}

.brown {
	background-color: #00c0c0;
}

.green {
	background-color: #00c0c0;
}



/**** Über mich ****/
.ueber-mich-text {
	font-size:1.3rem;
}

.ueber-mich-box {
	position: absolute;
	top: 0;
	padding: 3.5rem;
}
/**** Texte ****/
.card {
	margin-bottom: 30px;
}


/**** Videos & Bilder ****/
.filter-group {
    display: flex;
    padding-bottom: 10px;
}

.grid__item{
    padding: 0;
    padding-bottom: 10px;
}

.ar-youtube {
	padding-bottom:1rem;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    padding-left:10px;
    padding-right:10px;
    height: 0;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**** Footer ****/
.footer-right {
    float: right;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
	
.footer {
  left: 0px;
  height: 64px;
  width: 100%; 
  background: #fff;
  border-top:1px solid #ccc;
}

.footer-right a {
    padding-left: 1rem;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Hier können wir die CSS-Eigenschaften von Flexbox überschreiben. */
    .page {
        display: block;
    }
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


@media (max-width: 1200px) {
.seitenanzeigeImage {	
	left: 88.2%;
}
}

@media (max-width: 1000px) {
	.collapsing {
		transition: none !important;
	}
}

@media (max-width: 960px) {
h1, .h1 {
    font-size: 1.5rem;
}

h3, .h3 {
    font-size: 1.25rem;
}

.navbar-collapse {
	flex-basis: 100%;
	margin-left: 0rem;
}
.ar-text {
	font-size: 1rem;
	}
	
.seitenanzeigeImage {	
	left: 85.3%;
	top:3px;
}

main {
    min-height: 200px;
    }
}

@media (max-width: 768px) {
.card {
	margin-bottom: 20px;
}

.ueber-mich-box {
	padding:1rem;
}

h1, .h1 {
        font-size: 1.5rem;
}

h3, .h3 {
    font-size: 1.15rem;
}

.seitenanzeigeImage {
	left: 85%;
    top: 3px;
}
}

@media (max-width: 576px) {
h1, .h1 {
    font-size: 0.8rem;
}

h3, .h3 {
    font-size: 0.75rem;
}

.ueber-mich-box {
    padding: 0.7rem;
}

.responsive-abstand {
	padding-bottom:1rem;
}

.is-mobile-nav .container.startseite {
    padding-left: 0px;
}

.seitenanzeigeImage {
	left: 76%;
    top: 3px;
}

.card {
	margin-bottom: 20px;
}

.filter-group {
    display: block;
    padding-bottom: 10px;
}

.filter-button {
    height: 3rem;
    width: 100%;
}

.navbar-nav {
	flex-direction: column;
}

.nav-item {
    padding-right: 0rem;
}
}

@media (max-width: 360px) {
	.ueber-mich-box {
    padding: 0.5rem;
}

h1, .h1 {
    font-size: 0.65rem;
}
	
	
h3, .h3 {
    font-size: 0.55rem;
}	
	

}


@media (max-width: 320px) {
	.ueber-mich-box {
    padding: 0.5rem;
}

h1, .h1 {
    font-size: 0.65rem;
}
	
	
h3, .h3 {
    font-size: 0.55rem;
}	
	

}

