body {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #1F1F1F;
  font-size: 14px;
}

ul {
  margin: 0;
  padding-left: 18px;
}

.card {
  border: none;
}

a {
  color: #729ACC;
}

a:focus, a:hover {
  color: #2E5280;
  text-decoration: none;
}

h1 {
  font-size: 24px;
  font-weight: 600;
}

h2 {
  font-size: 12px;
  color: #80673B;
  text-transform: uppercase;
  font-weight: 600;
}

h3 {
  font-size: 15px;
}

.btn-dark {
  color: #ffffff;
  background-color: #CCAD72;
  border: none;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #80673B;
  border: none;
}

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

.btn-outline-dark:hover {
  color: #2E5280;
  background-color: #ffffff;
  border-color: #2E5280;
}

/* Startseite */

.main {
  height: 100vh;
}

.carousel-item {
  height: 91vh;
  margin-top: 9vh;
  background: no-repeat top center;
  background-size: cover;
  -webkit-animation: zoomin 10s ease-in infinite;
          animation: zoomin 10s ease-in infinite;
}

.carousel-fade .carousel-item {
 opacity: 0.1;
 -webkit-transition-duration: 0.7s;
         transition-duration: 0.7s;
 -webkit-transition-property: opacity;
 transition-property: opacity;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {-webkit-transform: scale(1);transform: scale(1);}
  100% {-webkit-transform: scale(1.1);transform: scale(1.1);}
}
@keyframes zoomin {
  0% {-webkit-transform: scale(1);transform: scale(1);}
  100% {-webkit-transform: scale(1.1);transform: scale(1.1);}
} /*End of Zoom in Keyframes */

.main-text {
    color: #fff;
    height: 50px;
    width: 50px;
    background-color:  #CCAD72;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 50px;
    padding-top: 10px;
}

.main-text a {
    color: #fff;
}

.main-text a:hover {
    color:  #80673B;
}

#scrollpoint {
  z-index: -99;
  height: 100px;
  margin-top: -100px;
}

.startseite-bild {
  background-image: url(../dmxDaten/startseite/startseite.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.startseite-text {
  padding-left: 30px;
  padding-top: 100px;
  margin: auto 0;
  max-width: 600px;
}

@media (max-width: 992px) {
.startseite-bild {
  background-image: url(../dmxDaten/startseite/startseite-sm.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}
.startseite-text {
  padding-top: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
}

/* Navigation */

.nav-head {
  background-image: url(../dmxDaten/nav/edelweiss-hemd.jpg);
}

.navbar-nav .nav-link, .nav-item {
  color: #ffffff;
  font-size: 18px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #2E5280;
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: #2E5280;
}

.navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #2E5280;
}

.dropdown .active {
  background-color: #2E5280;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-logo {
  height: 110px;
  margin-top: -54px;
}

@media (min-width: 992px) {
#navbarResponsive {
  margin-right: -8px;
}
}

@media (max-width: 992px) {
.navbar-logo {
  height: 110px;
  margin-top: 0;
  margin-bottom: 0;
}
.nav-container {
  padding: 0 15px;
}
}

.kontakt {
  max-width: 300px;
  padding-left: 40px;
  padding-top: 0;
}

.headerbild {
  height: 450px;
}

@media (max-width: 992px) {
.kontakt {
  padding-top: 40px;
  padding-left: 0;
}
.headerbild {
  height: 350px;
}
}

/* TopNav */

#topnav {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #2E5280;
}

.nav-lg a {
  color: #ffffff;
}

.nav-lg a:hover {
  color: #2E5280;
}

.nav-lg {
  color: #2E5280;
}

.footer {
  background-color: #729ACC;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
}

.footer a {
  color: #ffffff;
}

.red {
  color: #ff0000;  
}

.dropdown-item:hover {
  background-color: #729ACC;
  color: #ffffff;
}

.dropdown-item.active {
  background-color: #729ACC;
  color: #ffffff;
}

/* Tinymce */
#edit .row div {
  
  border: 1px dotted red;
}

#edit .row {
  border: 3px solid green;
}

#edit p {
  border: 1px dotted #b9b9b9;
}