/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
@font-face { font-family: "Lato"; font-style: normal; font-weight: 700; src: local("Lato Bold"), local("Lato-Bold"), url("https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
.nav-lang {
	min-width: 50px;
}

.topnav {
    font-size: 16px; 
}
@media (max-width: 991.99px) {
	.nav-collapse-space {
		height: 50px;
		width: 10px;
	}
	.lead {
    font-size: 18px;
    font-weight: 400;
	padding-left: 1.2em;
}
}


.logo-head {
	width: 100px;
	margin-top: 50px;
	margin-left: -10px
}


.logo-social-media {
	width: 30px;
	margin-top: 10px;
	margin-left: 15px;
}
@media (max-width:761.99px) {
	.logo-head {
	width: 100px;
	margin-top: -10px;
	margin-left: -10px
	}
	.nav-item-small {
		width: 50%;
		text-align: center;
		min-height: 50px;
	}
	.nav-item {
		width: 100%;
		text-align: center;
		min-height: 30px;
	}
}
@media(min-width:762px) {
	.logo-head {
	width: 100px;
	margin-top: -10px;
	margin-left: -10px
	}
	
	.nav-item-small {
		width: 50%;
		text-align: center;
		min-height: 51.2px;
	}
	
	.nav-item {
		width: 50%;
		text-align: center;
		min-height: 51.2px;
	}
}
@media(min-width:992px) {
	.logo-head {
	width: 100px;
	margin-top: -10px;
	margin-left: -10px
	}
	
	.nav-item-small {
		width: auto;
		text-align: center;
		min-height: 51.2px;
	}
	
	.nav-item {
		width: auto;
		text-align: center;
		min-height: 51.2px;
	}
	.nav-blind {
		width: 50px;
	}
}

.header {
	padding-top: 50px;
}
.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg3.JPG) no-repeat center center;
    background-size: cover;
}

.intro-head {
	padding: 0px;
}

.intro-message {
    position: relative;
    padding-top: 13%;
    padding-bottom: 10%;
	background-color: rgba(0,0,0,0.3);
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2.5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 5%;
    }

    .intro-message > h1 {
        font-size: 2.6em;
    }
	.intro-message > h3 {
		font-size: 1.5em;
	}

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #fafafa;
}

.content-section-a-add {
    padding: 0 0 50px 0;
    background-color: #fafafa;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding-top: 100px;
    color: #f8f8f8;
    background: url(../img/banner-bg.JPG) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    background-color: #6a6f74;
	opacity: 0.7;
	margin-top: 61.2px;
}
.nav-link-foot {
	display: block;
	padding: 1.1rem 0.2rem;
	color: white !important;
}
p.copyright {
	float: right;
	font-size: .875rem;
	padding: 1.1rem 0.5rem;
	margin-bottom: 0;
}
@media (max-width:991.99px) {
	.img-titel-a {
		margin-top: 0px;
		border-radius: 50%;
	}
	.img-titel-b {
		margin-top: 0px;
		border-radius: 50%;
		
	}
}

@media (min-width:992px) {
	.img-titel-a {
		margin-top: 25px;
		border-radius: 50%;
		width: 80% !important;
		margin-left: 50px;
	}
	.img-titel-b {
		margin-top: 25px;
		border-radius: 50%;
		width: 80% !important;
	}
}

.btn-more {
	float: right;
}

/* Newsblog */

#masthead {
  min-height:199px;
  margin-top: 100px;
}

#masthead-news {
  min-height:199px;
  margin-top: 60px;
}

#masthead h1 {
  font-size: 55px;
  line-height: 1;
  margin-top:30px;
}

#masthead .well {
  margin-top:31px;
  min-height:127px;
}

.panel {
  border-color:transparent;
  border-radius:0;
}

.thumbnail {
  margin-bottom:8px;
}

.img-container {
  overflow:hidden;
  height:170px;
}

.img-container img {
  min-width:280px;
  min-height:180px;
  max-width:380px;
  max-height:280px;
}

.txt-container {
  overflow:hidden;
  height:100px;
}

.panel .lead {
  overflow:hidden;
  height:60px;
}

.label-float{
  margin:0 auto;
  position: absolute;
  top: 0;
  z-index: 1;
  width:100%;
  opacity:.9;
  padding:6px;
  color:#fff;
}

.news-date-comment{
  color: #337ab7;
  font-size: .9rem
}

.comment-lv1 {
	border: 1px solid #DDD;
	background-color: #FAFAFB;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 15px;
}

.comment-lv2 {
	border: 1px solid #DDD;
	background-color: #FAFAFB;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 15px;
}
.comment-lv2-side {
	border-left: 1px solid #BBB;
	margin-bottom: 15px;
}
.control-label-comment {
	padding-top: 6px;
	font-size: 1.2em;
}
.comment-input-form {
	margin: 15px 0;
}

