/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');

.hintergrund-inhalt {
  background-color: rgba(255,255,255,0.75);
  margin-top: 140px;
  margin-bottom: -10px;
  padding: 30px 17px 30px 50px;
}

@media (max-width: 1200px) {
.nav-item {
  font-size: 14px;
}
}

@media (max-width: 1200px) {
.dropdown-item {
  font-size: 14px;
}
}


.text-footer {
  padding-left: 60px;
}

.text-navi {
  padding-right: 60px;
}

.navi-background {
  background-color: rgba(0,0,0, 0.8);
}


@media (max-width: 768px) {
.hintergrund-inhalt {
  margin-top: 68px;
  padding: 8px;
}
.text-footer {
  padding-left: 8px;
}
.text-navi {
  padding-right: 60px;
}
.navi-background {
  background-color: #272c30;
}
}

body {
  background-image: url(../dmxDaten/background_blue.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: rgba(0,0,0,0.8);
}

h1 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 27px;
}

h2 {
  font-weight: 500;
  font-size: 24px;
}

h3 {
  font-weight: 500;
  font-size: 18px;
}



.navbar-brand {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 33px;
}

.logo-header {
  height: 80px;
  padding-top: 20px;
}

@media (max-width: 768px) {
.logo-header {
  padding-top: 10px;
  height: 30px;
}
}

.top-item {
  color: rgba(255,255,255,.5);
  font-size: 12px;
}
.navbar {
  /* border-top: 1px solid #444a54 */
  /* background-color: #000000 */
}

p.lead {
  font-size: 1.15em;
}
.card-body{
  padding: 15px;
}
.card-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor:  pointer;
  overflow:  hidden;
}
.card-header {
  position: relative;
  z-index:10;
  background: #f7f7f7;
}
.card:hover {
      -webkit-box-shadow: 10px 8px 44px -15px rgba(0, 0, 0, 0.33);
              box-shadow: 10px 8px 44px -15px rgba(0, 0, 0, 0.33);
}
.card-footer {
  padding: 10px;
}
.card-img-top {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card:hover .card-img-top {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.custom-select {
  width: 100%;
}
footer {
  padding: 10px 0 0px;
  font-size: 12px;
}

a:link {
    text-decoration: none;
   color: #272c30;
}
a:visited {
    text-decoration: none;
    color: #272c30;
}
a:hover {
    text-decoration: none;
    color: #272c30;
}
a:active {
    text-decoration: none;
    color: #272c30;
}


/* Box Homeseite */

.thumbnail {
	background-color: rgba(0,0,0, .8);
	padding: 0;
	border: 0;
    margin-top: 20px;
}

.thumbnail:hover h6 {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
	font-weight: 400;
    text-shadow: 0px 0 15px #fff;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #ffffff;
    text-decoration: none;
}

.caption h6 {
	font-weight: 400;
    color: rgba(255,255,255,0.8);
    font-size: 18px;
}

.btn-dark {
  color: #ffffff;
  background-color: #004268;
}

.btn-dark:hover {
  color: #ffffff;
}

.btn-outline-dark {
  color: #004268;
  border-color: #004268;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #004268;
}

.dropdown-item {
  font-size: 14px;
}

.dropdown-item:hover {
  background-color: #272c30;
  color: #ffffff;
}

.nav-link {
  font-size: 17px;
}

.footer {
  background-color: #004268;
  padding: 14px;
}

  .red {
  color: #ff0000;  
  }

.dropdown .active {
  background-color: #b3b3b3;
}

