
/* Ab hier beginnt unsere eigene CSS Datei */

.page-header {
  /*background-image: linear-gradient(to right, #383838, #383838);*/
  /*background-image: url("notepad.jpg");*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
}

@media (min-width: 767px) {                  
  .titel{
    height: 400px;
    width: 500px;
    padding-bottom: 75px;
    background-color: rgba(34,34,34,0.5);
    border-radius: 10px;
    margin-bottom: -57.5px;
  }
}

@media (max-width: 767px) {                  
.titel{

}
.not{
  display: none;
}
.bottom{
  margin-top: 200px;
}
.lolo{
  margin-bottom: 0px;
}
}

img{
  /*height: auto;*/
  /*width: 100%;*/
  height: auto;
  width: 100%;
  max-height: 400px;
}

.navbar-dark .navbar-brand {
  padding-top: 0.2rem;
  font-style: italic;
  font-size: x-large;
}

.header-jumbotron {
  color: white;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  height: 200px;
  padding-bottom: 25px;
}

header p {
  font-style: italic;
  font-size: 40px;
  margin-top: 80px;
}

#headSub{
  margin-top: 10px;
}

.section{
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-25{
  padding-top: 25px;
  padding-bottom: 25px;
}

.leer-xs{
  margin:1em;
}
.leer-s{
  margin:2em;
}
.leer-m{
  margin:4em;
}
.leer-l{
  margin:8em;
}
.leer-xl{
  margin:16em;
}
.section-table{
  padding-top: 60px;
  padding-bottom: 5px;
}

.services-icon{
  border: 2px solid #3399FF;
  font-size: 2rem;
  padding-top: 0.4rem;
  color: #3399FF;
  text-align: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin: 0px auto 0.75rem auto;
}

.text-size-color{
  font-size: 200px;
  color: #3399FF;  
}

.bg-white{
  background-color: white;
}

.centerText{
  padding-top: 0px;
}

.centerImage{
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.centerPostalText{
  margin-top: 20px;
}

.margin-top{
  margin-top: 50px;
}

.border-bg-color-margin{
  border-style: solid;
  border-width: 1.5px;
  border-color: #f0f0f0;
  border-radius: 10px;
  background-color: #f0f0f0;
  padding: 25px;
}

.col-sm-edited{
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0f0;
  border-radius: 10px;
}  

.col-sm-edited:hover{
  border-color: #3399FF;
  background-color: #F0F0F0;
  transition: all 1s;
}  

table{
  width: 30%;
  border-collapse: collapse;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.bg-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.img{
  height: 300px;
  width: 287px;
}

.card{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.col-sm-padding{
  padding-top: 15px;
}

.margin-top-btn{
  margin-top: 30px;
}

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

.navbar-brand {
  color: #3399FF  !important;
  font-size: 22.5px;
  font-style: italic;
}

.nav-select{
  height: 40px;
}

.makeVisible{
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

.first-text{
  margin-bottom: 10px;
  background-color: transparent; 
  color: black;
  text-align: center;
  font-size: large;
  margin-right: 10px;
  margin-left: 10px;
}

.second-text{
  margin-bottom: 10px;
  background-color: transparent; 
  color: white;
  text-align: center;
  font-size: small;
}

.third-text{
  margin-bottom: 10px;
  background-color: transparent; 
  color: black;
  text-align: center;
  font-size: smaller;
}
.third-text-left{
  margin-bottom: 10px;
  background-color: transparent; 
  color: black;
  text-align: left;
  font-size: smaller;
}

.link{
  color: darkcyan;
  font-style: italic;
}

.blue-text{
  background-color: transparent; 
  color:  #3399FF;
  font-size: large;
}

.slide-text{
  margin-bottom: 20px;
  font-style: italic;
  background-color: transparent; 
  color: #3399FF;
  text-align: center;
  font-size: large;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: bolder;
}

.second-slide-text{
  margin-bottom: 120px;
  font-style: italic;
  background-color: transparent; 
  color: white;
  text-align: center;
}

.liste{
  margin-bottom: 10px;
  background-color: transparent; 
  color: black;
  text-align: center;
  font-size: large;
}

.card-text{
  text-align: center;
  font-style: italic;
  color: gray;
  padding-bottom: 5px;
}

.card-text-services{
  text-align: center;
  font-style: italic;
  color: gray;
}

.card-img-logo {
  width: 80%;
  height: 80%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.img-original {
  width: 50%;
  height: 80%;
}

.header-text{
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -260px;
}

.blue-inline-text{
  color: #3399FF;
  font-style: normal;
  font-weight: bolder;
}

.kursiv-inline-text{
  color:black;
  font-style: italic;
  font-weight: bolder;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

div.slide-left {
  width:100%;
  overflow:hidden;
}
div.slide-left p {
  animation: slide-left 1s;
}
div.slide-left table {
  animation: slide-left 1s;
}

@keyframes slide-left {
  from {
    margin-left: 100%;
    width: 100%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.sidebar-nav {
  padding: 9px 0;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

.blue-dd{
  color: #3399FF;
}

.left-n{
  margin-left: -2px;
  padding-right: 4px;
}

.left-s{
  margin-left: -2px;
  padding-right: 2px;
}

.left-m{
  padding-right: 7px;
}

.left-g{
  padding-right: 2px;
}
/*# sourceMappingURL=projekt.css.map */