blockquote {
	border-color: #337ab7;
}
.news-verifize {
	padding: 5px 5px 5px 5px;
	color: #337ab7;
	border: 2.5px solid #337ab7;
	border-radius: 50%;
	font-size:12px !important;
	width: auto !important;
	margin-top: -30px;
}
@media (max-width:991.99px) {
	.login_a {
		margin-top: -30px;
		margin-bottom: -20px;
		float: right !important;
	}
	.news-date-com {
		margin-left: 1em;
	}
}
@media (min-width:992px) {
	.login_a {
		margin-bottom: 10px;
		float: right !important;
	}
}
.modal-body {
	min-height: 80px;
}
.login-modal {
	margin-right: 35px;
}
.log-head {
	margin-right: 10px !important;
}
.first-letter {
	border: 3px solid #337ab7;
	border-radius: 50%;
	color: #337ab7 !important;
	font-size: 20px !important;
	width: 35px;
	height: 35px;
	margin: 7.5px 10px 0em 10px;
	text-align: center;
	text-transform: uppercase;
}
.name-head {
	color: #337ab7 !important;
	font-size: 16px;
	margin-top: 13px;
	margin-bottom: 0em !important;
}
.head-line {
	border-left: 3px solid ;
	height: 35px;
	margin-top: 7.5px;
	margin-bottom: 0em !important;
}
@media(max-width:767px) {
	.iframe-box {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media(min-width:768px) {
	.iframe-box {
		margin-top: 15px;
		margin-bottom: 15px;
		height: 450px;
	}
}
.badge-news {
	margin-bottom: 10px;
	margin-left: -.5em;
}
.center {
	vertical-align: middle;
}

.lead-news {
	font-size: 1rem;
    font-weight: 400;
	margin: 30px 0 15px 20px;
}

.nav-news-topdown {
	margin: 1rem 0 0 0
}
.nav-tab-history {
	margin-top: 2rem;
}
.nav-tab-history-2 {
	margin-top: 2rem;
	margin-left: 3rem
}

.tz-gallery {
	padding: 40px 0 40px 0;
}
.tz-gallery-thumb {
	padding: 15px 0 15px 0;
}

.accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.img-fluid-small {
	margin-top: 15px !important;
}
.img-col-max {
	width: 100%;
	padding: 0 0 .25em 0;
}
@media (max-width:991.99px) {
	.col-nopad {

	}
		.p-sm-pad {
		padding: 0 .75em 0 1.2em;
	}
		.news-small-sm {
		margin-left: .3em;
		padding-top: .6em;
	}
}
.col-space {
	width: 100%;
	height: 50px !important;
}

.img-news {
	width: 80%;
	height: auto;
	margin-top: 1rem;
}
.img-news-start {
	height: 300px;
	width: 300px;
	margin-left: 15%;
	margin-top: 1em;
	margin-bottom: 1em;
	border-radius: 50%;
	object-fit: cover;
	object-position: top center;
}

.news-ov-com {
	margin-top: 10px;
}


.btn-fixed-totop {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-left: 90%;
	margin-top: 85vh;
	position: fixed;
	z-index: 1040;
	display: flex;
	opacity: 0.3;
}

.fixed-bottom {
	vertical-align: middle;
	position: relative;
	padding-left: 15.5px;
	padding-top: 10px;
	font-size: 20px;
}


pre {
		overflow-x: scroll;
		background: #ffffff;
		border: 1px solid #cecece;
		padding: 10px;
	}
	
	.clear { clear: both;  }
	
	.zoomed > .container {
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
	
	.gallery {
		float: left;
		background: #ffffff;
		padding: 20px 20px 10px 20px;
		margin: 0;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
		box-shadow: 0 1px 3px rgba(0,0,0,0.25);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.gallery div {
		float: left;
		padding: 0 10px 10px 0;
	}
	.gallery div:nth-child(6n) {
		padding-right: 0;
	}
	.gallery a,
	.gallery img {
		float: left;
	}
	
.data-left {
	margin-left: 1em
}
.data-left b {
	font-size: 20px;
}
.data-content h5 {
	margin-left: 2em;
	color: #666;
}
.adresse-dat {
	margin-left: 2em;
}
.data-foot {
	margin-left: 2em;
	color: #666;
}

.img-round-a {
	margin-top: 25px;
	border-radius: 50%;
	width: 80%;
	margin-left: 50px; 
}

.disabled-a {
	opacity: 0.5;
}



.slider-about {
	margin-top: 3em !important;
}
.slider-text {
	margin-top: -3em !important;
}
@media (max-width:991.99px) {
	.img-about-a {
		height: 300px;
		width: 300px;
		margin-top: 1em;
		margin-bottom: 1em;
		border-radius: 50%;
		object-fit: cover;
		object-position: top center;
	}
	.img-about- b{
		height: 350px;
		width: 350px;
		margin-top: 1em;
		margin-bottom: 1em;
		border-radius: 50%;
		object-fit: cover;
		object-position: top center;
	}
}
@media (min-width:992px) {
	.img-about-a {
		height: 300px;
		width: 300px;
		margin-left: 10%;
		margin-top: 1em;
		margin-bottom: 1em;
		border-radius: 50%;
		object-fit: cover;
		object-position: top center;
	}
	.img-about-b {
		height: 350px;
		width: 350px;
		margin-left: 10%;
		margin-top: 1em;
		margin-bottom: 1em;
		border-radius: 50%;
		object-fit: cover;
		object-position: top center;
	}
}
.round {
	border-radius: 50%;
}

.head-topic-title {
	background-color: green;
	padding-top: 3em;
}
.head-topic-img {
	border-radius: 50% ;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 75px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(180,180,180,0.6); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
